Changeset 2460
- Timestamp:
- 05/29/08 17:22:39 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-39/tmpl/cms/widget/blog_stats_comment.tmpl
r2002 r2460 38 38 </div> 39 39 <div class="comment-meta"> 40 <__trans phrase="[_1] [_2], [_3] on [_4]" params="<MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty>%%<$MTCommentAuthorLink default_name="Anonymous"$>%%<$MTCommentDate relative="1"$>%%<MTCommentEntry><MTEntryAuthorID setvar="entry_author_id"><MTIf name="editable"><a href="<$mt:var name="script_url"$>?__mode=view&_type=<$MTEntryClass lower_case="1"$>&id=<$MTEntryID$>&blog_id=<$MTEntryBlogID$>"><$MTEntryTitle $></a><MTElse name="author_id" eq="$entry_author_id"><a href="<$mt:var name="script_url"$>?__mode=view&_type=<$MTEntryClass lower_case="1"$>&id=<$MTEntryID$>&blog_id=<$MTEntryBlogID$>"><$MTEntryTitle$></a><MTElse><$MTEntryTitle$></MTIf></MTCommentEntry>">40 <__trans phrase="[_1] [_2], [_3] on [_4]" params="<MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty>%%<$MTCommentAuthorLink default_name="Anonymous"$>%%<$MTCommentDate relative="1"$>%%<MTCommentEntry><MTEntryAuthorID setvar="entry_author_id"><MTIf name="editable"><a href="<$mt:var name="script_url"$>?__mode=view&_type=<$MTEntryClass lower_case="1"$>&id=<$MTEntryID$>&blog_id=<$MTEntryBlogID$>"><$MTEntryTitle remove_html="1" encode_html="1" _default="..."$></a><MTElse name="author_id" eq="$entry_author_id"><a href="<$mt:var name="script_url"$>?__mode=view&_type=<$MTEntryClass lower_case="1"$>&id=<$MTEntryID$>&blog_id=<$MTEntryBlogID$>"><$MTEntryTitle$></a><MTElse><$MTEntryTitle remove_html="1" encode_html="1" _default="..."$></MTIf></MTCommentEntry>"> 41 41 <MTIf name="editable">(<a href="<mt:var name="script_url">?__mode=view&_type=comment&id=<$MTCommentID$>&blog_id=<$MTCommentBlogID$>"><__trans phrase="Edit Comment"></a>)<MTElse name="author_id" eq="$entry_author_id">(<a href="<mt:var name="script_url">?__mode=view&_type=comment&id=<$MTCommentID$>&blog_id=<$MTCommentBlogID$>"><__trans phrase="Edit Comment"></a>)</MTIf> 42 42 </div>
