Changeset 1922
- Timestamp:
- 04/16/08 01:23:28 (22 months ago)
- Location:
- branches/release-35/default_templates
- Files:
-
- 2 modified
-
entry.mtml (modified) (2 diffs)
-
entry_summary.mtml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-35/default_templates/entry.mtml
r1921 r1922 5 5 <title><$MTEntryTitle encode_html="1"$> - <$MTBlogName encode_html="1"$></title> 6 6 <$mt:include module="<__trans phrase="HTML Head">"$> 7 <MTEntryPrevious><link rel="prev" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" /></MTEntryPrevious>8 <MTEntryNext><link rel="next" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" /></MTEntryNext>7 <MTEntryPrevious><link rel="prev" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" rel="bookmark" /></MTEntryPrevious> 8 <MTEntryNext><link rel="next" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" rel="bookmark" /></MTEntryNext> 9 9 <$MTEntryTrackbackData$> 10 10 <MTIfCommentsAccepted><script type="text/javascript" src="<$MTLink template="javascript"$>"></script></MTIfCommentsAccepted> … … 37 37 </MTIfNonEmpty> 38 38 </span> 39 <span class="separator">|</span> <a class="permalink" rel="bookmark" href="<$MTEntryPermalink$>"><__trans phrase="Permalink"></a>40 39 <MTIfCommentsActive> 41 40 <span class="separator">|</span> <a href="<$MTEntryPermalink$>#comments"><mt:if tag="EntryCommentCount" eq="1"><__trans phrase="1 Comment"><mt:else><__trans phrase="[_1] Comments" params="<$MTEntryCommentCount$>"></mt:if></a> -
branches/release-35/default_templates/entry_summary.mtml
r1921 r1922 2 2 <div id="entry-<$MTEntryID$>" class="entry-asset asset hentry"> 3 3 <div class="asset-header"> 4 <h2 class="asset-name entry-title" ><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></h2>4 <h2 class="asset-name entry-title" rel="bookmark"><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></h2> 5 5 <div class="asset-meta"> 6 6 <span class="byline"> … … 19 19 </MTIf> 20 20 </span> 21 <span class="separator">|</span> <a class="permalink" rel="bookmark" href="<$MTEntryPermalink$>"><__trans phrase="Permalink"></a>22 21 <MTUnless name="hide_counts" eq="1"> 23 22 <MTIfCommentsActive><span class="separator">|</span> <a href="<$MTEntryPermalink$>#comments"><mt:if tag="EntryCommentCount" eq="1"><__trans phrase="1 Comment"><mt:else><__trans phrase="[_1] Comments" params="<$MTEntryCommentCount$>"></mt:if></a></MTIfCommentsActive> … … 45 44 <MTIfNonEmpty tag="EntryMore" convert_breaks="0"> 46 45 <div class="asset-more-link"> 47 <__trans phrase="Continue reading <a rel="bookmark" href="[_1]">[_2]</a>." params="<$MTEntryPermalink$>#more%%<$MTEntryTitle$>">46 <__trans phrase="Continue reading <a href="[_1]" rel="bookmark">[_2]</a>." params="<$MTEntryPermalink$>#more%%<$MTEntryTitle$>"> 48 47 </div> 49 48 </MTIfNonEmpty>
