root/branches/athena/default_templates/comment_response.mtml @ 1092

Revision 1092, 1.5 kB (checked in by hachi, 2 years ago)

Merging release-15 to athena branch. svn merge -r59987:60375 http://svn.sixapart.com/repos/eng/movabletype/branches/release-15 .

Line 
1<MTSetVar name="page_layout" value="layout-one-column">
2<MTSetVar name="system_template" value="1">
3
4<MTIf name="body_class" eq="mt-comment-confirmation">
5    <MTSetVarBlock name="page_title"><__trans phrase="Comment Submitted"></MTSetVarBlock>
6
7    <MTSetVar name="heading" value="<__trans phrase="Confirmation...">">
8
9    <MTSetVarBlock name="message">
10    <p><__trans phrase="Your comment has been submitted!"></p>
11    </MTSetVarBlock>
12</MTIf>
13
14<MTIf name="body_class" eq="mt-comment-pending">
15    <MTSetVarBlock name="page_title"><__trans phrase="Comment Pending"></MTSetVarBlock>
16
17    <MTSetVar name="heading" value="<__trans phrase="Thank you for commenting.">">
18
19    <MTSetVarBlock name="message">
20    <p><__trans phrase="Your comment has been received and held for approval by the blog owner."></p>
21    </MTSetVarBlock>
22
23</MTIf>
24
25<MTIf name="body_class" eq="mt-comment-error">
26    <MTSetVarBlock name="page_title"><__trans phrase="Comment Submission Error"></MTSetVarBlock>
27
28    <MTSetVar name="heading" value="$page_title">
29
30    <MTSetVarBlock name="message">
31    <p><__trans phrase="Your comment submission failed for the following reasons:"></p>
32    <blockquote>
33        <$MTErrorMessage$>
34    </blockquote>
35    </MTSetVarBlock>
36</MTIf>
37
38<$MTInclude module="<__trans phrase="Header">"$>
39
40<h1><$MTGetVar name="heading"$></h1>
41
42<$MTGetVar name="message"$>
43
44<p><__trans phrase="Return to the <a href="[_1]">original entry</a>." params="<$MTEntryLink$>"></p>
45
46<$MTInclude module="<__trans phrase="Footer">"$>
Note: See TracBrowser for help on using the browser.