|
Revision 891, 0.8 kB
(checked in by bsmith, 16 months ago)
|
|
committing initial Vanilla sets
|
| Line | |
|---|
| 1 | <__trans_section component="commercial"> |
|---|
| 2 | <$mt:Var name="page_layout" value="layout-wm"$> |
|---|
| 3 | <mt:SetVarBlock name="page_title"><__trans phrase="Previewing your Comment"></mt:SetVarBlock> |
|---|
| 4 | <mt:SetVarBlock name="title"><$mt:BlogName encode_html="1"$>: <$mt:Var name="page_title"$></mt:SetVarBlock> |
|---|
| 5 | <mt:SetVarBlock name="html_head"> |
|---|
| 6 | <script type="text/javascript"> |
|---|
| 7 | /* <![CDATA[ */ |
|---|
| 8 | var user = <$mt:UserSessionState$>; |
|---|
| 9 | var is_preview = true; |
|---|
| 10 | /* ]]> */ |
|---|
| 11 | </script> |
|---|
| 12 | </mt:SetVarBlock> |
|---|
| 13 | <$mt:Include module="<__trans phrase="Header">" body_class="mt-comment-preview"$> |
|---|
| 14 | |
|---|
| 15 | <h1 id="page-title"><$mt:Var name="page_title"$></h1> |
|---|
| 16 | |
|---|
| 17 | <$mt:Include module="<__trans phrase="Comment Detail">"$> |
|---|
| 18 | |
|---|
| 19 | <$mt:Include module="<__trans phrase="Comments">"$> |
|---|
| 20 | |
|---|
| 21 | <$mt:Include module="<__trans phrase="Footer">"$> |
|---|
| 22 | </__trans_section> |
|---|