[MKDoc-commit] Added TZ classes

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Fri Dec 17 16:31:29 GMT 2004


Log Message:
-----------
Added TZ classes

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/templates/component/headlines:
        en.html

-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/templates/component/headlines/Attic/en.html,v
retrieving revision 1.1.2.22
retrieving revision 1.1.2.23
diff -Ltemplates/component/headlines/en.html -Ltemplates/component/headlines/en.html -u -r1.1.2.22 -r1.1.2.23
--- templates/component/headlines/en.html
+++ templates/component/headlines/en.html
@@ -110,14 +110,30 @@
               A description of the event.
             </span>
             <br />
-            From: 
-            <small petal:content="timerange/from_datetime/strftime '%B %e, %Y at %H:%M %Z'"> 
-             DATE
-            </small>
-            To: 
-            <small petal:content="timerange/to_datetime/strftime '%B %e, %Y at %H:%M %Z'"> 
-             DATE
-            </small>
+            Starts
+            <strong 
+              petal:content="timerange/from_datetime/strftime '%B %e, %Y at %H:%M'"
+            > 
+              DATE
+            </strong>
+            <strong 
+              class="time-zone"
+              petal:content="timerange/from_datetime/strftime '%Z'"
+            > 
+             TZ
+            </strong>
+            Ends
+            <strong 
+              petal:content="timerange/to_datetime/strftime '%B %e, %Y at %H:%M'"
+            > 
+              DATE
+            </strong>
+            <strong 
+              class="time-zone"
+              petal:content="timerange/to_datetime/strftime '%Z'"
+            > 
+              DATE
+            </strong>
           </dd>
         </div>
 
@@ -219,14 +235,30 @@
               A description of the event.
             </span>
             <br />
-            From: 
-            <small petal:content="timerange/from_datetime/strftime '%B %e, %Y at %H:%M %Z'"> 
-             DATE
-            </small>
-            To: 
-            <small petal:content="timerange/to_datetime/strftime '%B %e, %Y at %H:%M %Z'"> 
-             DATE
-            </small>
+            Starts
+            <strong 
+              petal:content="timerange/from_datetime/strftime '%B %e, %Y at %H:%M'"
+            > 
+              DATE
+            </strong>
+            <strong 
+              class="time-zone"
+              petal:content="timerange/from_datetime/strftime '%Z'"
+            > 
+             TZ
+            </strong>
+            Ends
+            <strong 
+              petal:content="timerange/to_datetime/strftime '%B %e, %Y at %H:%M'"
+            > 
+              DATE
+            </strong>
+            <strong 
+              class="time-zone"
+              petal:content="timerange/to_datetime/strftime '%Z'"
+            > 
+              DATE
+            </strong>
           </dd>
         </div>
 
@@ -314,14 +346,30 @@
             A description of the event.
           </span>
           <br />
-          From: 
-          <small petal:content="timerange/from_datetime/strftime '%B %e, %Y at %H:%M %Z'"> 
-           DATE
-          </small>
-          To: 
-          <small petal:content="timerange/to_datetime/strftime '%B %e, %Y at %H:%M %Z'"> 
-           DATE
-          </small>
+          Starts
+          <strong 
+            petal:content="timerange/from_datetime/strftime '%B %e, %Y at %H:%M'"
+          > 
+            DATE
+          </strong>
+          <strong 
+            class="time-zone"
+            petal:content="timerange/from_datetime/strftime '%Z'"
+          > 
+           TZ
+          </strong>
+          Ends
+          <strong 
+            petal:content="timerange/to_datetime/strftime '%B %e, %Y at %H:%M'"
+          > 
+            DATE
+          </strong>
+          <strong 
+            class="time-zone"
+            petal:content="timerange/to_datetime/strftime '%Z'"
+          > 
+            DATE
+          </strong>
         </dd>
       </div>
 


More information about the MKDoc-commit mailing list