root/branches/release-32/default_templates/comment_detail.mtml @ 1698

Revision 1698, 1.1 kB (checked in by bsmith, 20 months ago)

updating default template to most recent advanced version. bugzid:69535

  • Property svn:executable set to *
Line 
1<div class="comment"<MTIfArchiveTypeEnabled archive_type="Individual"> id="comment-<$MTCommentID$>"</MTIfArchiveTypeEnabled>>
2    <div class="inner">
3        <div class="comment-header">
4            <div class="asset-meta">
5               <span class="byline">
6                   <__trans phrase="By"> <span class="vcard author"><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></span><MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty>
7                   <MTCommentParent>
8                   <__trans phrase="replied to"> <a href="#comment-<$MTCommentID$>"><$MTCommentAuthor$></a>
9                   </MTCommentParent>
10                   <__trans phrase="on"> <a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a>
11                   <MTIfCommentsAccepted> | <$MTCommentReplyLink$></MTIfCommentsAccepted>
12               </span>
13            </div>
14        </div>
15        <div class="comment-content">
16            <$MTCommentBody$>
17        </div>
18    </div>
19</div>
20
Note: See TracBrowser for help on using the browser.