- Timestamp:
- 09/04/08 01:49:59 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Sandbox/plugins/Sandbox/templates/sandbox/comments.mtml
r881 r1021 8 8 <ol> 9 9 </mt:CommentsHeader> 10 <li id="comment-<$mt:CommentID$>" class=" ">10 <li id="comment-<$mt:CommentID$>" class="<$mt:SandboxCommentClass$>"> 11 11 <div class="comment-author vcard"> 12 12 <mt:IfCommentParent> … … 32 32 <ol> 33 33 </mt:PingsHeader> 34 <li id="trackback-<$mt:PingID$>" class=" ">34 <li id="trackback-<$mt:PingID$>" class="<$mt:SandboxTrackbackClass$>"> 35 35 <div class="comment-author">By <a href='<$mt:PingURL$>' rel='external nofollow'><$mt:PingBlogName$></a> <abbr class="published" title="<$mt:PingDate format_name="iso8601"$>"> on <$mt:PingDate format="%x"$> at <$mt:PingDate format="%X"$></abbr></div> 36 36 <p><strong><$mt:PingTitle$>…</strong></p> … … 45 45 <mt:IfCommentsAccepted> 46 46 <div id="respond"> 47 <h3> Post a Comment</h3>47 <h3><__trans phrase="Post a Comment"></h3> 48 48 <div id="comment-greeting"></div> 49 49 <div class="formcontainer"> 50 <form method="post" action="<$mt:CGIPath$><$mt:CommentScript$>" name="comments_form" id="commentform" onsubmit="return mtCommentOnSubmit(this)">50 <form id="commentform" action="<$mt:CGIPath$><$mt:CommentScript$>" method="post" name="comments_form" onsubmit="return mtCommentOnSubmit(this)"> 51 51 <input type="hidden" name="static" value="1" /> 52 52 <input type="hidden" name="entry_id" value="<$mt:EntryID$>" /> … … 59 59 60 60 <div id="comment-form-commenter"> 61 <div id="comment-form-name"> 62 <div class="form-label"><label for="author">Name</label> <span class="required">*</span></div> 63 <div class="form-input"><input id="author" name="author" type="text" value="<mt:If name="comment_preview"><$mt:CommentAuthor encode_html="1"$></mt:If>" size="30" tabindex="3" onfocus="mtCommentFormOnFocus()" /></div> 64 </div> 65 <div id="comment-form-email"> 66 <div class="form-label"><label for="email">Email</label> <span class="required">*</span></div> 67 <div class="form-input"><input id="email" name="email" type="text" value="<mt:If name="comment_preview"><$mt:CommentEmail encode_html="1"$></mt:If>" size="30" tabindex="4" onfocus="mtCommentFormOnFocus()" /></div> 68 </div> 69 <div id="comment-form-url"> 70 <div class="form-label"><label for="url">Website</label></div> 71 <div class="form-input"><input id="url" name="url" type="text" value="<mt:If name="comment_preview"><$mt:CommentURL encode_html="1"$></mt:If>" size="30" maxlength="50" tabindex="5" onfocus="mtCommentFormOnFocus()" /></div> 72 </div> 61 <div class="form-label"><label for="author"><__trans phrase="Name"></label> <span class="required">*</span></div> 62 <div class="form-input"><input id="author" name="author" type="text" value="<mt:If name="comment_preview"><$mt:CommentAuthor encode_html="1"$></mt:If>" size="30" tabindex="3" onfocus="mtCommentFormOnFocus()" /></div> 63 64 <div class="form-label"><label for="email"><__trans phrase="Email"></label> <span class="required">*</span></div> 65 <div class="form-input"><input id="email" name="email" type="text" value="<mt:If name="comment_preview"><$mt:CommentEmail encode_html="1"$></mt:If>" size="30" tabindex="4" onfocus="mtCommentFormOnFocus()" /></div> 66 67 <div class="form-label"><label for="url"><__trans phrase="Website"></label></div> 68 <div class="form-input"><input id="url" name="url" type="text" value="<mt:If name="comment_preview"><$mt:CommentURL encode_html="1"$></mt:If>" size="30" maxlength="50" tabindex="5" onfocus="mtCommentFormOnFocus()" /></div> 73 69 </div> 74 70 <div id="comment-form-reply" style="display:none"> … … 76 72 <label for="comment-reply" id="comment-reply-label"></label> 77 73 </div> 78 <div id="commenter-form-comment"> 79 <div class="form-label"><label for="comment"><__trans phrase="Comments"> <mt:IfAllowCommentHTML><__trans phrase="(You may use HTML tags for style)"></mt:IfAllowCommentHTML></label></div>80 <div class="form-textarea"><textarea id="comment" name="text" cols="45" rows="8" tabindex="6" onfocus="mtCommentFormOnFocus()"><mt:If name="comment_preview"><$mt:CommentBody autolink="0" sanitize="0" convert_breaks="0" encode_html="1"$></mt:If></textarea></div>81 </div> 74 75 <div class="form-label"><label for="comment"><__trans phrase="Comments"> <mt:IfAllowCommentHTML><__trans phrase="(You may use HTML tags for style)"></mt:IfAllowCommentHTML></label></div> 76 <div class="form-textarea"><textarea id="comment" name="text" cols="45" rows="8" tabindex="6" onfocus="mtCommentFormOnFocus()"><mt:If name="comment_preview"><$mt:CommentBody autolink="0" sanitize="0" convert_breaks="0" encode_html="1"$></mt:If></textarea></div> 77 82 78 <div id="comments-form-captcha"></div> 79 83 80 <div id="form-submit"> 84 81 <input type="submit" accesskey="s" name="post" id="comment-submit" value="Submit" />
