root/branches/release-28/default_templates/comment_detail.mtml @ 1318

Revision 1318, 0.7 kB (checked in by fumiakiy, 23 months ago)

In addition to r1310, also show authentication type icons of the commenters. BugId:66835

  • 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"><__trans phrase="By [_1] on [_2]" params='<span class="vcard author"><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></span><MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty>%%<a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a>'></span>
6            </div>
7        </div>
8        <div class="comment-content">
9            <$MTCommentBody$>
10        </div>
11    </div>
12</div>
13
Note: See TracBrowser for help on using the browser.