root/branches/release-35/tmpl/cms/include/comment_detail.tmpl @ 2003

Revision 2003, 1.0 kB (checked in by fumiakiy, 19 months ago)

L10 Japanese the Cal release, take one.

  • 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 [_1]" params='<span class="vcard author"><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></span><MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty>'>
7                   <MTCommentParent>
8                   <__trans phrase="replied to [_1]" params='<a href="#comment-<$MTCommentID$>"><MTCommentAuthor></a>'>
9                   </MTCommentParent>
10                   <__trans phrase="on [_1]" params='<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.