Changeset 2604
- Timestamp:
- 06/19/08 01:29:47 (20 months ago)
- Location:
- branches/release-40/default_templates
- Files:
-
- 14 modified
-
archive_index.mtml (modified) (1 diff)
-
category_archive_list.mtml (modified) (1 diff)
-
category_entry_listing.mtml (modified) (1 diff)
-
comment_response.mtml (modified) (1 diff)
-
commenter_confirm.mtml (modified) (1 diff)
-
entry.mtml (modified) (2 diffs)
-
entry_summary.mtml (modified) (3 diffs)
-
feed_recent.mtml (modified) (2 diffs)
-
monthly_entry_listing.mtml (modified) (1 diff)
-
new-ping.mtml (modified) (1 diff)
-
recent_assets.mtml (modified) (2 diffs)
-
recent_comments.mtml (modified) (2 diffs)
-
recent_entries.mtml (modified) (2 diffs)
-
syndication.mtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-40/default_templates/archive_index.mtml
r2603 r2604 55 55 <ul class="archive-list"> 56 56 </mt:SubCatIsFirst> 57 <mt:If NonZero tag="MTCategoryCount">57 <mt:If tag="CategoryCount"> 58 58 <li class="archive-list-item"><a href="<$mt:CategoryArchiveLink$>" title="<$mt:CategoryDescription$>"><$mt:CategoryLabel$></a> 59 59 <mt:Else> 60 60 <li class="archive-list-item"><$mt:CategoryLabel$> 61 </mt:If NonZero>61 </mt:If> 62 62 <$mt:SubCatsRecurse$> 63 63 </li> -
branches/release-40/default_templates/category_archive_list.mtml
r2052 r2604 7 7 <ul class="widget-list"> 8 8 </mt:SubCatIsFirst> 9 <mt:If NonZero tag="mt:CategoryCount">10 <li class="widget-list-item"><a href="<$mt:CategoryArchiveLink$>"<mt:If NonEmpty tag="mt:CategoryDescription"> title="<$mt:CategoryDescription$>"</mt:IfNonEmpty>><__trans phrase="[_1] ([_2])" params="<$mt:CategoryLabel$>%%<$mt:CategoryCount$>"></a>9 <mt:If tag="CategoryCount"> 10 <li class="widget-list-item"><a href="<$mt:CategoryArchiveLink$>"<mt:If tag="CategoryDescription"> title="<$mt:CategoryDescription$>"</mt:If>><__trans phrase="[_1] ([_2])" params="<$mt:CategoryLabel$>%%<$mt:CategoryCount$>"></a> 11 11 <mt:Else> 12 12 <li class="widget-list-item"><$mt:CategoryLabel$> 13 </mt:If NonZero>13 </mt:If> 14 14 <$mt:SubCatsRecurse$> 15 15 </li> -
branches/release-40/default_templates/category_entry_listing.mtml
r2603 r2604 37 37 38 38 <mt:Ignore><!-- Limit number of entries to the number set in Blog Entry Settings --></mt:Ignore> 39 <mt:Unless name="datebased_archive"><$mt: SetVar name="limit" value="auto"$></mt:Unless>39 <mt:Unless name="datebased_archive"><$mt:Var name="limit" value="auto"$></mt:Unless> 40 40 <mt:Entries limit="$limit"> 41 41 <mt:Ignore><!-- Use the Entry Summary module for each entry published on this page --></mt:Ignore> -
branches/release-40/default_templates/comment_response.mtml
r2603 r2604 7 7 <mt:If name="comment_confirmation"> 8 8 <mt:Ignore><!-- Success message when comment has been submitted --></mt:Ignore> 9 <$mt: SetVar name="page_title" value="<__trans phrase="Confirmation...">"$>10 <$mt: SetVar name="message" value="<p><__trans phrase="Your comment has been submitted!"></p>"$>9 <$mt:Var name="page_title" value="<__trans phrase="Confirmation...">"$> 10 <$mt:Var name="message" value="<p><__trans phrase="Your comment has been submitted!"></p>"$> 11 11 <mt:Else name="comment_pending"> 12 12 <mt:Ignore><!-- Pending message when comment is being held for review --></mt:Ignore> 13 <$mt: SetVar name="page_title" value="<__trans phrase="Thank you for commenting.">"$>14 <$mt: SetVar name="message" value="<p><__trans phrase="Your comment has been received and held for approval by the blog owner."></p>"$>13 <$mt:Var name="page_title" value="<__trans phrase="Thank you for commenting.">"$> 14 <$mt:Var name="message" value="<p><__trans phrase="Your comment has been received and held for approval by the blog owner."></p>"$> 15 15 <mt:Else name="comment_error"> 16 16 <mt:Ignore><!-- Error message when comment submission fails --></mt:Ignore> 17 <$mt: SetVar name="page_title" value="<__trans phrase="Comment Submission Error">"$>17 <$mt:Var name="page_title" value="<__trans phrase="Comment Submission Error">"$> 18 18 <mt:SetVarBlock name="message"><p><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$mt:ErrorMessage$>"></p></mt:SetVarBlock> 19 19 </mt:If> -
branches/release-40/default_templates/commenter_confirm.mtml
r2603 r2604 12 12 13 13 <__trans phrase="Sincerely,"> 14 <mt:If NonEmpty tag="AuthorDisplayName"><$mt:AuthorDisplayName$><mt:Else>Movable Type</mt:IfNonEmpty>14 <mt:If tag="AuthorDisplayName"><$mt:AuthorDisplayName$><mt:Else>Movable Type</mt:If> 15 15 16 16 <$mt:Include module="<__trans phrase="Mail Footer">"$> -
branches/release-40/default_templates/entry.mtml
r2603 r2604 30 30 <div class="asset-meta"> 31 31 <span class="byline"> 32 <mt:If NonEmptytag="EntryAuthorDisplayName">32 <mt:If tag="EntryAuthorDisplayName"> 33 33 <__trans phrase="By [_1] on [_2]" params="<span class="vcard author"><$mt:EntryAuthorLink show_hcard="1"$></span>%%<abbr class="published" title="<$mt:EntryDate format_name="iso8601"$>"><$mt:EntryDate format="%x %X"$></abbr>"> 34 34 <mt:Else> 35 35 <abbr class="published" title="<$mt:EntryDate format_name="iso8601"$>"><$mt:EntryDate format="%x %X"$></abbr> 36 </mt:If NonEmpty>36 </mt:If> 37 37 </span> 38 38 <mt:IfCommentsActive> … … 45 45 </div> 46 46 <div class="asset-content entry-content"> 47 <mt:If NonEmptytag="EntryBody">47 <mt:If tag="EntryBody"> 48 48 <div class="asset-body"> 49 49 <$mt:EntryBody$> 50 50 </div> 51 </mt:If NonEmpty>52 <mt:If NonEmptytag="EntryMore" convert_breaks="0">51 </mt:If> 52 <mt:If tag="EntryMore" convert_breaks="0"> 53 53 <div id="more" class="asset-more"> 54 54 <$mt:EntryMore$> 55 55 </div> 56 </mt:If NonEmpty>56 </mt:If> 57 57 </div> 58 58 <div class="asset-footer"> 59 59 <mt:IfArchiveTypeEnabled archive_type="Category"> 60 <mt:If tag=" MTEntryCategories">60 <mt:If tag="EntryCategories"> 61 61 <div class="entry-categories"> 62 62 <h4 class="entry-categories-header"><__trans phrase="Categories"><span class="delimiter">:</span></h4> -
branches/release-40/default_templates/entry_summary.mtml
r2603 r2604 5 5 <div class="asset-meta"> 6 6 <span class="byline"> 7 <mt:If NonEmptytag="EntryAuthorDisplayName">7 <mt:If tag="EntryAuthorDisplayName"> 8 8 <__trans phrase="By [_1] on [_2]" params="<span class="vcard author"><$mt:EntryAuthorLink show_hcard="1"$></span>%%<abbr class="published" title="<$mt:EntryDate format_name="iso8601"$>"><$mt:EntryDate format="%x %X"$></abbr>"> 9 9 <mt:Else> 10 10 <abbr class="published" title="<$mt:EntryDate format_name="iso8601"$>"><$mt:EntryDate format="%x %X"$></abbr> 11 </mt:If NonEmpty>11 </mt:If> 12 12 </span> 13 13 <mt:Unless name="hide_counts" eq="1"> … … 18 18 </div> 19 19 <div class="asset-content entry-content"> 20 <mt:If NonEmptytag="EntryBody">20 <mt:If tag="EntryBody"> 21 21 <div class="asset-body"> 22 22 <$mt:EntryBody$> 23 23 </div> 24 </mt:If NonEmpty>24 </mt:If> 25 25 <mt:If name="entry_archive"> 26 26 <mt:EntryIfTagged> … … 33 33 </mt:EntryIfTagged> 34 34 </mt:If> 35 <mt:If NonEmptytag="EntryMore" convert_breaks="0">35 <mt:If tag="EntryMore" convert_breaks="0"> 36 36 <div class="asset-more-link"> 37 37 <__trans phrase="Continue reading <a href="[_1]" rel="bookmark">[_2]</a>." params="<$mt:EntryPermalink$>#more%%<$mt:EntryTitle$>"> 38 38 </div> 39 </mt:If NonEmpty>39 </mt:If> 40 40 </div> 41 41 <div class="asset-footer"></div> -
branches/release-40/default_templates/feed_recent.mtml
r2603 r2604 6 6 <id>tag:<$mt:BlogHost exclude_port="1" encode_xml="1"$>,<$mt:TemplateCreatedOn format="%Y-%m-%d"$>:<$mt:BlogRelativeURL encode_xml="1"$>/<$mt:BlogID$></id> 7 7 <updated><mt:Entries lastn="1"><$mt:EntryModifiedDate utc="1" format="%Y-%m-%dT%H:%M:%SZ"$></mt:Entries></updated> 8 <mt:If NonEmpty tag="MTBlogDescription"><subtitle><$mt:BlogDescription remove_html="1" encode_xml="1"$></subtitle></mt:IfNonEmpty>8 <mt:If tag="BlogDescription"><subtitle><$mt:BlogDescription remove_html="1" encode_xml="1"$></subtitle></mt:If> 9 9 <generator uri="http://www.sixapart.com/movabletype/"><$mt:ProductName version="1"$></generator> 10 10 <mt:Entries lastn="15"> … … 20 20 <author> 21 21 <name><$mt:EntryAuthorDisplayName encode_xml="1"$></name> 22 <mt:If NonEmpty tag="MTEntryAuthorURL"><uri><$mt:EntryAuthorURL encode_xml="1"$></uri></mt:IfNonEmpty>22 <mt:If tag="EntryAuthorURL"><uri><$mt:EntryAuthorURL encode_xml="1"$></uri></mt:If> 23 23 </author> 24 24 <mt:EntryCategories> -
branches/release-40/default_templates/monthly_entry_listing.mtml
r2603 r2604 33 33 34 34 <mt:Ignore><!-- Limit number of entries to the number set in Blog Entry Settings --></mt:Ignore> 35 <mt:Unless name="datebased_archive"><$mt: SetVar name="limit" value="auto"$></mt:Unless>35 <mt:Unless name="datebased_archive"><$mt:Var name="limit" value="auto"$></mt:Unless> 36 36 <mt:Entries limit="$limit"> 37 37 <mt:Ignore><!-- Use the Entry Summary module for each entry published on this page --></mt:Ignore> -
branches/release-40/default_templates/new-ping.mtml
r2603 r2604 12 12 <<$mt:Var name="approve_url"$>> 13 13 </mt:If></mt:If> 14 <mt:If name="entry"><mt:If NonEmptytag="EntryPermalink"><__trans phrase="View TrackBack">:14 <mt:If name="entry"><mt:If tag="EntryPermalink"><__trans phrase="View TrackBack">: 15 15 <<$mt:EntryPermalink$>> 16 </mt:If NonEmpty></mt:If>16 </mt:If></mt:If> 17 17 <mt:If name="state_editable"><__trans phrase="Report TrackBack as spam">: 18 18 <<$mt:Var name="spam_url"$>> -
branches/release-40/default_templates/recent_assets.mtml
r2052 r2604 1 <mt:If NonZerotag="AssetCount">1 <mt:If tag="AssetCount"> 2 2 <mt:Assets type="image" lastn="10"> 3 3 <mt:AssetsHeader> … … 14 14 </mt:AssetsFooter> 15 15 </mt:Assets> 16 </mt:If NonZero>16 </mt:If> -
branches/release-40/default_templates/recent_comments.mtml
r2450 r2604 1 <mt:If NonZero tag="mt:BlogCommentCount">1 <mt:If tag="BlogCommentCount"> 2 2 <mt:Comments lastn="10" sort_order="descend"> 3 3 <mt:CommentsHeader> … … 14 14 </mt:CommentsFooter> 15 15 </mt:Comments> 16 </mt:If NonZero>16 </mt:If> -
branches/release-40/default_templates/recent_entries.mtml
r2052 r2604 1 <mt:If NonZerotag="BlogEntryCount">1 <mt:If tag="BlogEntryCount"> 2 2 <mt:Entries lastn="10"> 3 3 <mt:EntriesHeader> … … 14 14 </mt:EntriesFooter> 15 15 </mt:Entries> 16 </mt:If NonZero>16 </mt:If> -
branches/release-40/default_templates/syndication.mtml
r2603 r2604 4 4 <li class="blog feed"><img src="<$mt:StaticWebPath$>images/status_icons/feed.gif" alt="<__trans phrase="Subscribe to feed">" width="9" height="9" /> <a href="<$mt:Link template="feed_recent"$>"><__trans phrase="Subscribe to this blog's feed"></a></li> 5 5 <mt:If name="search_results"> 6 <mt:If NonEmpty tag="mt:SearchString">6 <mt:If tag="SearchString"> 7 7 <li class="search-results-feed"><img src="<$mt:StaticWebPath$>images/status_icons/feed.gif" alt="<__trans phrase="Subscribe to feed">" width="9" height="9" /> <a href="<$mt:CGIPath$><$mt:SearchScript$>?<mt:IfTagSearch>tag<mt:Else>search</mt:IfTagSearch>=<$mt:SearchString encode_url="1"$>&Template=feed&IncludeBlogs=<$mt:SearchIncludeBlogs$>&limit=<$mt:SearchMaxResults$>" title="<__trans phrase="Subscribe to feed">"><__trans phrase="Search results matching “<$mt:SearchString$>”"></a></li> 8 </mt:If NonEmpty>8 </mt:If> 9 9 </mt:If> 10 10 </ul>
