Changeset 1709
- Timestamp:
- 04/02/08 06:38:21 (5 months ago)
- Files:
-
- branches/release-33/default_templates/archive_index.mtml (modified) (1 diff)
- branches/release-33/default_templates/banner_footer.mtml (copied) (copied from branches/release-32/default_templates/banner_footer.mtml)
- branches/release-33/default_templates/banner_header.mtml (copied) (copied from branches/release-32/default_templates/banner_header.mtml)
- branches/release-33/default_templates/base_theme.mtml (deleted)
- branches/release-33/default_templates/categories.mtml (deleted)
- branches/release-33/default_templates/category_entry_listing.mtml (copied) (copied from branches/release-32/default_templates/category_entry_listing.mtml)
- branches/release-33/default_templates/comment_detail.mtml (deleted)
- branches/release-33/default_templates/comment_form.mtml (deleted)
- branches/release-33/default_templates/comment_preview.mtml (modified) (1 diff)
- branches/release-33/default_templates/comment_response.mtml (modified) (1 diff)
- branches/release-33/default_templates/comments.mtml (modified) (2 diffs)
- branches/release-33/default_templates/dynamic_error.mtml (modified) (1 diff)
- branches/release-33/default_templates/entry.mtml (modified) (1 diff)
- branches/release-33/default_templates/entry_detail.mtml (deleted)
- branches/release-33/default_templates/entry_listing.mtml (deleted)
- branches/release-33/default_templates/entry_metadata.mtml (deleted)
- branches/release-33/default_templates/entry_summary.mtml (modified) (2 diffs)
- branches/release-33/default_templates/footer.mtml (deleted)
- branches/release-33/default_templates/header.mtml (deleted)
- branches/release-33/default_templates/html_head.mtml (copied) (copied from branches/release-32/default_templates/html_head.mtml)
- branches/release-33/default_templates/javascript.mtml (modified) (1 diff)
- branches/release-33/default_templates/main_index.mtml (modified) (1 diff)
- branches/release-33/default_templates/monthly_entry_listing.mtml (copied) (copied from branches/release-32/default_templates/monthly_entry_listing.mtml)
- branches/release-33/default_templates/page.mtml (modified) (1 diff)
- branches/release-33/default_templates/page_detail.mtml (deleted)
- branches/release-33/default_templates/search_results.mtml (modified) (2 diffs)
- branches/release-33/default_templates/sidebar.mtml (modified) (1 diff)
- branches/release-33/default_templates/sidebar_2col.mtml (deleted)
- branches/release-33/default_templates/sidebar_3col.mtml (deleted)
- branches/release-33/default_templates/tags.mtml (deleted)
- branches/release-33/default_templates/trackbacks.mtml (modified) (1 diff)
- branches/release-33/lib/MT/DefaultTemplates.pm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-33/default_templates/archive_index.mtml
r1463 r1709 1 <MTSetVar name="body_class" value="mt-archive-index">2 1 <MTSetVar name="archive_index" value="1"> 3 <MTSetVar name="module_about_context" value="1"> 4 <MTSetVarBlock name="page_title"><__trans phrase="Archives"></MTSetVarBlock> 5 <MTSetVarBlock name="title"><$MTBlogName encode_html="1"$>: <$MTGetVar name="page_title"$></MTSetVarBlock> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 5 <head> 6 <title><$MTBlogName encode_html="1"$>: <__trans phrase="Archives"></title> 7 <$mt:include module="<__trans phrase="HTML Head">"$> 8 </head> 9 <body class="mt-archive-index <$MTVar name="page_layout"$>"> 10 <div id="container"> 11 <div id="container-inner"> 6 12 7 <$MTInclude module="<__trans phrase="Header">"$>8 13 9 <h1 id="page-title" class="archive-title"><$MTGetVar name="page_title"$></h1>14 <$mt:include module="<__trans phrase="Banner Header">"$> 10 15 16 17 <div id="content"> 18 <div id="content-inner"> 19 20 21 <div id="alpha"> 22 <div id="alpha-inner"> 23 24 <h1 id="page-title" class="archive-title"><__trans phrase="Archives"></h1> 25 26 <mt:ignore> 27 <!-- List of monthly archives, if monthly archives are enabled --> 28 </mt:ignore> 29 <MTIfArchiveTypeEnabled archive_type="Monthly"> 30 <div class="archive-monthly archive-date-based archive"> 31 <MTArchiveList archive_type="Monthly"> 32 <MTArchiveListHeader> 33 <h2 class="archive-header"><__trans phrase="Monthly Archives"></h2> 34 <div class="archive-content"> 35 <ul class="archive-list"> 36 </MTArchiveListHeader> 37 <li class="archive-list-item"><a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a></li> 38 <MTArchiveListFooter> 39 </ul> 40 </div> 41 </MTArchiveListFooter> 42 </MTArchiveList> 43 </div> 44 </MTIfArchiveTypeEnabled> 45 46 47 <mt:ignore> 48 <!-- List of category archives, if category archives are enabled --> 49 </mt:ignore> 50 <MTIfArchiveTypeEnabled archive_type="Category"> 51 <div class="archive-category archive"> 52 <h2 class="archive-header"><__trans phrase="Categories"></h2> 53 <div class="archive-content"> 54 <MTTopLevelCategories> 55 <MTSubCatIsFirst> 56 <ul class="archive-list"> 57 </MTSubCatIsFirst> 58 <MTIfNonZero tag="MTCategoryCount"> 59 <li class="archive-list-item"><a href="<$MTCategoryArchiveLink$>" title="<$MTCategoryDescription$>"><$MTCategoryLabel$></a> 60 <MTElse> 61 <li class="archive-list-item"><$MTCategoryLabel$> 62 </MTIfNonZero> 63 <MTSubCatsRecurse> 64 </li> 65 <MTSubCatIsLast> 66 </ul> 67 </MTSubCatIsLast> 68 </MTTopLevelCategories> 69 </div> 70 </div> 71 </MTIfArchiveTypeEnabled> 72 73 74 <mt:ignore> 75 <!-- List of author archives, if category author are enabled --> 76 <MTIfArchiveTypeEnabled archive_type="Author"> 77 <div class="archive-author archive"> 78 <MTArchiveList archive_type="Author"> 79 <MTArchiveListHeader> 80 <h2 class="archive-header"><__trans phrase="Author Archives"></h2> 81 <div class="archive-content"> 82 <ul class="archive-list"> 83 </MTArchiveListHeader> 84 <li class="archive-list-item"><a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a></li> 85 <MTArchiveListFooter> 86 </ul> 87 </div> 88 </MTArchiveListFooter> 89 </MTArchiveList> 90 </div> 91 </MTIfArchiveTypeEnabled> 92 </mt:ignore> 93 94 95 <mt:ignore> 96 <!-- List of category archives by month, if category archives are enabled --> 97 <MTIfArchiveTypeEnabled archive_type="Category-Monthly"> 98 <div class="archive-category-monthly archive"> 99 <MTArchiveList archive_type="Category-Monthly"> 100 <MTArchiveListHeader> 101 <h2 class="archive-header"><__trans phrase="Category Monthly Archives"></h2> 102 <div class="archive-content"> 103 <ul class="archive-list"> 104 </MTArchiveListHeader> 105 <li class="archive-list-item"><a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a></li> 106 <MTArchiveListFooter> 107 </ul> 108 </div> 109 </MTArchiveListFooter> 110 </MTArchiveList> 111 </div> 112 </MTIfArchiveTypeEnabled> 113 </mt:ignore> 114 115 116 <mt:ignore> 117 <!-- List of author archives, if category archives are enabled --> 118 <MTIfArchiveTypeEnabled archive_type="Author-Monthly"> 119 <div class="archive-author-monthly archive"> 120 <MTArchiveList archive_type="Author-Monthly"> 121 <MTArchiveListHeader> 122 <h2 class="archive-header"><__trans phrase="Author Monthly Archives"></h2> 123 <div class="archive-content"> 124 <ul class="archive-list"> 125 </MTArchiveListHeader> 126 <li class="archive-list-item"><a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a></li> 127 <MTArchiveListFooter> 128 </ul> 129 </div> 130 </MTArchiveListFooter> 131 </MTArchiveList> 132 </div> 133 </MTIfArchiveTypeEnabled> 134 </mt:ignore> 135 136 137 <mt:ignore> 138 <!-- List of entry archives, if entry archives are enabled --> 11 139 <MTIfArchiveTypeEnabled archive_type="Individual"> 12 <div class="archive-individual archive-date-based archive">140 <div class="archive-individual archive-date-based archive"> 13 141 <MTArchiveList archive_type="Individual"> 14 142 <MTArchiveListHeader> 15 <div class="archive-content">16 <ul class="archive-list">143 <div class="archive-content"> 144 <ul class="archive-list"> 17 145 </MTArchiveListHeader> 18 <li class="archive-list-item"><$MTArchiveDate format="%Y.%m.%d"$>: <a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a></li>146 <li class="archive-list-item"><$MTArchiveDate format="%Y.%m.%d"$>: <a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a></li> 19 147 <MTArchiveListFooter> 20 </ul>21 </div>148 </ul> 149 </div> 22 150 </MTArchiveListFooter> 23 151 </MTArchiveList> 24 </div>152 </div> 25 153 </MTIfArchiveTypeEnabled> 154 </mt:ignore> 26 155 27 <MTIfArchiveTypeEnabled archive_type="Monthly"> 28 <div class="archive-monthly archive-date-based archive"> 29 <MTArchiveList archive_type="Monthly"> 30 <MTArchiveListHeader> 31 <h2 class="archive-header"><__trans phrase="Monthly Archives"></h2> 32 <div class="archive-content"> 33 <ul class="archive-list"> 34 </MTArchiveListHeader> 35 <li class="archive-list-item"><a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a></li> 36 <MTArchiveListFooter> 37 </ul> 156 157 </div> 158 </div> 159 160 161 <$MTInclude module="<__trans phrase="Sidebar">"$> 162 163 164 </div> 165 </div> 166 167 168 <$mt:include module="<__trans phrase="Banner Footer">"$> 169 170 171 </div> 38 172 </div> 39 </MTArchiveListFooter> 40 </MTArchiveList> 41 </div> 42 </MTIfArchiveTypeEnabled> 43 44 <MTIfArchiveTypeEnabled archive_type="Category"> 45 <div class="archive-category archive"> 46 <h2 class="archive-header"><__trans phrase="Categories"></h2> 47 <div class="archive-content"> 48 <MTTopLevelCategories> 49 <MTSubCatIsFirst> 50 <ul class="archive-list"> 51 </MTSubCatIsFirst> 52 <MTIfNonZero tag="MTCategoryCount"> 53 <li class="archive-list-item"><a href="<$MTCategoryArchiveLink$>" title="<$MTCategoryDescription$>"><$MTCategoryLabel$></a> 54 <MTElse> 55 <li class="archive-list-item"><$MTCategoryLabel$> 56 </MTIfNonZero> 57 <MTSubCatsRecurse> 58 </li> 59 <MTSubCatIsLast> 60 </ul> 61 </MTSubCatIsLast> 62 </MTTopLevelCategories> 63 </div> 64 </div> 65 </MTIfArchiveTypeEnabled> 66 67 <MTIfArchiveTypeEnabled archive_type="Author"> 68 <div class="archive-author archive"> 69 <MTArchiveList archive_type="Author"> 70 <MTArchiveListHeader> 71 <h2 class="archive-header"><__trans phrase="Author Archives"></h2> 72 <div class="archive-content"> 73 <ul class="archive-list"> 74 </MTArchiveListHeader> 75 <li class="archive-list-item"><a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a></li> 76 <MTArchiveListFooter> 77 </ul> 78 </div> 79 </MTArchiveListFooter> 80 </MTArchiveList> 81 </div> 82 </MTIfArchiveTypeEnabled> 83 84 <MTIfArchiveTypeEnabled archive_type="Category-Monthly"> 85 <div class="archive-category-monthly archive"> 86 <MTArchiveList archive_type="Category-Monthly"> 87 <MTArchiveListHeader> 88 <h2 class="archive-header"><__trans phrase="Category Monthly Archives"></h2> 89 <div class="archive-content"> 90 <ul class="archive-list"> 91 </MTArchiveListHeader> 92 <li class="archive-list-item"><a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a></li> 93 <MTArchiveListFooter> 94 </ul> 95 </div> 96 </MTArchiveListFooter> 97 </MTArchiveList> 98 </div> 99 </MTIfArchiveTypeEnabled> 100 101 <MTIfArchiveTypeEnabled archive_type="Author-Monthly"> 102 <div class="archive-author-monthly archive"> 103 <MTArchiveList archive_type="Author-Monthly"> 104 <MTArchiveListHeader> 105 <h2 class="archive-header"><__trans phrase="Author Monthly Archives"></h2> 106 <div class="archive-content"> 107 <ul class="archive-list"> 108 </MTArchiveListHeader> 109 <li class="archive-list-item"><a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a></li> 110 <MTArchiveListFooter> 111 </ul> 112 </div> 113 </MTArchiveListFooter> 114 </MTArchiveList> 115 </div> 116 </MTIfArchiveTypeEnabled> 117 118 <$MTInclude module="<__trans phrase="Footer">"$> 173 </body> 174 </html> branches/release-33/default_templates/comment_preview.mtml
r1463 r1709 1 <MTSetVar name="body_onload" value="individualArchivesOnLoad(commenter_name)"> 2 <MTSetVar name="feedback_template" value="1"> 3 <MTSetVarBlock name="page_title"><__trans phrase="Previewing your Comment"></MTSetVarBlock> 4 <MTSetVarBlock name="title"><$MTBlogName encode_html="1"$>: <$MTVar name="page_title"$></MTSetVarBlock> 5 <MTSetVarBlock name="html_head"> 6 <script type="text/javascript" src="<$MTLink template="javascript"$>"></script> 7 </MTSetVarBlock> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 4 <head> 5 <title><$MTBlogName encode_html="1"$>: <__trans phrase="Previewing your Comment"></title> 6 <$mt:include module="<__trans phrase="HTML Head">"$> 7 <script type="text/javascript" src="<$MTLink template="javascript"$>"></script> 8 </head> 9 <body class="mt-comment-preview <$MTVar name="page_layout"$>" onload="individualArchivesOnLoad(commenter_name)"> 10 <div id="container"> 11 <div id="container-inner"> 8 12 9 <$MTInclude module="<__trans phrase="Header">" body_class="mt-comment-preview"$>10 13 11 <h1 id="page-title"><$MTVar name="page_title"$></h1>14 <$mt:include module="<__trans phrase="Banner Header">"$> 12 15 13 <$MTInclude module="<__trans phrase="Comment Detail">"$>14 16 15 <$MTInclude module="<__trans phrase="Comments">"$> 17 <div id="content"> 18 <div id="content-inner"> 16 19 17 <$MTInclude module="<__trans phrase="Footer">"$> 20 21 <div id="alpha"> 22 <div id="alpha-inner"> 23 24 25 <h1 id="page-title"><$MTVar name="page_title"$></h1> 26 27 28 <mt:ignore><!-- Comment Preview --></mt:ignore> 29 <div class="comment"<MTIfArchiveTypeEnabled archive_type="Individual"> id="comment-<$MTCommentID$>"</MTIfArchiveTypeEnabled>> 30 <div class="inner"> 31 <div class="comment-header"> 32 <div class="asset-meta"> 33 <span class="byline"> 34 <__trans phrase="By"> <span class="vcard author"><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></span><MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty> 35 <MTCommentParent> 36 <__trans phrase="replied to"> <a href="#comment-<$MTCommentID$>"><$MTCommentAuthor$></a> 37 </MTCommentParent> 38 <__trans phrase="on"> <a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a> 39 <MTIfCommentsAccepted> | <$MTCommentReplyLink$></MTIfCommentsAccepted> 40 </span> 41 </div> 42 </div> 43 <div class="comment-content"> 44 <$MTCommentBody$> 45 </div> 46 </div> 47 </div> 48 49 50 <mt:ignore><!-- Comment Form --></mt:ignore> 51 <MTIfCommentsAccepted> 52 <div class="comments-open" id="comments-open"> 53 <h2 class="comments-open-header"><__trans phrase="Leave a comment"></h2> 54 <div class="comments-open-content"> 55 <MTIfRegistrationAllowed> 56 <div id="comment-form-external-auth"> 57 <script type="text/javascript"> 58 /* <![CDATA[ */ 59 is_preview = true; 60 writeCommenterGreeting(commenter_name, <$MTEntryID$>, <$MTEntryBlogID$>, commenter_id, commenter_url); 61 /* ]]> */ 62 </script> 63 </div> 64 </MTIfRegistrationAllowed> 65 <form method="post" action="<$MTCGIPath$><$MTCommentScript$>" name="comments_form" id="comments-form" onsubmit="if (this.bakecookie.checked) rememberMe(this)"> 66 <input type="hidden" name="static" value="1" /> 67 <input type="hidden" name="entry_id" value="<$MTEntryID$>" /> 68 <input type="hidden" name="__lang" value="<$MTBlogLanguage$>" /> 69 <div id="comments-open-data"> 70 <div id="comment-form-name"> 71 <label for="comment-author"><__trans phrase="Name"></label> 72 <input id="comment-author" name="author" size="30" value="<$MTCommentAuthor encode_html="1"$>" /> 73 </div> 74 <div id="comment-form-email"> 75 <label for="comment-email"><__trans phrase="Email Address"></label> 76 <input id="comment-email" name="email" size="30" value="<$MTCommentEmail encode_html="1"$>" /> 77 </div> 78 <div id="comment-form-url"> 79 <label for="comment-url"><__trans phrase="URL"></label> 80 <input id="comment-url" name="url" size="30" value="<$MTCommentURL encode_html="1"$>" /> 81 </div> 82 <div id="comment-form-remember-me"> 83 <label for="comment-bake-cookie"><input type="checkbox" id="comment-bake-cookie" name="bakecookie" onclick="if (!this.checked) forgetMe(document.comments_form)" value="1" /> 84 <__trans phrase="Remember personal info?"></label> 85 </div> 86 </div> 87 <div id="comments-open-text"> 88 <label for="comment-text"><__trans phrase="Comments"> <MTIfAllowCommentHTML><__trans phrase="(You may use HTML tags for style)"></MTIfAllowCommentHTML></label> 89 <textarea id="comment-text" name="text" rows="15" cols="50"><$MTCommentBody autolink="0" sanitize="0" convert_breaks="0" encode_html="1"$></textarea> 90 </div> 91 <MTIfNonEmpty tag="MTCaptchaFields"> 92 <MTIfCommentsAccepted><MTIfRegistrationAllowed><MTElse><$MTCaptchaFields$></MTIfRegistrationAllowed></MTIfCommentsAccepted> 93 <div id="comments-open-captcha"> 94 </div> 95 </MTIfNonEmpty> 96 <div id="comments-open-footer"> 97 <input type="submit" accesskey="v" name="preview" id="comment-preview" value="<__trans phrase="Preview">" /> 98 <input type="submit" accesskey="s" name="post" id="comment-submit" value="<__trans phrase="Submit">" /> 99 <input type="button" name="cancel" id="comment-cancel" value="<__trans phrase="Cancel">" onclick="window.location='<$MTEntryPermalink$>'" /> 100 </div> 101 </form> 102 </div> 103 </div> 104 </MTIfCommentsAccepted> 105 </div> 106 </div> 107 108 109 <$MTInclude module="<__trans phrase="Sidebar">"$> 110 111 112 </div> 113 </div> 114 115 116 <$mt:include module="<__trans phrase="Banner Footer">"$> 117 118 119 </div> 120 </div> 121 </body> 122 </html> branches/release-33/default_templates/comment_response.mtml
r1463 r1709 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 4 <head> 5 6 1 7 <MTIf name="body_class" eq="mt-comment-confirmation"> 8 <mt:ignore><!-- Success message when comment has been submitted --></mt:ignore> 2 9 <MTSetVar name="page_title" value="<__trans phrase="Confirmation...">"> 3 10 <MTSetVar name="message" value="<__trans phrase="Your comment has been submitted!">"> 4 11 <MTElse name="body_class" eq="mt-comment-pending"> 12 <mt:ignore><!-- Pending message when comment is being held for review --></mt:ignore> 5 13 <MTSetVar name="page_title" value="<__trans phrase="Thank you for commenting.">"> 6 14 <MTSetVar name="message" value="<__trans phrase="Your comment has been received and held for approval by the blog owner.">"> 7 15 <MTElse name="body_class" eq="mt-comment-error"> 16 <mt:ignore><!-- Error message when comment submission fails --></mt:ignore> 8 17 <MTSetVar name="page_title" value="<__trans phrase="Comment Submission Error">"> 9 18 <MTSetVarBlock name="message"><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$MTErrorMessage$>"></MTSetVarBlock> 10 19 </MTIf> 11 <MTSetVarBlock name="title"><$MTBlogName encode_html="1"$>: <$MTVar name="page_title"$></MTSetVarBlock>12 20 13 <$MTInclude module="<__trans phrase="Header">"$>14 21 15 <h1 id="page-title"><$MTVar name="page_title"$></h1> 16 <$MTVar name="message"$> 17 <p><__trans phrase="Return to the <a href="[_1]">original entry</a>." params="<$MTEntryLink$>"></p> 22 <title><$MTBlogName encode_html="1"$>: <$MTVar name="page_title"$></title> 23 <$mt:include module="<__trans phrase="HTML Head">"$> 24 </head> 25 <body class="<$mt:var name="body_class"$> <$MTVar name="page_layout"$>"> 26 <div id="container"> 27 <div id="container-inner"> 18 28 19 <$MTInclude module="<__trans phrase="Footer">"$> 29 30 <$mt:include module="<__trans phrase="Banner Header">"$> 31 32 33 <div id="content"> 34 <div id="content-inner"> 35 36 37 <div id="alpha"> 38 <div id="alpha-inner"> 39 <h1 id="page-title"><$MTVar name="page_title"$></h1> 40 <$MTVar name="message"$> 41 </div> 42 </div> 43 44 45 <$MTInclude module="<__trans phrase="Sidebar">"$> 46 47 48 </div> 49 </div> 50 51 52 <$mt:include module="<__trans phrase="Banner Footer">"$> 53 54 55 </div> 56 </div> 57 </body> 58 </html> branches/release-33/default_templates/comments.mtml
r1350 r1709 1 <mt:ignore><!-- Display comments for the entry/page or commenting form if entry/page is accepting comments --></mt:ignore> 1 2 <MTIfCommentsActive> 2 3 <div id="comments" class="comments"> 3 <MTIf name="comment_preview_template"> 4 <$MTInclude module="<__trans phrase="Comment Form">"$> 5 < /MTIf>4 5 6 <mt:ignore><!-- Display comments --></mt:ignore> 6 7 <MTComments> 7 8 <MTCommentsHeader> … … 9 10 <div class="comments-content"> 10 11 </MTCommentsHeader> 11 <$MTInclude module="<__trans phrase="Comment Detail">"$> 12 <div class="comment"<MTIfArchiveTypeEnabled archive_type="Individual"> id="comment-<$MTCommentID$>"</MTIfArchiveTypeEnabled>> 13 <div class="inner"> 14 <div class="comment-header"> 15 <div class="asset-meta"> 16 <span class="byline"> 17 <__trans phrase="By"> <span class="vcard author"><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></span><MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty> 18 <MTCommentParent> 19 <__trans phrase="replied to"> <a href="#comment-<$MTCommentID$>"><$MTCommentAuthor$></a> 20 </MTCommentParent> 21 <__trans phrase="on"> <a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a> 22 <MTIfCommentsAccepted> | <$MTCommentReplyLink$></MTIfCommentsAccepted> 23 </span> 24 </div> 25 </div> 26 <div class="comment-content"> 27 <$MTCommentBody$> 28 </div> 29 </div> 30 </div> 12 31 <MTCommentsFooter> 13 32 </div> 14 33 </MTCommentsFooter> 15 34 </MTComments> 16 <MTUnless name="comment_preview_template"> 17 <$MTInclude module="<__trans phrase="Comment Form">"$> 18 </MTUnless> 35 36 37 <mt:ignore><!-- Display commenting form if entry/page is accepting comments --></mt:ignore> 38 <MTIfCommentsAccepted> 39 <div class="comments-open" id="comments-open"> 40 <h2 class="comments-open-header"><__trans phrase="Leave a comment"></h2> 41 <div class="comments-open-content"> 42 43 44 <mt:ignore><!-- Display greeting for users if blog allows users to register locally --></mt:ignore> 45 <MTIfRegistrationAllowed> 46 <div id="comment-form-external-auth"> 47 <script type="text/javascript"> 48 /* <![CDATA[ */ 49 writeCommenterGreeting(commenter_name, <$MTEntryID$>, <$MTEntryBlogID$>, commenter_id, commenter_url); 50 /* ]]> */ 51 </script> 52 </div> 53 </MTIfRegistrationAllowed> 54 55 56 <form method="post" action="<$MTCGIPath$><$MTCommentScript$>" name="comments_form" id="comments-form" onsubmit="if (this.bakecookie.checked) rememberMe(this)"> 57 <input type="hidden" name="static" value="1" /> 58 <input type="hidden" name="entry_id" value="<$MTEntryID$>" /> 59 <input type="hidden" name="__lang" value="<$MTBlogLanguage$>" /> 60 <input type="hidden" name="parent_id" value="<MTIf name="comment_preview_template"><$MTCommentParentID$></MTIf>" id="comment-parent-id" /> 61 <div id="comments-open-data"> 62 <div id="comment-form-name"> 63 <label for="comment-author"><__trans phrase="Name"></label> 64 <input id="comment-author" name="author" size="30" value="" /> 65 </div> 66 <div id="comment-form-email"> 67 <label for="comment-email"><__trans phrase="Email Address"></label> 68 <input id="comment-email" name="email" size="30" value="" /> 69 </div> 70 <div id="comment-form-url"> 71 <label for="comment-url"><__trans phrase="URL"></label> 72 <input id="comment-url" name="url" size="30" value="" /> 73 </div> 74 <div id="comment-form-remember-me"> 75 <label for="comment-bake-cookie"><input type="checkbox" id="comment-bake-cookie" name="bakecookie" onclick="if (!this.checked) forgetMe(document.comments_form)" value="1" /> 76 <__trans phrase="Remember personal info?"></label> 77 </div> 78 <div id="comment-form-reply"> 79 <label for="comment-reply" id="comment-reply-label"><input type="checkbox" id="comment-reply" name="comment_reply" value="" onclick="setCommentParentID();" /> 80 <__trans phrase="Replying to"></label> 81 </div> 82 </div> 83 <div id="comments-open-text"> 84 <label for="comment-text"><__trans phrase="Comments"> <MTIfAllowCommentHTML><__trans phrase="(You may use HTML tags for style)"></MTIfAllowCommentHTML></label> 85 <textarea id="comment-text" name="text" rows="15" cols="50"></textarea> 86 </div> 87 <MTIfNonEmpty tag="MTCaptchaFields"> 88 <MTIfCommentsAccepted><MTIfRegistrationAllowed><MTElse><$MTCaptchaFields$></MTIfRegistrationAllowed></MTIfCommentsAccepted> 89 <div id="comments-open-captcha"> 90 </div> 91 </MTIfNonEmpty> 92 <div id="comments-open-footer"> 93 <input type="submit" accesskey="v" name="preview" id="comment-preview" value="<__trans phrase="Preview">" /> 94 <input type="submit" accesskey="s" name="post" id="comment-submit" value="<__trans phrase="Submit">" /> 95 </div> 96 </form> 97 98 99 </div> 100 </div> 101 </MTIfCommentsAccepted> 102 103 19 104 </div> 20 105 </MTIfCommentsActive> branches/release-33/default_templates/dynamic_error.mtml
r1463 r1709 1 <MTSetVar name="dynamic_error_template" value="1"> 2 <MTSetVarBlock name="page_title"><__trans phrase="Page Not Found"></MTSetVarBlock> 3 <MTSetVarBlock name="title"><$MTBlogName encode_html="1"$>: <$MTVar name="page_title"$></MTSetVarBlock> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 4 <head> 5 <title><$MTBlogName encode_html="1"$>: <__trans phrase="Page Not Found"></title> 6 <$mt:include module="<__trans phrase="HTML Head">"$> 7 </head> 8 <body class="mt-dynamic-error <$MTVar name="page_layout"$>"> 9 <div id="container"> 10 <div id="container-inner"> 4 11 5 <$MTInclude module="<__trans phrase="Header">" body_class="mt-dynamic-error"$>6 12 7 <h1 id="page-title"><$MTVar name="page_title"$></h1> 8 <blockquote> 9 <strong><$MTErrorMessage$></strong> 10 </blockquote> 13 <$mt:include module="<__trans phrase="Banner Header">"$> 11 14 12 <$MTInclude module="<__trans phrase="Footer">"$> 15 16 <div id="content"> 17 <div id="content-inner"> 18 19 20 <div id="alpha"> 21 <div id="alpha-inner"> 22 <h1 id="page-title"><__trans phrase="Page Not Found"></h1> 23 <blockquote> 24 <strong><$MTErrorMessage$></strong> 25 </blockquote> 26 </div> 27 </div> 28 29 30 <$MTInclude module="<__trans phrase="Sidebar">"$> 31 32 33 </div> 34 </div> 35 36 37 <$mt:include module="<__trans phrase="Banner Footer">"$> 38 39 40 </div> 41 </div> 42 </body> 43 </html> branches/release-33/default_templates/entry.mtml
r1463 r1709 1 < MTSetVar name="body_class" value="mt-archive-listing mt-entry-archive">2 <MTSetVar name="module_about_context" value="1">3 < MTIfCommentsAccepted><$MTSetVar name="body_onload" value="individualArchivesOnLoad(commenter_name)"$></MTIfCommentsAccepted>4 < MTSetVarBlock name="page_title"><$MTEntryTitle$></MTSetVarBlock>5 <MTSetVarBlock name="title"><$MTGetVar name="page_title"$> - <$MTBlogName encode_html="1"$></MTSetVarBlock>6 <MTSetVarBlock name="html_head">1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 4 <head> 5 <title><$MTEntryTitle encode_html="1"$> - <$MTBlogName encode_html="1"$></title> 6 <$mt:include module="<__trans phrase="HTML Head">"$> 7 7 <MTEntryPrevious><link rel="prev" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" /></MTEntryPrevious> 8 8 <MTEntryNext><link rel="next" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" /></MTEntryNext> 9 < MTIfPingsAccepted><$MTEntryTrackbackData$></MTIfPingsAccepted>9 <$MTEntryTrackbackData$> 10 10 <MTIfCommentsAccepted><script type="text/javascript" src="<$MTLink template="javascript"$>"></script></MTIfCommentsAccepted> 11 </MTSetVarBlock> 11 </head> 12 <body class="mt-entry-archive <$MTVar name="page_layout"$>" onload="individualArchivesOnLoad(commenter_name)"> 13 <div id="container"> 14 <div id="container-inner"> 12 15 13 <$MTInclude module="<__trans phrase="Header">"$>14 16 15 <$MTInclude module="<__trans phrase="Entry Detail">"$>17 <$mt:include module="<__trans phrase="Banner Header">"$> 16 18 17 <$MTInclude module="<__trans phrase="TrackBacks">"$>18 19 19 <$MTInclude module="<__trans phrase="Comments">"$> 20 <div id="content"> 21 <div id="content-inner"> 20 22 21 <$MTInclude module="<__trans phrase="Footer">"$> 23 24 <div id="alpha"> 25 <div id="alpha-inner"> 26 27 28 <div id="entry-<$MTEntryID$>" class="entry-asset asset hentry"> 29 <div class="asset-header"> 30 <h1 id="page-title" class="asset-name entry-title"><$MTEntryTitle$></h1> 31 <div class="asset-meta"> 32 <span class="byline"> 33 <MTIfNonEmpty tag="EntryAuthorDisplayName"> 34 <__trans phrase="By [_1] on [_2]" params="<span class="vcard author"><$MTEntryAuthorLink show_hcard="1"$></span>%%<abbr class="published" title="<$MTEntryDate format_name="iso8601"$>"><$MTEntryDate format="%x %X"$></abbr>"> 35 <MTElse> 36 <abbr class="published" title="<$MTEntryDate format_name="iso8601"$>"><$MTEntryDate format="%x %X"$></abbr> 37 </MTIfNonEmpty> 38 </span> 39 <span class="separator">|</span> <a class="permalink" rel="bookmark" href="<$MTEntryPermalink$>"><__trans phrase="Permalink"></a> 40 <MTIfCommentsActive> 41 <span class="separator">|</span> <a href="<$MTEntryPermalink$>#comments"><__trans phrase="Comments ([_1])" params="<$MTEntryCommentCount$>"></a> 42 </MTIfCommentsActive> 43 <MTIfPingsActive> 44 <span class="separator">|</span> <a href="<$MTEntryPermalink$>#trackback"><__trans phrase="TrackBacks ([_1])" params="<$MTEntryTrackbackCount$>"></a> 45 </MTIfPingsActive> 46 </div> 47 </div> 48 <div class="asset-content entry-content"> 49 <MTIfNonEmpty tag="EntryBody"> 50 <div class="asset-body"> 51 <$MTEntryBody$> 52 </div> 53 </MTIfNonEmpty> 54 <MTIfNonEmpty tag="EntryMore" convert_breaks="0"> 55 <div id="more" class="asset-more"> 56 &nb
