Changeset 1423
- Timestamp:
- 02/28/08 21:39:16 (16 months ago)
- Location:
- branches/release-30/default_templates
- Files:
-
- 1 removed
- 10 modified
-
comment_preview.mtml (modified) (2 diffs)
-
comment_response.mtml (modified) (1 diff)
-
entry_detail.mtml (modified) (1 diff)
-
entry_listing.mtml (modified) (3 diffs)
-
entry_summary.mtml (modified) (1 diff)
-
header.mtml (modified) (1 diff)
-
main_index.mtml (modified) (2 diffs)
-
popup_image.mtml (modified) (1 diff)
-
rss.mtml (deleted)
-
styles.mtml (modified) (1 diff)
-
tags.mtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-30/default_templates/comment_preview.mtml
r1139 r1423 2 2 <MTSetVar name="body_onload" value="individualArchivesOnLoad(commenter_name)"> 3 3 <MTSetVar name="system_template" value="1"> 4 <MTSetVar name="comment_preview_template" value="1">5 4 <MTSetVar name="feedback_template" value="1"> 6 <MTSetVarBlock name="page_title"><__trans phrase=" Comment on [_1]" params="<$MTEntryTitle$>"></MTSetVarBlock>5 <MTSetVarBlock name="page_title"><__trans phrase="Previewing your Comment"></MTSetVarBlock> 7 6 <MTSetVarBlock name="title"><$MTBlogName encode_html="1"$>: <$MTGetVar name="page_title"$></MTSetVarBlock> 8 7 <MTSetVarBlock name="html_head"> … … 12 11 <$MTInclude module="<__trans phrase="Header">"$> 13 12 14 <h1 id="page-title">< __trans phrase="Previewing your Comment"></h1>13 <h1 id="page-title"><$MTGetVar name="page_title"$></h1> 15 14 16 15 <$MTInclude module="<__trans phrase="Comment Detail">"$> -
branches/release-30/default_templates/comment_response.mtml
r1139 r1423 1 1 <MTSetVar name="system_template" value="1"> 2 3 2 <MTIf name="body_class" eq="mt-comment-confirmation"> 4 <MTSetVarBlock name="page_title"><__trans phrase="Comment Submitted"></MTSetVarBlock> 5 6 <MTSetVar name="heading" value="<__trans phrase="Confirmation...">"> 7 8 <MTSetVarBlock name="message"> 9 <p><__trans phrase="Your comment has been submitted!"></p> 10 </MTSetVarBlock> 3 <MTSetVar name="page_title" value="<__trans phrase="Confirmation...">"> 4 <MTSetVar name="page_title" value="<__trans phrase="Confirmation...">"> 5 <MTSetVarBlock name="message"><__trans phrase="Your comment has been submitted!"></MTSetVarBlock> 6 <MTElse name="body_class" eq="mt-comment-pending"> 7 <MTSetVarBlock name="page_title"><__trans phrase="Thank you for commenting."></MTSetVarBlock> 8 <MTSetVarBlock name="message"><__trans phrase="Your comment has been received and held for approval by the blog owner."></MTSetVarBlock> 9 <MTElse name="body_class" eq="mt-comment-error"> 10 <MTSetVarBlock name="page_title"><__trans phrase="Comment Submission Error"></MTSetVarBlock> 11 <MTSetVarBlock name="message"><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$MTErrorMessage$>"></MTSetVarBlock> 11 12 </MTIf> 12 13 <MTIf name="body_class" eq="mt-comment-pending">14 <MTSetVarBlock name="page_title"><__trans phrase="Comment Pending"></MTSetVarBlock>15 16 <MTSetVar name="heading" value="<__trans phrase="Thank you for commenting.">">17 18 <MTSetVarBlock name="message">19 <p><__trans phrase="Your comment has been received and held for approval by the blog owner."></p>20 </MTSetVarBlock>21 22 </MTIf>23 24 <MTIf name="body_class" eq="mt-comment-error">25 <MTSetVarBlock name="page_title"><__trans phrase="Comment Submission Error"></MTSetVarBlock>26 27 <MTSetVar name="heading" value="$page_title">28 29 <MTSetVarBlock name="message">30 <p><__trans phrase="Your comment submission failed for the following reasons:"></p>31 <blockquote>32 <$MTErrorMessage$>33 </blockquote>34 </MTSetVarBlock>35 </MTIf>36 37 13 <MTSetVarBlock name="title"><$MTBlogName encode_html="1"$>: <$MTGetVar name="page_title"$></MTSetVarBlock> 38 14 39 15 <$MTInclude module="<__trans phrase="Header">"$> 40 16 41 <h1 id="page-title"><$MTGetVar name=" heading"$></h1>17 <h1 id="page-title"><$MTGetVar name="page_title"$></h1> 42 18 43 19 <$MTGetVar name="message"$> -
branches/release-30/default_templates/entry_detail.mtml
r1101 r1423 17 17 </div> 18 18 <div class="asset-footer"> 19 <MTIf name="entry_template"> 20 <$MTInclude module="<__trans phrase="Categories">"$> 21 </MTIf> 22 <$MTInclude module="<__trans phrase="Tags">"$> 19 <$MTInclude module="<__trans phrase="Categories">"$> 20 <$MTInclude module="<__trans phrase="Tags">"$> 23 21 </div> 24 22 </div> -
branches/release-30/default_templates/entry_listing.mtml
r1102 r1423 4 4 <MTSetVarBlock name="page_title"><__trans phrase="[_1] Archives" params="<$MTArchiveTitle$>"></MTSetVarBlock> 5 5 <MTSetVarBlock name="title"><$MTBlogName encode_html="1"$>: <$MTGetVar name="page_title"$></MTSetVarBlock> 6 <MTUnless name="datebased_archive"><$mt:setvar name="limit" value="auto"$></MTUnless> 6 7 <MTIf name="datebased_archive"> 7 8 <MTSetVarBlock name="html_head"> … … 17 18 <MTIfArchiveType archive_type="Category"> 18 19 <__trans phrase="Recently in <em>[_1]</em> Category" params="<$MTArchiveTitle$>"> 19 </MTIfArchiveType> 20 <MTIfArchiveType archive_type="Author"> 20 <MTElse archive_type="Author"> 21 21 <__trans phrase="Recently by <em>[_1]</em>" params="<$MTArchiveTitle$>"> 22 22 </MTIfArchiveType> … … 26 26 </h1> 27 27 28 <MTIf name="datebased_archive"> 29 <MTEntries> 30 <$MTEntryTrackbackData$> 28 <MTEntries limit="$limit"> 31 29 <$MTInclude module="<__trans phrase="Entry Summary">"$> 32 </MTEntries> 33 <MTElse> 34 <MTEntries limit="auto"> 35 <$MTEntryTrackbackData$> 36 <$MTInclude module="<__trans phrase="Entry Summary">"$> 37 </MTEntries> 38 </MTIf> 30 </MTEntries> 39 31 40 32 <div class="content-nav"> -
branches/release-30/default_templates/entry_summary.mtml
r1101 r1423 1 <MTIfPingsAccepted><$MTEntryTrackbackData$></MTIfPingsAccepted> 1 2 <div id="entry-<$MTEntryID$>" class="entry-asset asset hentry"> 2 3 <div class="asset-header"> -
branches/release-30/default_templates/header.mtml
r1192 r1423 1 <mt:setvarblock name="html_head" prepend="1">2 <MTIf name="main_template">3 <link rel="alternate" type="application/atom+xml" title="Atom" href="<$MTLink template="atom"$>" />4 <link rel="alternate" type="application/rss+xml" title="RSS" href="<$MTLink template="rss"$>" />5 <MTUnless name="main_index">6 <link rel="start" href="<$MTBlogURL$>" title="Home" />7 </MTUnless>8 <$MTCCLicenseRDF$>9 </MTIf>10 </mt:setvarblock>11 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 12 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 13 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 14 4 <head> 5 <title><$mt:var name="title"$></title> 15 6 <meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" /> 16 <title><$mt:var name="title"$></title>17 7 <meta name="generator" content="<$MTProductName version="1"$>" /> 18 8 <link rel="stylesheet" href="<$MTLink template="styles"$>" type="text/css" /> 9 <link rel="start" href="<$MTBlogURL$>" title="Home" /> 10 <link rel="alternate" type="application/atom+xml" title="Recent Entries" href="<$MTLink template="feed_recent"$>" /> 11 <$MTCCLicenseRDF$> 19 12 <$mt:var name="html_head"$> 20 13 </head> 21 <body class="<MTIf name="body_class"><$MTGetVar name="body_class"$> </MTIf><$MTGetVar name="page_layout" default="layout-wtt"$>"<MTIf name="body_onload"> onload="<$MTGetVar name="body_onload"$>"</MTIf>>14 <body class="<MTIf name="body_class"><$MTGetVar name="body_class"$> </MTIf><$MTGetVar name="page_layout"$>"<MTIf name="body_onload"> onload="<$MTGetVar name="body_onload"$>"</MTIf>> 22 15 <div id="container"> 23 16 <div id="container-inner"> -
branches/release-30/default_templates/main_index.mtml
r1104 r1423 3 3 <MTSetVar name="main_index" value="1"> 4 4 <MTSetVar name="sidebar" value="1"> 5 <mt:setvarblock name="html_head"> 6 <link rel="EditURI" type="application/rsd+xml" title="RSD" href="<$MTLink template="rsd"$>" /> 7 </mt:setvarblock> 8 </MTIf> 5 9 <MTSetVarBlock name="title"><$MTBlogName encode_html="1"$></MTSetVarBlock> 6 10 … … 8 12 9 13 <MTEntries> 10 <$MTEntryTrackbackData$>11 14 <$MTInclude module="<__trans phrase="Entry Summary">"$> 12 15 </MTEntries> -
branches/release-30/default_templates/popup_image.mtml
r1098 r1423 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 2 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 3 <head><title><$MTImageURL$></title></head> 4 4 <body id="uploaded-image-popup" class="popup" style="margin: 0;padding: 0;"> 5 <div id="popup-container"> 6 <div id="popup-container"> 7 <img src="<$MTImageURL$>" width="<$MTImageWidth$>" height="<$MTImageHeight$>" style="margin: 0;padding: 0;border: 0;" /> 8 </div> 9 </div> 5 <img src="<$MTImageURL$>" width="<$MTImageWidth$>" height="<$MTImageHeight$>" alt="<$MTImageURL$>" style="margin: 0;padding: 0;border: 0;" /> 10 6 </body> 11 7 </html> -
branches/release-30/default_templates/styles.mtml
r1101 r1423 1 /* Default Layout: <MTSetVar name="page_layout" value="layout-wtt"> */2 1 @import url(<$MTStaticWebPath$>themes-base/blog.css); 3 2 @import url(<$MTStaticWebPath$>themes/minimalist-red/screen.css); -
branches/release-30/default_templates/tags.mtml
r1287 r1423 3 3 <h4 class="entry-tags-header"><__trans phrase="Tags"><span class="delimiter">:</span></h4> 4 4 <ul class="entry-tags-list"> 5 <mt:setvarblock name="blog_id"><$MTBlogID$></mt:setvarblock>6 5 <li class="entry-tag"><MTEntryTags glue='<span class="delimiter">,</span></li> <li class="entry-tag">'><a href="<$MTTagSearchLink$>" rel="tag"><$MTTagName$></a></MTEntryTags></li> 7 6 </ul>
