Changeset 2619
- Timestamp:
- 06/20/08 02:05:43 (20 months ago)
- Location:
- branches/release-40/default_templates
- Files:
-
- 3 modified
-
comments.mtml (modified) (1 diff)
-
entry.mtml (modified) (1 diff)
-
page.mtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-40/default_templates/comments.mtml
r2613 r2619 101 101 </div> 102 102 </div> 103 <script type="text/javascript"> 104 <!-- 105 mtAttachEvent("load", mtEntryOnLoad); 106 mtAttachEvent("unload", mtEntryOnUnload); 107 //--> 108 </script> 103 109 </mt:IfCommentsAccepted> 104 110 -
branches/release-40/default_templates/entry.mtml
r2604 r2619 9 9 <title><$mt:EntryTitle encode_html="1"$> - <$mt:BlogName encode_html="1"$></title> 10 10 </head> 11 <body id="<$mt:BlogTemplateSetID$>" class="mt-entry-archive <$mt:Var name="page_layout"$>" onload="mtEntryOnLoad()" onunload="mtEntryOnUnload()">11 <body id="<$mt:BlogTemplateSetID$>" class="mt-entry-archive <$mt:Var name="page_layout"$>"> 12 12 <div id="container"> 13 13 <div id="container-inner"> -
branches/release-40/default_templates/page.mtml
r2617 r2619 7 7 <title><$mt:PageTitle encode_html="1"$> - <$mt:BlogName encode_html="1"$></title> 8 8 </head> 9 <body id="<$mt:BlogTemplateSetID$>" class="mt-page-archive <$mt:Var name="page_layout"$>" onload="mtEntryOnLoad()" onunload="mtEntryOnUnload()">9 <body id="<$mt:BlogTemplateSetID$>" class="mt-page-archive <$mt:Var name="page_layout"$>"> 10 10 <div id="container"> 11 11 <div id="container-inner">
