root/branches/release-31/default_templates/comment_preview.mtml @ 1463

Revision 1463, 0.7 kB (checked in by fumiakiy, 21 months ago)

Merged the latest release-30 changes to release-31. svn merge -r1446:1462 http://code.sixapart.com/svn/movabletype/branches/release-30 .

  • Property svn:executable set to *
  • Property svn:keywords set to Id Revision
Line 
1<MTSetVar name="body_onload" value="individualArchivesOnLoad(commenter_name)">
2<MTSetVar name="feedback_template" value="1">
3<MTSetVarBlock name="page_title"><__trans phrase="Previewing your Comment"></MTSetVarBlock>
4<MTSetVarBlock name="title"><$MTBlogName encode_html="1"$>: <$MTVar name="page_title"$></MTSetVarBlock>
5<MTSetVarBlock name="html_head">
6<script type="text/javascript" src="<$MTLink template="javascript"$>"></script>
7</MTSetVarBlock>
8
9<$MTInclude module="<__trans phrase="Header">" body_class="mt-comment-preview"$>
10
11<h1 id="page-title"><$MTVar name="page_title"$></h1>
12
13<$MTInclude module="<__trans phrase="Comment Detail">"$>
14
15<$MTInclude module="<__trans phrase="Comments">"$>
16
17<$MTInclude module="<__trans phrase="Footer">"$>
Note: See TracBrowser for help on using the browser.