- Timestamp:
- 05/17/08 06:31:00 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/default_templates/comment_preview.mtml
r2313 r2377 3 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 4 4 <head> 5 <$mt:include module="<__trans phrase="HTML Head">"$>6 <title><$MTBlogName encode_html="1"$>: <__trans phrase="Previewing your Comment"></title>7 5 <script type="text/javascript"> 8 6 /* <![CDATA[ */ 7 var user = <$MTUserSessionState$>; 9 8 var is_preview = true; 10 9 /* ]]> */ 11 10 </script> 11 <$mt:include module="<__trans phrase="HTML Head">"$> 12 <title><$MTBlogName encode_html="1"$>: <__trans phrase="Previewing your Comment"></title> 12 13 </head> 13 14 <body id="<$mt:BlogTemplateSetID$>" class="mt-comment-preview <$MTVar name="page_layout"$>" onload="mtEntryOnLoad()">
