Changeset 2617
- Timestamp:
- 06/20/08 01:26:07 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-40/default_templates/comment_preview.mtml
r2603 r2617 12 12 <title><$mt:BlogName encode_html="1"$>: <__trans phrase="Previewing your Comment"></title> 13 13 </head> 14 <body id="<$mt:BlogTemplateSetID$>" class="mt-comment-preview <$mt:Var name="page_layout"$>" onload="mtEntryOnLoad()" >14 <body id="<$mt:BlogTemplateSetID$>" class="mt-comment-preview <$mt:Var name="page_layout"$>" onload="mtEntryOnLoad()" onunload="mtEntryOnUnload()"> 15 15 <div id="container"> 16 16 <div id="container-inner"> branches/release-40/default_templates/page.mtml
r2603 r2617 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()" >9 <body id="<$mt:BlogTemplateSetID$>" class="mt-page-archive <$mt:Var name="page_layout"$>" onload="mtEntryOnLoad()" onunload="mtEntryOnUnload()"> 10 10 <div id="container"> 11 11 <div id="container-inner">
