root/trunk/default_templates/comment_detail.mtml

Revision 4196, 1.2 kB (checked in by takayama, 3 months ago)

* Set svn keywords

  • Property svn:keywords set to Author Date Id Revision
Line 
1<div id="comment-<$mt:CommentID$>" class="comment<mt:IfCommentParent> comment-reply</mt:IfCommentParent><mt:IfCommenterIsEntryAuthor> entry-author-comment</mt:IfCommenterIsEntryAuthor>">
2    <div class="inner">
3        <div class="comment-header">
4            <div class="asset-meta">
5                <span class="byline">
6                    <$mt:CommentAuthorIdentity$>
7<mt:IfCommentParent>
8                    <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<span class="vcard author"><$mt:CommentAuthorLink$></span>%%<mt:CommentParent><$mt:CommentLink$></mt:CommentParent>%%<mt:CommentParent><$mt:CommentAuthor$></mt:CommentParent>">
9<mt:Else>
10                    <span class="vcard author"><$mt:CommentAuthorLink$></span>
11</mt:IfCommentParent>
12                    | <a href="<$mt:CommentLink$>"><abbr class="published" title="<$mt:CommentDate format_name="iso8601"$>"><$mt:CommentDate$></abbr></a>
13<mt:IfCommentsAccepted>
14                    | <$mt:CommentReplyToLink$>
15</mt:IfCommentsAccepted>
16                </span>
17            </div>
18        </div>
19        <div class="comment-content">
20            <$mt:CommentBody$>
21        </div>
22    </div>
23</div>
Note: See TracBrowser for help on using the browser.