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

Revision 1463, 1.1 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 .

Line 
1<MTIf name="body_class" eq="mt-comment-confirmation">
2    <MTSetVar name="page_title" value="<__trans phrase="Confirmation...">">
3    <MTSetVar name="message" value="<__trans phrase="Your comment has been submitted!">">
4<MTElse name="body_class" eq="mt-comment-pending">
5    <MTSetVar name="page_title" value="<__trans phrase="Thank you for commenting.">">
6    <MTSetVar name="message" value="<__trans phrase="Your comment has been received and held for approval by the blog owner.">">
7<MTElse name="body_class" eq="mt-comment-error">
8    <MTSetVar name="page_title" value="<__trans phrase="Comment Submission Error">">
9    <MTSetVarBlock name="message"><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$MTErrorMessage$>"></MTSetVarBlock>
10</MTIf>
11<MTSetVarBlock name="title"><$MTBlogName encode_html="1"$>: <$MTVar name="page_title"$></MTSetVarBlock>
12
13<$MTInclude module="<__trans phrase="Header">"$>
14
15<h1 id="page-title"><$MTVar name="page_title"$></h1>
16<$MTVar name="message"$>
17<p><__trans phrase="Return to the <a href="[_1]">original entry</a>." params="<$MTEntryLink$>"></p>
18
19<$MTInclude module="<__trans phrase="Footer">"$>
Note: See TracBrowser for help on using the browser.