root/branches/release-33/tmpl/cms/include/comment_detail.tmpl @ 1710

Revision 1710, 1.0 kB (checked in by fumiakiy, 20 months ago)

Comment reply should not have assumed the existence of template modules even if it was one of default templates. BugId:67976

  • Property svn:keywords set to Id Author Date Revision
Line 
1<div class="comment" id="comment-<$MTCommentID$>">
2    <div class="inner">
3        <div class="comment-header">
4            <div class="asset-meta">
5               <span class="byline">
6                   <__trans phrase="By"> <span class="vcard author"><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></span><MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty>
7                   <MTCommentParent>
8                   <__trans phrase="replied to"> <a href="#comment-<$MTCommentID$>"><MTCommentAuthor></a>
9                   </MTCommentParent>
10                   <__trans phrase="on"> <a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a>
11                   <MTIfCommentsAccepted> | <$MTCommentReplyLink$></MTIfCommentsAccepted>
12               </span>
13            </div>
14        </div>
15        <div class="comment-content">
16            <$MTCommentBody$>
17        </div>
18    </div>
19</div>
Note: See TracBrowser for help on using the browser.