root/trunk/SimpleTemplateSets/templates/vanilla+authentication+comments/comment_detail.mtml @ 891

Revision 891, 1.3 kB (checked in by bsmith, 16 months ago)

committing initial Vanilla sets

Line 
1<__trans_section component="commercial">
2<div class="comment<mt:If name="__odd__"> odd<mt:Else> even</mt:If>"<mt:IfArchiveTypeEnabled archive_type="Individual"> id="comment-<$mt:CommentID$>"</mt:IfArchiveTypeEnabled>>
3    <div class="inner">
4        <div class="comment-header">
5            <div class="asset-meta">
6               <span class="byline">
7                   <$mt:CommentAuthorIdentity$>
8<mt:IfCommentParent>
9                    <__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>">
10<mt:Else>
11                    <span class="vcard author"><$mt:CommentAuthorLink$></span>
12</mt:IfCommentParent>
13                    | <a href="<$mt:CommentLink$>"><abbr class="published" title="<$mt:CommentDate format_name="iso8601"$>"><$mt:CommentDate$></abbr></a>
14<mt:Unless name="comment_preview">
15    <mt:IfCommentsAccepted>
16                    | <$mt:CommentReplyToLink$>
17    </mt:IfCommentsAccepted>
18</mt:Unless>
19               </span>
20            </div>
21        </div>
22        <div class="comment-content">
23            <$mt:CommentBody$>
24        </div>
25    </div>
26</div>
27</__trans_section>
Note: See TracBrowser for help on using the browser.