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

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

committing initial Vanilla sets

Line 
1<__trans_section component="commercial">
2<mt:IfCommentsActive>
3<div id="comments" class="comments">
4    <mt:If name="comment_preview">
5    <$mt:Include module="<__trans phrase="Comment Form">"$>
6    </mt:If>
7    <mt:Comments>
8        <mt:CommentsHeader>
9    <h2 class="comments-header"><$mt:EntryCommentCount singular="<__trans phrase="1 Comment">" plural="<__trans phrase="# Comments">" none="<__trans phrase="No Comments">"$></h2>
10    <div class="comments-content">
11        </mt:CommentsHeader>
12        <$mt:Include module="<__trans phrase="Comment Detail">"$>
13        <mt:CommentsFooter>
14    </div>
15        </mt:CommentsFooter>
16    </mt:Comments>
17    <mt:Unless name="comment_preview">
18    <$mt:Include module="<__trans phrase="Comment Form">"$>
19    </mt:Unless>
20</div>
21</mt:IfCommentsActive>
22</__trans_section>
Note: See TracBrowser for help on using the browser.