Show
Ignore:
Timestamp:
07/29/08 02:47:24 (16 months ago)
Author:
bsmith
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Vanilla/templates/vanilla+authentication+comments/comment_response.mtml

    r891 r916  
    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"> 
    132 
    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> 
    1513 
    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> 
     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> 
    1915 
    20 <$mt:Include module="<__trans phrase="Footer">"$> 
    21 </__trans_section> 
     16</mt:IncludeBlock>