Changeset 2101
- Timestamp:
- 04/25/08 06:58:29 (6 months ago)
- Files:
-
- branches/release-36/default_templates/archive_index.mtml (modified) (1 diff)
- branches/release-36/default_templates/category_entry_listing.mtml (modified) (1 diff)
- branches/release-36/default_templates/comment_preview.mtml (modified) (1 diff)
- branches/release-36/default_templates/comment_response.mtml (modified) (1 diff)
- branches/release-36/default_templates/dynamic_error.mtml (modified) (1 diff)
- branches/release-36/default_templates/entry.mtml (modified) (1 diff)
- branches/release-36/default_templates/main_index.mtml (modified) (1 diff)
- branches/release-36/default_templates/monthly_entry_listing.mtml (modified) (1 diff)
- branches/release-36/default_templates/page.mtml (modified) (1 diff)
- branches/release-36/default_templates/search_results.mtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-36/default_templates/archive_index.mtml
r1923 r2101 3 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 4 4 <head> 5 <$mt:include module="<__trans phrase="HTML Head">"$> 5 6 <title><$MTBlogName encode_html="1"$>: <__trans phrase="Archives"></title> 6 <$mt:include module="<__trans phrase="HTML Head">"$>7 7 </head> 8 8 <body id="<$mt:BlogTemplateSetID$>" class="mt-archive-index <$MTVar name="page_layout"$>"> branches/release-36/default_templates/category_entry_listing.mtml
r1923 r2101 3 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 4 4 <head> 5 <$mt:include module="<__trans phrase="HTML Head">"$> 5 6 <title><$MTBlogName encode_html="1"$>: <__trans phrase="[_1] Archives" params="<$MTArchiveTitle$>"></title> 6 <$mt:include module="<__trans phrase="HTML Head">"$>7 7 <mt:ignore> 8 8 <!-- Include Next and Previous links if publishing a date-based archive --> branches/release-36/default_templates/comment_preview.mtml
r2062 r2101 3 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 4 4 <head> 5 <$mt:include module="<__trans phrase="HTML Head">"$> 5 6 <title><$MTBlogName encode_html="1"$>: <__trans phrase="Previewing your Comment"></title> 6 <$mt:include module="<__trans phrase="HTML Head">"$>7 7 <script type="text/javascript"> 8 8 /* <![CDATA[ */ branches/release-36/default_templates/comment_response.mtml
r1923 r2101 20 20 21 21 22 <$mt:include module="<__trans phrase="HTML Head">"$> 22 23 <title><$MTBlogName encode_html="1"$>: <$MTVar name="page_title"$></title> 23 <$mt:include module="<__trans phrase="HTML Head">"$>24 24 </head> 25 25 <body id="<$mt:BlogTemplateSetID$>" class="<$mt:var name="body_class"$> <$MTVar name="page_layout"$>"> branches/release-36/default_templates/dynamic_error.mtml
r1923 r2101 3 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 4 4 <head> 5 <$mt:include module="<__trans phrase="HTML Head">"$> 5 6 <title><$MTBlogName encode_html="1"$>: <__trans phrase="Page Not Found"></title> 6 <$mt:include module="<__trans phrase="HTML Head">"$>7 7 </head> 8 8 <body id="<$mt:BlogTemplateSetID$>" class="mt-dynamic-error <$MTVar name="page_layout"$>"> branches/release-36/default_templates/entry.mtml
r2062 r2101 3 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 4 4 <head> 5 <$mt:include module="<__trans phrase="HTML Head">"$> 5 6 <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"$>" rel="bookmark" /></MTEntryPrevious> 8 8 <MTEntryNext><link rel="next" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" rel="bookmark" /></MTEntryNext> branches/release-36/default_templates/main_index.mtml
r2062 r2101 3 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 4 4 <head> 5 <$mt:include module="<__trans phrase="HTML Head">"$> 5 6 <title><$MTBlogName encode_html="1"$></title> 6 <$mt:include module="<__trans phrase="HTML Head">"$>7 7 <link rel="EditURI" type="application/rsd+xml" title="RSD" href="<$MTLink template="rsd"$>" /> 8 8 <script type="text/javascript" src="<$MTLink template="javascript"$>"></script> branches/release-36/default_templates/monthly_entry_listing.mtml
r1923 r2101 3 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 4 4 <head> 5 <$mt:include module="<__trans phrase="HTML Head">"$> 5 6 <title><$MTBlogName encode_html="1"$>: <__trans phrase="[_1] Archives" params="<$MTArchiveTitle$>"></title> 6 <$mt:include module="<__trans phrase="HTML Head">"$>7 7 <mt:ignore> 8 8 <!-- Include Next and Previous links if publishing a date-based archive --> branches/release-36/default_templates/page.mtml
r2062 r2101 3 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 4 4 <head> 5 <$mt:include module="<__trans phrase="HTML Head">"$> 5 6 <title><$MTPageTitle encode_html="1"$> - <$MTBlogName encode_html="1"$></title> 6 <$mt:include module="<__trans phrase="HTML Head">"$>7 7 <$MTEntryTrackbackData$> 8 8 <script type="text/javascript" src="<$MTLink template="javascript"$>"></script> branches/release-36/default_templates/search_results.mtml
r2062 r2101 3 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 4 4 <head> 5 <$mt:include module="<__trans phrase="HTML Head">"$> 5 6 <title><$MTBlogName encode_html="1"$>: <__trans phrase="Search Results"></title> 6 <$mt:include module="<__trans phrase="HTML Head">"$>7 7 <MTIgnore>Below Javascript adds ajax search capability</MTIgnore> 8 8 <script type="text/javascript">
