root/branches/release-29/default_templates/comments.mtml @ 1350

Revision 1350, 0.7 kB (checked in by fumiakiy, 22 months ago)

Merging the latest of Release-28 to 29. svn merge -r1307:1332 http://code.sixapart.com/svn/movabletype/branches/release-28 .

  • Property svn:executable set to *
Line 
1<MTIfCommentsActive>
2<div id="comments" class="comments">
3    <MTIf name="comment_preview_template">
4    <$MTInclude module="<__trans phrase="Comment Form">"$>
5    </MTIf>
6    <MTComments>
7        <MTCommentsHeader>
8    <h2 class="comments-header"><__trans phrase="[_1] Comments" params="<$MTEntryCommentCount$>"></h2>
9    <div class="comments-content">
10        </MTCommentsHeader>
11        <$MTInclude module="<__trans phrase="Comment Detail">"$>
12        <MTCommentsFooter>
13    </div>
14        </MTCommentsFooter>
15    </MTComments>
16    <MTUnless name="comment_preview_template">
17    <$MTInclude module="<__trans phrase="Comment Form">"$>
18    </MTUnless>
19</div>
20</MTIfCommentsActive>
Note: See TracBrowser for help on using the browser.