Changeset 1889 for branches/release-34/default_templates/comments.mtml
- Timestamp:
- 04/14/08 18:28:41 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-34/default_templates/comments.mtml
r1851 r1889 15 15 <div class="asset-meta"> 16 16 <span class="byline"> 17 <__trans phrase="By"> <span class="vcard author"><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></span><MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty> 18 <MTCommentParent> 19 <__trans phrase="replied to"> <a href="#comment-<$MTCommentID$>"><$MTCommentAuthor$></a> 20 </MTCommentParent> 21 <__trans phrase="on"> <a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a> 17 <mt:IfCommentParent> 18 <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty> <span class="vcard author"><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></span>%%<mt:CommentParent>#comment-<$MTCommentID$></mt:CommentParent>%%<mt:CommentParent><$MTCommentAuthor$></mt:CommentParent>"> 19 <mt:else> 20 <MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty> <span class="vcard author"><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></span> 21 </mt:IfCommentParent> 22 | <a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a> 22 23 <MTIfCommentsAccepted> | <$MTCommentReplyLink$></MTIfCommentsAccepted> 23 24 </span> … … 73 74 </div> 74 75 <div id="comment-form-remember-me"> 75 < label for="comment-bake-cookie"><input type="checkbox" id="comment-bake-cookie" name="bakecookie" onclick="if (!this.checked) forgetMe(document.comments_form)" value="1" />76 <__trans phrase="Remember personal info?"></label>76 <input type="checkbox" id="comment-bake-cookie" name="bakecookie" onclick="if (!this.checked) forgetMe(document.comments_form)" value="1" /> 77 <label for="comment-bake-cookie"><__trans phrase="Remember personal info?"></label> 77 78 </div> 78 79 <div id="comment-form-reply"> 79 < label for="comment-reply" id="comment-reply-label"><input type="checkbox" id="comment-reply" name="comment_reply" value="" onclick="setCommentParentID();" />80 <__trans phrase="Replying to"></label>80 <input type="checkbox" id="comment-reply" name="comment_reply" value="" onclick="setCommentParentID();" /> 81 <label for="comment-reply" id="comment-reply-label"></label> 81 82 </div> 82 83 </div>
