Changeset 2603
- Timestamp:
- 06/19/08 01:10:24 (6 months ago)
- Files:
-
- branches/release-40/default_templates/archive_index.mtml (modified) (4 diffs)
- branches/release-40/default_templates/archive_widgets_group.mtml (modified) (1 diff)
- branches/release-40/default_templates/banner_footer.mtml (modified) (1 diff)
- branches/release-40/default_templates/banner_header.mtml (modified) (1 diff)
- branches/release-40/default_templates/category_entry_listing.mtml (modified) (4 diffs)
- branches/release-40/default_templates/comment_preview.mtml (modified) (6 diffs)
- branches/release-40/default_templates/comment_response.mtml (modified) (3 diffs)
- branches/release-40/default_templates/comment_throttle.mtml (modified) (1 diff)
- branches/release-40/default_templates/commenter_confirm.mtml (modified) (1 diff)
- branches/release-40/default_templates/commenter_notify.mtml (modified) (1 diff)
- branches/release-40/default_templates/comments.mtml (modified) (3 diffs)
- branches/release-40/default_templates/dynamic_error.mtml (modified) (4 diffs)
- branches/release-40/default_templates/entry.mtml (modified) (5 diffs)
- branches/release-40/default_templates/entry_summary.mtml (modified) (1 diff)
- branches/release-40/default_templates/feed_recent.mtml (modified) (1 diff)
- branches/release-40/default_templates/footer-email.mtml (modified) (1 diff)
- branches/release-40/default_templates/html_head.mtml (modified) (1 diff)
- branches/release-40/default_templates/javascript.mtml (modified) (2 diffs)
- branches/release-40/default_templates/main_index.mtml (modified) (4 diffs)
- branches/release-40/default_templates/main_index_widgets_group.mtml (modified) (1 diff)
- branches/release-40/default_templates/monthly_entry_listing.mtml (modified) (4 diffs)
- branches/release-40/default_templates/new-comment.mtml (modified) (1 diff)
- branches/release-40/default_templates/new-ping.mtml (modified) (1 diff)
- branches/release-40/default_templates/notify-entry.mtml (modified) (1 diff)
- branches/release-40/default_templates/page.mtml (modified) (3 diffs)
- branches/release-40/default_templates/popup_image.mtml (modified) (1 diff)
- branches/release-40/default_templates/recover-password.mtml (modified) (1 diff)
- branches/release-40/default_templates/rsd.mtml (modified) (1 diff)
- branches/release-40/default_templates/search.mtml (modified) (3 diffs)
- branches/release-40/default_templates/search_results.mtml (modified) (6 diffs)
- branches/release-40/default_templates/sidebar.mtml (modified) (5 diffs)
- branches/release-40/default_templates/styles.mtml (modified) (1 diff)
- branches/release-40/default_templates/syndication.mtml (modified) (1 diff)
- branches/release-40/default_templates/tag_cloud.mtml (modified) (1 diff)
- branches/release-40/default_templates/trackbacks.mtml (modified) (1 diff)
- branches/release-40/default_templates/verify-subscribe.mtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-40/default_templates/archive_index.mtml
r2101 r2603 3 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 4 4 <head> 5 <$mt: include module="<__trans phrase="HTML Head">"$>6 <title><$ MTBlogName encode_html="1"$>: <__trans phrase="Archives"></title>5 <$mt:Include module="<__trans phrase="HTML Head">"$> 6 <title><$mt:BlogName encode_html="1"$>: <__trans phrase="Archives"></title> 7 7 </head> 8 <body id="<$mt:BlogTemplateSetID$>" class="mt-archive-index <$ MTVar name="page_layout"$>">8 <body id="<$mt:BlogTemplateSetID$>" class="mt-archive-index <$mt:Var name="page_layout"$>"> 9 9 <div id="container"> 10 10 <div id="container-inner"> 11 11 12 12 13 <$mt: include module="<__trans phrase="Banner Header">"$>13 <$mt:Include module="<__trans phrase="Banner Header">"$> 14 14 15 15 … … 23 23 <h1 id="page-title" class="archive-title"><__trans phrase="Archives"></h1> 24 24 25 <mt: ignore>25 <mt:Ignore> 26 26 <!-- List of monthly archives, if monthly archives are enabled --> 27 </mt: ignore>28 < MTIfArchiveTypeEnabled archive_type="Monthly">27 </mt:Ignore> 28 <mt:IfArchiveTypeEnabled archive_type="Monthly"> 29 29 <div class="archive-monthly archive-date-based archive"> 30 < MTArchiveList archive_type="Monthly">31 < MTArchiveListHeader>30 <mt:ArchiveList archive_type="Monthly"> 31 <mt:ArchiveListHeader> 32 32 <h2 class="archive-header"><__trans phrase="Monthly Archives"></h2> 33 33 <div class="archive-content"> 34 34 <ul class="archive-list"> 35 </ MTArchiveListHeader>36 <li class="archive-list-item"><a href="<$ MTArchiveLink$>"><$MTArchiveTitle$></a></li>37 < MTArchiveListFooter>35 </mt:ArchiveListHeader> 36 <li class="archive-list-item"><a href="<$mt:ArchiveLink$>"><$mt:ArchiveTitle$></a></li> 37 <mt:ArchiveListFooter> 38 38 </ul> 39 39 </div> 40 </ MTArchiveListFooter>41 </ MTArchiveList>40 </mt:ArchiveListFooter> 41 </mt:ArchiveList> 42 42 </div> 43 </ MTIfArchiveTypeEnabled>43 </mt:IfArchiveTypeEnabled> 44 44 45 45 46 <mt: ignore>46 <mt:Ignore> 47 47 <!-- List of category archives, if category archives are enabled --> 48 </mt: ignore>49 < MTIfArchiveTypeEnabled archive_type="Category">48 </mt:Ignore> 49 <mt:IfArchiveTypeEnabled archive_type="Category"> 50 50 <div class="archive-category archive"> 51 51 <h2 class="archive-header"><__trans phrase="Categories"></h2> 52 52 <div class="archive-content"> 53 < MTTopLevelCategories>54 < MTSubCatIsFirst>53 <mt:TopLevelCategories> 54 <mt:SubCatIsFirst> 55 55 <ul class="archive-list"> 56 </ MTSubCatIsFirst>57 < MTIfNonZero tag="MTCategoryCount">58 <li class="archive-list-item"><a href="<$ MTCategoryArchiveLink$>" title="<$MTCategoryDescription$>"><$MTCategoryLabel$></a>59 < MTElse>60 <li class="archive-list-item"><$ MTCategoryLabel$>61 </ MTIfNonZero>62 < MTSubCatsRecurse>56 </mt:SubCatIsFirst> 57 <mt:IfNonZero tag="MTCategoryCount"> 58 <li class="archive-list-item"><a href="<$mt:CategoryArchiveLink$>" title="<$mt:CategoryDescription$>"><$mt:CategoryLabel$></a> 59 <mt:Else> 60 <li class="archive-list-item"><$mt:CategoryLabel$> 61 </mt:IfNonZero> 62 <$mt:SubCatsRecurse$> 63 63 </li> 64 < MTSubCatIsLast>64 <mt:SubCatIsLast> 65 65 </ul> 66 </ MTSubCatIsLast>67 </ MTTopLevelCategories>66 </mt:SubCatIsLast> 67 </mt:TopLevelCategories> 68 68 </div> 69 69 </div> 70 </ MTIfArchiveTypeEnabled>70 </mt:IfArchiveTypeEnabled> 71 71 72 72 73 <mt: ignore>73 <mt:Ignore> 74 74 <!-- List of author archives, if category author are enabled --> 75 < MTIfArchiveTypeEnabled archive_type="Author">75 <mt:IfArchiveTypeEnabled archive_type="Author"> 76 76 <div class="archive-author archive"> 77 < MTArchiveList archive_type="Author">78 < MTArchiveListHeader>77 <mt:ArchiveList archive_type="Author"> 78 <mt:ArchiveListHeader> 79 79 <h2 class="archive-header"><__trans phrase="Author Archives"></h2> 80 80 <div class="archive-content"> 81 81 <ul class="archive-list"> 82 </ MTArchiveListHeader>83 <li class="archive-list-item"><a href="<$ MTArchiveLink$>"><$MTArchiveTitle$></a></li>84 < MTArchiveListFooter>82 </mt:ArchiveListHeader> 83 <li class="archive-list-item"><a href="<$mt:ArchiveLink$>"><$mt:ArchiveTitle$></a></li> 84 <mt:ArchiveListFooter> 85 85 </ul> 86 86 </div> 87 </ MTArchiveListFooter>88 </ MTArchiveList>87 </mt:ArchiveListFooter> 88 </mt:ArchiveList> 89 89 </div> 90 </ MTIfArchiveTypeEnabled>91 </mt: ignore>90 </mt:IfArchiveTypeEnabled> 91 </mt:Ignore> 92 92 93 93 94 <mt: ignore>94 <mt:Ignore> 95 95 <!-- List of category archives by month, if category archives are enabled --> 96 < MTIfArchiveTypeEnabled archive_type="Category-Monthly">96 <mt:IfArchiveTypeEnabled archive_type="Category-Monthly"> 97 97 <div class="archive-category-monthly archive"> 98 < MTArchiveList archive_type="Category-Monthly">99 < MTArchiveListHeader>98 <mt:ArchiveList archive_type="Category-Monthly"> 99 <mt:ArchiveListHeader> 100 100 <h2 class="archive-header"><__trans phrase="Category Monthly Archives"></h2> 101 101 <div class="archive-content"> 102 102 <ul class="archive-list"> 103 </ MTArchiveListHeader>104 <li class="archive-list-item"><a href="<$ MTArchiveLink$>"><$MTArchiveTitle$></a></li>105 < MTArchiveListFooter>103 </mt:ArchiveListHeader> 104 <li class="archive-list-item"><a href="<$mt:ArchiveLink$>"><$mt:ArchiveTitle$></a></li> 105 <mt:ArchiveListFooter> 106 106 </ul> 107 107 </div> 108 </ MTArchiveListFooter>109 </ MTArchiveList>108 </mt:ArchiveListFooter> 109 </mt:ArchiveList> 110 110 </div> 111 </ MTIfArchiveTypeEnabled>112 </mt: ignore>111 </mt:IfArchiveTypeEnabled> 112 </mt:Ignore> 113 113 114 114 115 <mt: ignore>115 <mt:Ignore> 116 116 <!-- List of author archives, if category archives are enabled --> 117 < MTIfArchiveTypeEnabled archive_type="Author-Monthly">117 <mt:IfArchiveTypeEnabled archive_type="Author-Monthly"> 118 118 <div class="archive-author-monthly archive"> 119 < MTArchiveList archive_type="Author-Monthly">120 < MTArchiveListHeader>119 <mt:ArchiveList archive_type="Author-Monthly"> 120 <mt:ArchiveListHeader> 121 121 <h2 class="archive-header"><__trans phrase="Author Monthly Archives"></h2> 122 122 <div class="archive-content"> 123 123 <ul class="archive-list"> 124 </ MTArchiveListHeader>125 <li class="archive-list-item"><a href="<$ MTArchiveLink$>"><$MTArchiveTitle$></a></li>126 < MTArchiveListFooter>124 </mt:ArchiveListHeader> 125 <li class="archive-list-item"><a href="<$mt:ArchiveLink$>"><$mt:ArchiveTitle$></a></li> 126 <mt:ArchiveListFooter> 127 127 </ul> 128 128 </div> 129 </ MTArchiveListFooter>130 </ MTArchiveList>129 </mt:ArchiveListFooter> 130 </mt:ArchiveList> 131 131 </div> 132 </ MTIfArchiveTypeEnabled>133 </mt: ignore>132 </mt:IfArchiveTypeEnabled> 133 </mt:Ignore> 134 134 135 135 136 <mt: ignore>136 <mt:Ignore> 137 137 <!-- List of entry archives, if entry archives are enabled --> 138 < MTIfArchiveTypeEnabled archive_type="Individual">138 <mt:IfArchiveTypeEnabled archive_type="Individual"> 139 139 <div class="archive-individual archive-date-based archive"> 140 < MTArchiveList archive_type="Individual">141 < MTArchiveListHeader>140 <mt:ArchiveList archive_type="Individual"> 141 <mt:ArchiveListHeader> 142 142 <div class="archive-content"> 143 143 <ul class="archive-list"> 144 </ MTArchiveListHeader>145 <li class="archive-list-item"><$ MTArchiveDate format="%Y.%m.%d"$>: <a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a></li>146 < MTArchiveListFooter>144 </mt:ArchiveListHeader> 145 <li class="archive-list-item"><$mt:ArchiveDate format="%Y.%m.%d"$>: <a href="<$mt:ArchiveLink$>"><$mt:ArchiveTitle$></a></li> 146 <mt:ArchiveListFooter> 147 147 </ul> 148 148 </div> 149 </ MTArchiveListFooter>150 </ MTArchiveList>149 </mt:ArchiveListFooter> 150 </mt:ArchiveList> 151 151 </div> 152 </ MTIfArchiveTypeEnabled>153 </mt: ignore>152 </mt:IfArchiveTypeEnabled> 153 </mt:Ignore> 154 154 155 155 … … 158 158 159 159 160 <$ MTInclude module="<__trans phrase="Sidebar">"$>160 <$mt:Include module="<__trans phrase="Sidebar">"$> 161 161 162 162 … … 165 165 166 166 167 <$mt: include module="<__trans phrase="Banner Footer">"$>167 <$mt:Include module="<__trans phrase="Banner Footer">"$> 168 168 169 169 branches/release-40/default_templates/archive_widgets_group.mtml
r2052 r2603 2 2 <__trans phrase="This is a custom set of widgets that are conditioned to serve different content based upon what type of archive it is included. More info: [_1]" params="http://www.movabletype.org/documentation/designer/widget-sets.html"> 3 3 </mt:Ignore> 4 <mt: if name="category_archive">4 <mt:If name="category_archive"> 5 5 <mt:IfArchiveTypeEnabled archive_type="Category-Monthly"> 6 <$mt: include widget="<__trans phrase="Current Category Monthly Archives">"$>6 <$mt:Include widget="<__trans phrase="Current Category Monthly Archives">"$> 7 7 </mt:IfArchiveTypeEnabled> 8 </mt: if>8 </mt:If> 9 9 <mt:IfArchiveTypeEnabled archive_type="Category"> 10 <$mt: include widget="<__trans phrase="Category Archives">"$>10 <$mt:Include widget="<__trans phrase="Category Archives">"$> 11 11 </mt:IfArchiveTypeEnabled> 12 12 <mt:IfArchiveTypeEnabled archive_type="Monthly"> 13 <$mt: include widget="<__trans phrase="Monthly Archives">"$>13 <$mt:Include widget="<__trans phrase="Monthly Archives">"$> 14 14 </mt:IfArchiveTypeEnabled> branches/release-40/default_templates/banner_footer.mtml
r1851 r2603 7 7 </div> 8 8 </div> 9 < MTBlogIfCCLicense>9 <mt:BlogIfCCLicense> 10 10 <div class="widget-creative-commons widget"> 11 11 <div class="widget-content"> 12 <__trans phrase="This blog is licensed under a <a href="[_1]">Creative Commons License</a>." params="<$ MTBlogCCLicenseURL$>">12 <__trans phrase="This blog is licensed under a <a href="[_1]">Creative Commons License</a>." params="<$mt:BlogCCLicenseURL$>"> 13 13 </div> 14 14 </div> 15 </ MTBlogIfCCLicense>15 </mt:BlogIfCCLicense> 16 16 </div> 17 17 </div> branches/release-40/default_templates/banner_header.mtml
r1851 r2603 2 2 <div id="header-inner"> 3 3 <div id="header-content"> 4 <mt: ignore><!-- Use h1 and h2 html tags on the main index of the blog as the title, use divs on all other pages where there are page titles. --></mt:ignore>5 < MTIf name="main_index">6 <h1 id="header-name"><a href="<$ MTBlogURL$>" accesskey="1"><$MTBlogName encode_html="1"$></a></h1>7 <h2 id="header-description"><$ MTBlogDescription$></h2>8 < MTElse>9 <div id="header-name"><a href="<$ MTBlogURL$>" accesskey="1"><$MTBlogName encode_html="1"$></a></div>10 <div id="header-description"><$ MTBlogDescription$></div>11 </ MTIf>4 <mt:Ignore><!-- Use h1 and h2 html tags on the main index of the blog as the title, use divs on all other pages where there are page titles. --></mt:Ignore> 5 <mt:If name="main_index"> 6 <h1 id="header-name"><a href="<$mt:BlogURL$>" accesskey="1"><$mt:BlogName encode_html="1"$></a></h1> 7 <h2 id="header-description"><$mt:BlogDescription$></h2> 8 <mt:Else> 9 <div id="header-name"><a href="<$mt:BlogURL$>" accesskey="1"><$mt:BlogName encode_html="1"$></a></div> 10 <div id="header-description"><$mt:BlogDescription$></div> 11 </mt:If> 12 12 </div> 13 13 </div> branches/release-40/default_templates/category_entry_listing.mtml
r2101 r2603 3 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 4 4 <head> 5 <$mt: include module="<__trans phrase="HTML Head">"$>6 <title><$ MTBlogName encode_html="1"$>: <__trans phrase="[_1] Archives" params="<$MTArchiveTitle$>"></title>7 <mt: ignore>5 <$mt:Include module="<__trans phrase="HTML Head">"$> 6 <title><$mt:BlogName encode_html="1"$>: <__trans phrase="[_1] Archives" params="<$mt:ArchiveTitle$>"></title> 7 <mt:Ignore> 8 8 <!-- Include Next and Previous links if publishing a date-based archive --> 9 </mt: ignore>10 < MTIf name="datebased_archive">11 < MTArchivePrevious><link rel="prev" href="<$MTArchiveLink$>" title="<$MTArchiveTitle encode_html="1"$>" /></MTArchivePrevious>12 < MTArchiveNext><link rel="next" href="<$MTArchiveLink$>" title="<$MTArchiveTitle encode_html="1"$>" /></MTArchiveNext>13 </ MTIf>9 </mt:Ignore> 10 <mt:If name="datebased_archive"> 11 <mt:ArchivePrevious><link rel="prev" href="<$mt:ArchiveLink$>" title="<$mt:ArchiveTitle encode_html="1"$>" /></mt:ArchivePrevious> 12 <mt:ArchiveNext><link rel="next" href="<$mt:ArchiveLink$>" title="<$mt:ArchiveTitle encode_html="1"$>" /></mt:ArchiveNext> 13 </mt:If> 14 14 </head> 15 <body id="<$mt:BlogTemplateSetID$>" class="mt-archive-listing mt-< MTVar name="archive_class"> <$MTVar name="page_layout"$>">15 <body id="<$mt:BlogTemplateSetID$>" class="mt-archive-listing mt-<$mt:Var name="archive_class"$> <$mt:Var name="page_layout"$>"> 16 16 <div id="container"> 17 17 <div id="container-inner"> 18 18 19 19 20 <$mt: include module="<__trans phrase="Banner Header">"$>20 <$mt:Include module="<__trans phrase="Banner Header">"$> 21 21 22 22 … … 27 27 <div id="alpha"> 28 28 <div id="alpha-inner"> 29 < MTIf name="datebased_archive">30 <mt: ignore><!-- Title for category-monthly entry listings --></mt:ignore>31 <h1 id="page-title" class="archive-title"><__trans phrase="[_1] Archives" params="<$ MTArchiveTitle$>"></h1>32 < MTElse>33 <mt: ignore><!-- Title for category entry listings --></mt:ignore>34 <h1 id="page-title" class="archive-title"><__trans phrase="Recently in <em>[_1]</em> Category" params="<$ MTArchiveTitle$>"></h1>35 </ MTIf>29 <mt:If name="datebased_archive"> 30 <mt:Ignore><!-- Title for category-monthly entry listings --></mt:Ignore> 31 <h1 id="page-title" class="archive-title"><__trans phrase="[_1] Archives" params="<$mt:ArchiveTitle$>"></h1> 32 <mt:Else> 33 <mt:Ignore><!-- Title for category entry listings --></mt:Ignore> 34 <h1 id="page-title" class="archive-title"><__trans phrase="Recently in <em>[_1]</em> Category" params="<$mt:ArchiveTitle$>"></h1> 35 </mt:If> 36 36 37 37 38 <mt: ignore><!-- Limit number of entries to the number set in Blog Entry Settings --></mt:ignore>39 < MTUnless name="datebased_archive"><$mt:setvar name="limit" value="auto"$></MTUnless>40 < MTEntries limit="$limit">41 <mt: ignore><!-- Use the Entry Summary module for each entry published on this page --></mt:ignore>42 <$mt: include module="<__trans phrase="Entry Summary">"$>43 </ MTEntries>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> 40 <mt:Entries limit="$limit"> 41 <mt:Ignore><!-- Use the Entry Summary module for each entry published on this page --></mt:Ignore> 42 <$mt:Include module="<__trans phrase="Entry Summary">"$> 43 </mt:Entries> 44 44 45 45 46 46 <div class="content-nav"> 47 < MTArchivePrevious><a href="<$MTArchiveLink$>">« <$MTArchiveTitle$></a> |</MTArchivePrevious>48 <a href="<$ MTLink template="main_index"$>"><__trans phrase="Main Index"></a> |49 <a href="<$ MTLink template="archive_index"$>"><__trans phrase="Archives"></a>50 < MTArchiveNext>| <a href="<$MTArchiveLink$>"><$MTArchiveTitle$> »</a></MTArchiveNext>47 <mt:ArchivePrevious><a href="<$mt:ArchiveLink$>">« <$mt:ArchiveTitle$></a> |</mt:ArchivePrevious> 48 <a href="<$mt:Link template="main_index"$>"><__trans phrase="Main Index"></a> | 49 <a href="<$mt:Link template="archive_index"$>"><__trans phrase="Archives"></a> 50 <mt:ArchiveNext>| <a href="<$mt:ArchiveLink$>"><$mt:ArchiveTitle$> »</a></mt:ArchiveNext> 51 51 </div> 52 52 … … 56 56 57 57 58 <$ MTInclude module="<__trans phrase="Sidebar">"$>58 <$mt:Include module="<__trans phrase="Sidebar">"$> 59 59 60 60 … … 63 63 64 64 65 <$mt: include module="<__trans phrase="Banner Footer">"$>65 <$mt:Include module="<__trans phrase="Banner Footer">"$> 66 66 67 67 branches/release-40/default_templates/comment_preview.mtml
r2394 r2603 5 5 <script type="text/javascript"> 6 6 /* <![CDATA[ */ 7 var user = <$ MTUserSessionState$>;7 var user = <$mt:UserSessionState$>; 8 8 var is_preview = true; 9 9 /* ]]> */ 10 10 </script> 11 <$mt: include module="<__trans phrase="HTML Head">"$>12 <title><$ MTBlogName encode_html="1"$>: <__trans phrase="Previewing your Comment"></title>11 <$mt:Include module="<__trans phrase="HTML Head">"$> 12 <title><$mt:BlogName encode_html="1"$>: <__trans phrase="Previewing your Comment"></title> 13 13 </head> 14 <body id="<$mt:BlogTemplateSetID$>" class="mt-comment-preview <$ MTVar name="page_layout"$>" onload="mtEntryOnLoad()">14 <body id="<$mt:BlogTemplateSetID$>" class="mt-comment-preview <$mt:Var name="page_layout"$>" onload="mtEntryOnLoad()"> 15 15 <div id="container"> 16 16 <div id="container-inner"> 17 17 18 18 19 <$mt: include module="<__trans phrase="Banner Header">"$>19 <$mt:Include module="<__trans phrase="Banner Header">"$> 20 20 21 21 … … 28 28 29 29 30 <h1 id="page-title"><$ MTVar name="page_title"$></h1>30 <h1 id="page-title"><$mt:Var name="page_title"$></h1> 31 31 32 32 33 <mt: ignore><!-- Comment Preview --></mt:ignore>34 <div class="comment" id="comment-<$ MTCommentID$>">33 <mt:Ignore><!-- Comment Preview --></mt:Ignore> 34 <div class="comment" id="comment-<$mt:CommentID$>"> 35 35 <div class="inner"> 36 36 <div class="comment-header"> 37 37 <div class="asset-meta"> 38 38 <span class="byline"> 39 <$ MTCommentAuthorIdentity$>39 <$mt:CommentAuthorIdentity$> 40 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>41 <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<span class="vcard author"><$mt:CommentAuthorLink$></span>%%<mt:CommentParent><$mt:CommentLink$></mt:CommentParent>%%<mt:CommentParent><$mt:CommentAuthor$></mt:CommentParent>"> 42 <mt:Else> 43 <span class="vcard author"><$mt:CommentAuthorLink$></span> 44 44 </mt:IfCommentParent> 45 | <a href="<$mt:CommentLink$>"><abbr class="published" title="<$ MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a>45 | <a href="<$mt:CommentLink$>"><abbr class="published" title="<$mt:CommentDate format_name="iso8601"$>"><$mt:CommentDate$></abbr></a> 46 46 </span> 47 47 </div> 48 48 </div> 49 49 <div class="comment-content"> 50 <$ MTCommentBody$>50 <$mt:CommentBody$> 51 51 </div> 52 52 </div> … … 54 54 55 55 56 <mt: ignore><!-- Comment Form --></mt:ignore>56 <mt:Ignore><!-- Comment Form --></mt:Ignore> 57 57 <div class="comments-open" id="comments-open"> 58 58 <h2 class="comments-open-header"><__trans phrase="Leave a comment"></h2> 59 59 <div class="comments-open-content"> 60 60 <div id="comment-greeting"></div> 61 <form method="post" action="<$ MTCGIPath$><$MTCommentScript$>" name="comments_form" id="comments-form" onsubmit="return mtCommentOnSubmit(this)">61 <form method="post" action="<$mt:CGIPath$><$mt:CommentScript$>" name="comments_form" id="comments-form" onsubmit="return mtCommentOnSubmit(this)"> 62 62 <input type="hidden" name="static" value="1" /> 63 63 <input type="hidden" name="armor" value="1" /> 64 64 <input type="hidden" name="preview" value="" /> 65 <input type="hidden" name="entry_id" value="<$ MTEntryID$>" />66 <input type="hidden" name="__lang" value="<$ MTBlogLanguage$>" />65 <input type="hidden" name="entry_id" value="<$mt:EntryID$>" /> 66 <input type="hidden" name="__lang" value="<$mt:BlogLanguage$>" /> 67 67 <mt:IfCommentParent> 68 <input type="hidden" name="parent_id" value="<$mt:CommentParentI d$>" id="comment-parent-id">68 <input type="hidden" name="parent_id" value="<$mt:CommentParentID$>" id="comment-parent-id"> 69 69 </mt:IfCommentParent> 70 70 <div id="comments-open-data"> 71 71 <div id="comment-form-name"> 72 72 <label for="comment-author"><__trans phrase="Name"></label> 73 <input id="comment-author" name="author" size="30" value="<$ MTCommentAuthor encode_html="1"$>" onfocus="mtShowCaptcha()" />73 <input id="comment-author" name="author" size="30" value="<$mt:CommentAuthor encode_html="1"$>" onfocus="mtShowCaptcha()" /> 74 74 </div> 75 75 <div id="comment-form-email"> 76 76 <label for="comment-email"><__trans phrase="Email Address"></label> 77 <input id="comment-email" name="email" size="30" value="<$ MTCommentEmail encode_html="1"$>" onfocus="mtShowCaptcha()" />77 <input id="comment-email" name="email" size="30" value="<$mt:CommentEmail encode_html="1"$>" onfocus="mtShowCaptcha()" /> 78 78 </div> 79 79 <div id="comment-form-url"> 80 80 <label for="comment-url"><__trans phrase="URL"></label> 81 <input id="comment-url" name="url" size="30" value="<$ MTCommentURL encode_html="1"$>" onfocus="mtShowCaptcha()" />81 <input id="comment-url" name="url" size="30" value="<$mt:CommentURL encode_html="1"$>" onfocus="mtShowCaptcha()" /> 82 82 </div> 83 83 </div> 84 84 <mt:IfCommentParent> 85 85 <div id="comment-form-reply"> 86 <input type="checkbox" id="comment-reply" name="comment_reply" value="<$mt:CommentParentI d$>" checked="checked" onclick="mtSetCommentParentID()" />87 <label for="comment-reply" id="comment-reply-label"><__trans phrase="Replying to comment from [_1]" params="<mt:CommentParent><$ MTCommentAuthor$></mt:CommentParent>"></label>86 <input type="checkbox" id="comment-reply" name="comment_reply" value="<$mt:CommentParentID$>" checked="checked" onclick="mtSetCommentParentID()" /> 87 <label for="comment-reply" id="comment-reply-label"><__trans phrase="Replying to comment from [_1]" params="<mt:CommentParent><$mt:CommentAuthor$></mt:CommentParent>"></label> 88 88 </div> 89 89 </mt:IfCommentParent> 90 90 <div id="comments-open-text"> 91 <label for="comment-text"><__trans phrase="Comments"> < MTIfAllowCommentHTML><__trans phrase="(You may use HTML tags for style)"></MTIfAllowCommentHTML></label>92 <textarea id="comment-text" name="text" rows="15" cols="50" onfocus="mtShowCaptcha()"><$ MTCommentBody autolink="0" sanitize="0" convert_breaks="0" encode_html="1"$></textarea>91 <label for="comment-text"><__trans phrase="Comments"> <mt:IfAllowCommentHTML><__trans phrase="(You may use HTML tags for style)"></mt:IfAllowCommentHTML></label> 92 <textarea id="comment-text" name="text" rows="15" cols="50" onfocus="mtShowCaptcha()"><$mt:CommentBody autolink="0" sanitize="0" convert_breaks="0" encode_html="1"$></textarea> 93 93 </div> 94 94 <div id="comments-open-captcha"></div> … … 96 96 <input type="submit" accesskey="v" name="preview_button" id="comment-preview" value="<__trans phrase="Preview">" onclick="this.form.preview.value='1';" /> 97 97 <input type="submit" accesskey="s" name="post" id="comment-submit" value="<__trans phrase="Submit">" /> 98 <input type="button" name="cancel" id="comment-cancel" value="<__trans phrase="Cancel">" onclick="window.location='<$ MTEntryPermalink$>'" />98 <input type="button" name="cancel" id="comment-cancel" value="<__trans phrase="Cancel">" onclick="window.location='<$mt:EntryPermalink$>'" /> 99 99 </div> 100 100 </form> … … 105 105 106 106 107 <$ MTInclude module="<__trans phrase="Sidebar">"$>107 <$mt:Include module="<__trans phrase="Sidebar">"$> 108 108 109 109 … … 112 112 113 113 114 <$mt: include module="<__trans phrase="Banner Footer">"$>114 <$mt:Include module="<__trans phrase="Banner Footer">"$> 115 115 116 116 branches/release-40/default_templates/comment_response.mtml
r2393 r2603 5 5 6 6 7 < MTIf name="comment_confirmation">8 <mt: ignore><!-- Success message when comment has been submitted --></mt:ignore>9 < MTSetVar name="page_title" value="<__trans phrase="Confirmation...">">10 < MTSetVar name="message" value="<p><__trans phrase="Your comment has been submitted!"></p>">11 < MTElse name="comment_pending">12 <mt: ignore><!-- Pending message when comment is being held for review --></mt:ignore>13 < MTSetVar name="page_title" value="<__trans phrase="Thank you for commenting.">">14 < MTSetVar name="message" value="<p><__trans phrase="Your comment has been received and held for approval by the blog owner."></p>">15 < MTElse name="comment_error">16 <mt: ignore><!-- Error message when comment submission fails --></mt:ignore>17 < MTSetVar name="page_title" value="<__trans phrase="Comment Submission Error">">18 < MTSetVarBlock name="message"><p><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$MTErrorMessage$>"></p></MTSetVarBlock>19 </ MTIf>7 <mt:If name="comment_confirmation"> 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>"$> 11 <mt:Else name="comment_pending"> 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>"$> 15 <mt:Else name="comment_error"> 16 <mt:Ignore><!-- Error message when comment submission fails --></mt:Ignore> 17 <$mt:SetVar name="page_title" value="<__trans phrase="Comment Submission Error">"$> 18 <mt:SetVarBlock name="message"><p><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$mt:ErrorMessage$>"></p></mt:SetVarBlock> 19 </mt:If> 20 20 21 21 22 <$mt: include module="<__trans phrase="HTML Head">"$>23 <title><$ MTBlogName encode_html="1"$>: <$MTVar name="page_title"$></title>22 <$mt:Include module="<__trans phrase="HTML Head">"$> 23 <title><$mt:BlogName encode_html="1"$>: <$mt:Var name="page_title"$></title> 24 24 </head> 25 <body id="<$mt:BlogTemplateSetID$>" class="<$mt: var name="body_class"$> <$MTVar name="page_layout"$>">25 <body id="<$mt:BlogTemplateSetID$>" class="<$mt:Var name="body_class"$> <$mt:Var name="page_layout"$>"> 26 26 <div id="container"> 27 27 <div id="container-inner"> 28 28 29 29 30 <$mt: include module="<__trans phrase="Banner Header">"$>30 <$mt:Include module="<__trans phrase="Banner Header">"$> 31 31 32 32 … … 37 37 <div id="alpha"> 38 38 <div id="alpha-inner"> 39 <h1 id="page-title"><$ MTVar name="page_title"$></h1>40 <$ MTVar name="message"$>41 <p><__trans phrase="Return to the <a href="[_1]">original entry</a>." params="<$ MTEntryLink$>"></p>39 <h1 id="page-title"><$mt:Var name="page_title"$></h1> 40 <$mt:Var name="message"$> 41 <p><__trans phrase="Return to the <a href="[_1]">original entry</a>." params="<$mt:EntryLink$>"></p> 42 42 </div> 43 43 </div> 44 44 45 45 46 <$ MTInclude module="<__trans phrase="Sidebar">"$>46 <$mt:Include module="<__trans phrase="Sidebar">"$> 47 47 48 48 … … 51 51 52 52 53 <$mt: include module="<__trans phrase="Banner Footer">"$>53 <$mt:Include module="<__trans phrase="Banner Footer">"$> 54 54 55 55 branches/release-40/default_templates/comment_throttle.mtml
r1103 r2603 1 <mt: setvarblock name="message"><__trans phrase="If this was a mistake, you can unblock the IP address and allow the visitor to add it again by logging in to your Movable Type installation, going to Blog Config - IP Banning, and deleting the IP address [_1] from the list of banned addresses." params="<mt:var name="throttled_ip">"></mt:setvarblock>2 <__trans phrase="A visitor to your blog [_1] has automatically been banned by adding more than the allowed number of comments in the last [_2] seconds." params="<$ MTBlogName$>%%<mt:var name="throttle_seconds">">1 <mt:SetVarBlock name="message"><__trans phrase="If this was a mistake, you can unblock the IP address and allow the visitor to add it again by logging in to your Movable Type installation, going to Blog Config - IP Banning, and deleting the IP address [_1] from the list of banned addresses." params="<$mt:Var name="throttled_ip"$>"></mt:SetVarBlock> 2 <__trans phrase="A visitor to your blog [_1] has automatically been banned by adding more than the allowed number of comments in the last [_2] seconds." params="<$mt:BlogName$>%%<$mt:Var name="throttle_seconds"$>"> 3 3 4 4 <__trans phrase="This has been done to prevent a m
