Changeset 2394
- Timestamp:
- 05/19/08 21:42:12 (21 months ago)
- Location:
- branches/release-38/default_templates
- Files:
-
- 5 modified
-
comment_preview.mtml (modified) (1 diff)
-
comments.mtml (modified) (1 diff)
-
entry_summary.mtml (modified) (1 diff)
-
recent_comments.mtml (modified) (1 diff)
-
signin.mtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/default_templates/comment_preview.mtml
r2377 r2394 37 37 <div class="asset-meta"> 38 38 <span class="byline"> 39 < mt:IfCommentParent>40 <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<$MTCommentAuthorIdentity$> <span class="vcard author"><$MTCommentAuthorLink$></span>%%<mt:CommentParent><$mt:CommentLink$></mt:CommentParent>%%<mt:CommentParent><$MTCommentAuthor$></mt:CommentParent>">41 < mt:else>42 <$MTCommentAuthorIdentity$>43 <span class="vcard author"><$MTCommentAuthorLink$></span>44 </mt:IfCommentParent>39 <$MTCommentAuthorIdentity$> 40 <mt:IfCommentParent> 41 <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<span class="vcard author"><$MTCommentAuthorLink$></span>%%<mt:CommentParent><$mt:CommentLink$></mt:CommentParent>%%<mt:CommentParent><$MTCommentAuthor$></mt:CommentParent>"> 42 <mt:else> 43 <span class="vcard author"><$MTCommentAuthorLink$></span> 44 </mt:IfCommentParent> 45 45 | <a href="<$mt:CommentLink$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a> 46 46 </span> -
branches/release-38/default_templates/comments.mtml
r2393 r2394 19 19 <div class="asset-meta"> 20 20 <span class="byline"> 21 < mt:IfCommentParent>22 <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<$MTCommentAuthorIdentity$> <span class="vcard author"><$MTCommentAuthorLink$></span>%%<mt:CommentParent><$mt:CommentLink$></mt:CommentParent>%%<mt:CommentParent><$MTCommentAuthor$></mt:CommentParent>">23 < mt:else>24 <$MTCommentAuthorIdentity$>25 <span class="vcard author"><$MTCommentAuthorLink$></span>26 </mt:IfCommentParent>21 <$MTCommentAuthorIdentity$> 22 <mt:IfCommentParent> 23 <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<span class="vcard author"><$MTCommentAuthorLink$></span>%%<mt:CommentParent><$mt:CommentLink$></mt:CommentParent>%%<mt:CommentParent><$MTCommentAuthor$></mt:CommentParent>"> 24 <mt:else> 25 <span class="vcard author"><$MTCommentAuthorLink$></span> 26 </mt:IfCommentParent> 27 27 | <a href="<$mt:CommentLink$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a> 28 <MTIfCommentsAccepted> | <$MTCommentReplyLink$></MTIfCommentsAccepted> 28 <MTIfCommentsAccepted> 29 | <$MTCommentReplyLink$> 30 </MTIfCommentsAccepted> 29 31 </span> 30 32 </div> -
branches/release-38/default_templates/entry_summary.mtml
r2376 r2394 2 2 <div id="entry-<$MTEntryID$>" class="entry-asset asset hentry"> 3 3 <div class="asset-header"> 4 <h2 class="asset-name entry-title" rel="bookmark"><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></h2>4 <h2 class="asset-name entry-title"><a href="<$MTEntryPermalink$>" rel="bookmark"><$MTEntryTitle$></a></h2> 5 5 <div class="asset-meta"> 6 6 <span class="byline"> -
branches/release-38/default_templates/recent_comments.mtml
r2052 r2394 7 7 <ul class="recent-comments-list"> 8 8 </mt:CommentsHeader> 9 <li> 10 <__trans phrase="<a href="[_1]">[_2] commented on [_3]</a>: [_4]" params="<mt:CommentEntry><$mt:EntryPermalink$></mt:CommentEntry>#comment-<$mt:CommentID$>%%<$mt:CommentAuthor$>%%<mt:CommentEntry><$mt:EntryTitle$></mt:CommentEntry>%%<$mt:CommentBody remove_html="1" trim_to="10"$>"> 11 </li> 9 <li><__trans phrase="<a href="[_1]">[_2] commented on [_3]</a>: [_4]" params="<mt:CommentEntry><$mt:EntryPermalink$></mt:CommentEntry>#comment-<$mt:CommentID$>%%<$mt:CommentAuthor$>%%<mt:CommentEntry><$mt:EntryTitle$></mt:CommentEntry>%%<$mt:CommentBody remove_html="1" trim_to="10"$>"></li> 12 10 <mt:CommentsFooter> 13 11 </ul> -
branches/release-38/default_templates/signin.mtml
r2392 r2394 2 2 <div class="widget-sign-in widget"> 3 3 <h3 class="widget-header"><__trans phrase="Sign In"></h3> 4 <div class="widget-content" id="signin-widget-content"></div>4 <div id="signin-widget-content" class="widget-content"></div> 5 5 </div> 6 6 <script type="text/javascript">
