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/entry.mtml

    r891 r916  
    2020        <ol class="comments-content"> 
    2121            </mt:CommentsHeader> 
    22             <li> 
     22            <li id="comment-<$mt:CommentID$>"> 
    2323                <div class="comment-header"> 
    2424                    <$mt:CommentAuthorIdentity$> 
     
    5858                    <div id="comments-open-data"> 
    5959                        <label for="comment-author"><__trans phrase="Name"></label> 
    60                         <input id="comment-author" name="author" size="30" value="<mt:If name="comment_preview"><$mt:CommentAuthor encode_html="1"$></mt:If>" onfocus="mtCommentFormOnFocus()" /> 
     60                        <input id="comment-author" name="author" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 
    6161 
    6262                        <label for="comment-email"><__trans phrase="Email Address"></label> 
    63                         <input id="comment-email" name="email" size="30" value="<mt:If name="comment_preview"><$mt:CommentEmail encode_html="1"$></mt:If>" onfocus="mtCommentFormOnFocus()" /> 
     63                        <input id="comment-email" name="email" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 
    6464 
    6565                        <label for="comment-url"><__trans phrase="URL"></label> 
    66                         <input id="comment-url" name="url" size="30" value="<mt:If name="comment_preview"><$mt:CommentURL encode_html="1"$></mt:If>" onfocus="mtCommentFormOnFocus()" /> 
     66                        <input id="comment-url" name="url" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 
    6767 
    6868                        <input type="checkbox" id="comment-bake-cookie" name="bakecookie" onclick="mtRememberMeOnClick(this)" value="1" accesskey="r" /> 
    6969                        <label for="comment-bake-cookie"><__trans phrase="Remember personal info?"></label> 
    7070                    </div> 
    71                     <div id="comment-form-reply"<mt:IfCommentParent><mt:Else> style="display:none"</mt:IfCommentParent>> 
    72                         <input type="checkbox" id="comment-reply" name="comment_reply" value="<$mt:CommentParentID$>"<mt:IfCommentParent> checked="checked"</mt:IfCommentParent> onclick="mtSetCommentParentID()" /> 
    73                         <label for="comment-reply" id="comment-reply-label"><mt:IfCommentParent><__trans phrase="Replying to comment from [_1]" params="<mt:CommentParent><$mt:CommentAuthor$></mt:CommentParent>"></mt:IfCommentParent></label> 
     71                    <div id="comment-form-reply" style="display:none"> 
     72                        <input type="checkbox" id="comment-reply" name="comment_reply" value="<$mt:CommentParentID$>" onclick="mtSetCommentParentID()" /> 
     73                        <label for="comment-reply" id="comment-reply-label"></label> 
    7474                    </div> 
    7575                    <div id="comments-open-text"> 
    7676                        <label for="comment-text"><__trans phrase="Comments"> 
    7777                        <mt:IfAllowCommentHTML><__trans phrase="(You may use HTML tags for style)"></mt:IfAllowCommentHTML></label> 
    78                         <textarea id="comment-text" name="text" rows="15" cols="50" onfocus="mtCommentFormOnFocus()"><mt:If name="comment_preview"><$mt:CommentBody autolink="0" sanitize="0" convert_breaks="0" encode_html="1"$></mt:If></textarea> 
     78                        <textarea id="comment-text" name="text" rows="15" cols="50" onfocus="mtCommentFormOnFocus()"></textarea> 
    7979                    </div> 
    8080                    <div id="comments-open-captcha"></div>