root/trunk/Vanilla/templates/vanilla+authentication+comments/comment_response.mtml @ 916

Revision 916, 0.8 kB (checked in by bsmith, 16 months ago)

adding vanilla+authentication+comments+userpics and updates to vanilla+authentication+comments

Line 
1<mt:IncludeBlock module="wrapper">
2
3    <mt:If name="comment_confirmation">
4        <h1><__trans phrase="Confirmation..."></h1>
5        <p><__trans phrase="Your comment has been submitted!"></p>
6    <mt:Else name="comment_pending">
7        <h1><__trans phrase="Thank you for commenting."></h1>
8        <p><__trans phrase="Your comment has been received and held for approval by the blog owner."></p>
9    <mt:Else name="comment_error">
10        <h1><__trans phrase="Comment Submission Error">"</h1>
11        <p><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$mt:ErrorMessage$>"></p>
12    </mt:If>
13
14    <p><__trans phrase="Return to the <a href="[_1]">original entry</a>." params="<mt:If name="comment_error">javascript:history.back()<mt:Else><$mt:EntryLink$></mt:If>"></p>
15
16</mt:IncludeBlock>
Note: See TracBrowser for help on using the browser.