root/branches/release-40/default_templates/new-comment.mtml @ 2603

Revision 2603, 1.2 kB (checked in by bsmith, 18 months ago)

bugzid:79938 - Normalizing Template Tags

Line 
1<mt:If name="unapproved"><__trans phrase="An unapproved comment has been posted on your blog [_1], for entry #[_2] ([_3]). You need to approve this comment before it will appear on your site." params="<$mt:BlogName$>%%<$mt:EntryID$>%%<$mt:EntryTitle$>"><mt:Else><__trans phrase="A new comment has been posted on your blog [_1], on entry #[_2] ([_3])." params="<$mt:BlogName$>%%<$mt:EntryID$>%%<$mt:EntryTitle$>"></mt:If>
2
3<$mt:CommentBody remove_html="1" wrap_text="72"$>
4
5<__trans phrase="Commenter name: [_1]" params="<$mt:CommentAuthor$>"> 
6<__trans phrase="Commenter email address: [_1]" params="<$mt:CommentEmail$>">
7<__trans phrase="Commenter URL: [_1]" params="<$mt:CommentURL$>">
8<__trans phrase="Commenter IP address: [_1]" params="<$mt:CommentIP$>">
9
10<mt:If name="unapproved"><mt:If name="state_editable"><__trans phrase="Approve comment:">
11  <<$mt:Var name="approve_url"$>></mt:If></mt:If>
12<mt:If name="view_url"><__trans phrase="View comment:">
13  <<$mt:Var name="view_url"$>></mt:If>
14<__trans phrase="Edit comment:">
15  <<$mt:Var name="edit_url"$>>
16<mt:If name="state_editable"><__trans phrase="Report comment as spam:">
17  <<$mt:Var name="spam_url"$>></mt:If>
18
19<$mt:Include module="<__trans phrase="Mail Footer">"$>
Note: See TracBrowser for help on using the browser.