|
Revision 1139, 0.9 kB
(checked in by bsmith, 23 months ago)
|
|
bugzid:64109 - removing template-defined layout definition & updating header to define layout only if layout is not already defined
|
-
Property svn:executable set to
*
-
Property svn:keywords set to
Id Revision
|
| Line | |
|---|
| 1 | <MTSetVar name="body_class" value="mt-comment-preview"> |
|---|
| 2 | <MTSetVar name="body_onload" value="individualArchivesOnLoad(commenter_name)"> |
|---|
| 3 | <MTSetVar name="system_template" value="1"> |
|---|
| 4 | <MTSetVar name="comment_preview_template" value="1"> |
|---|
| 5 | <MTSetVar name="feedback_template" value="1"> |
|---|
| 6 | <MTSetVarBlock name="page_title"><__trans phrase="Comment on [_1]" params="<$MTEntryTitle$>"></MTSetVarBlock> |
|---|
| 7 | <MTSetVarBlock name="title"><$MTBlogName encode_html="1"$>: <$MTGetVar name="page_title"$></MTSetVarBlock> |
|---|
| 8 | <MTSetVarBlock name="html_head"> |
|---|
| 9 | <script type="text/javascript" src="<$MTLink template="javascript"$>"></script> |
|---|
| 10 | </MTSetVarBlock> |
|---|
| 11 | |
|---|
| 12 | <$MTInclude module="<__trans phrase="Header">"$> |
|---|
| 13 | |
|---|
| 14 | <h1 id="page-title"><__trans phrase="Previewing your Comment"></h1> |
|---|
| 15 | |
|---|
| 16 | <$MTInclude module="<__trans phrase="Comment Detail">"$> |
|---|
| 17 | |
|---|
| 18 | <$MTInclude module="<__trans phrase="Comments">"$> |
|---|
| 19 | |
|---|
| 20 | <$MTInclude module="<__trans phrase="Footer">"$> |
|---|