|
Revision 891, 1.3 kB
(checked in by bsmith, 16 months ago)
|
|
committing initial Vanilla sets
|
| Line | |
|---|
| 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> |
|---|
| 13 | |
|---|
| 14 | <$mt:Include module="<__trans phrase="Header">"$> |
|---|
| 15 | |
|---|
| 16 | <h1 id="page-title"><$mt:Var name="page_title"$></h1> |
|---|
| 17 | <$mt:Var name="message"$> |
|---|
| 18 | <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> |
|---|
| 19 | |
|---|
| 20 | <$mt:Include module="<__trans phrase="Footer">"$> |
|---|
| 21 | </__trans_section> |
|---|