| 1 | | <__trans_section component="commercial"> |
| 2 | | <mt:If name="comment_confirmation"> |
| 3 | | <$mt:Var name="page_title" value="<__trans phrase="Confirmation...">"$> |
| 4 | | <$mt:Var name="message" value="<p><__trans phrase="Your comment has been submitted!"></p>"$> |
| 5 | | <mt:Else name="comment_pending"> |
| 6 | | <$mt:Var name="page_title" value="<__trans phrase="Thank you for commenting.">"$> |
| 7 | | <$mt:Var name="message" value="<p><__trans phrase="Your comment has been received and held for approval by the blog owner."></p>"$> |
| 8 | | <mt:Else name="comment_error"> |
| 9 | | <$mt:Var name="page_title" value="<__trans phrase="Comment Submission Error">"$> |
| 10 | | <mt:SetVarBlock name="message"><p><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$mt:ErrorMessage$>"></p></mt:SetVarBlock> |
| 11 | | </mt:If> |
| 12 | | <mt:SetVarBlock name="title"><$mt:BlogName encode_html="1"$>: <$mt:Var name="page_title"$></mt:SetVarBlock> |
| | 1 | <mt:IncludeBlock module="wrapper"> |
| 14 | | <$mt:Include module="<__trans phrase="Header">"$> |
| | 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> |