Changeset 2101

Show
Ignore:
Timestamp:
04/25/08 06:58:29 (22 months ago)
Author:
fumiakiy
Message:

Moved <title> after Content-Type meta; Internet Explorer can't render contents if title contains non-ASCII characters and comes before Content-Type meta.

Location:
branches/release-36/default_templates
Files:
10 modified

Legend:

Unmodified
Added
Removed
  • branches/release-36/default_templates/archive_index.mtml

    r1923 r2101  
    33<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 
    44<head> 
     5    <$mt:include module="<__trans phrase="HTML Head">"$> 
    56    <title><$MTBlogName encode_html="1"$>: <__trans phrase="Archives"></title> 
    6     <$mt:include module="<__trans phrase="HTML Head">"$> 
    77</head> 
    88<body id="<$mt:BlogTemplateSetID$>" class="mt-archive-index <$MTVar name="page_layout"$>"> 
  • branches/release-36/default_templates/category_entry_listing.mtml

    r1923 r2101  
    33<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 
    44<head> 
     5    <$mt:include module="<__trans phrase="HTML Head">"$> 
    56    <title><$MTBlogName encode_html="1"$>: <__trans phrase="[_1] Archives" params="<$MTArchiveTitle$>"></title> 
    6     <$mt:include module="<__trans phrase="HTML Head">"$> 
    77<mt:ignore> 
    88    <!-- Include Next and Previous links if publishing a date-based archive --> 
  • branches/release-36/default_templates/comment_preview.mtml

    r2062 r2101  
    33<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 
    44<head> 
     5    <$mt:include module="<__trans phrase="HTML Head">"$> 
    56    <title><$MTBlogName encode_html="1"$>: <__trans phrase="Previewing your Comment"></title> 
    6     <$mt:include module="<__trans phrase="HTML Head">"$> 
    77    <script type="text/javascript"> 
    88    /* <![CDATA[ */ 
  • branches/release-36/default_templates/comment_response.mtml

    r1923 r2101  
    2020 
    2121 
     22    <$mt:include module="<__trans phrase="HTML Head">"$> 
    2223    <title><$MTBlogName encode_html="1"$>: <$MTVar name="page_title"$></title> 
    23     <$mt:include module="<__trans phrase="HTML Head">"$> 
    2424</head> 
    2525<body id="<$mt:BlogTemplateSetID$>" class="<$mt:var name="body_class"$> <$MTVar name="page_layout"$>"> 
  • branches/release-36/default_templates/dynamic_error.mtml

    r1923 r2101  
    33<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 
    44<head> 
     5    <$mt:include module="<__trans phrase="HTML Head">"$> 
    56    <title><$MTBlogName encode_html="1"$>: <__trans phrase="Page Not Found"></title> 
    6     <$mt:include module="<__trans phrase="HTML Head">"$> 
    77</head> 
    88<body id="<$mt:BlogTemplateSetID$>" class="mt-dynamic-error <$MTVar name="page_layout"$>"> 
  • branches/release-36/default_templates/entry.mtml

    r2062 r2101  
    33<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 
    44<head> 
     5    <$mt:include module="<__trans phrase="HTML Head">"$> 
    56    <title><$MTEntryTitle encode_html="1"$> - <$MTBlogName encode_html="1"$></title> 
    6     <$mt:include module="<__trans phrase="HTML Head">"$> 
    77    <MTEntryPrevious><link rel="prev" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" rel="bookmark" /></MTEntryPrevious> 
    88    <MTEntryNext><link rel="next" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" rel="bookmark" /></MTEntryNext> 
  • branches/release-36/default_templates/main_index.mtml

    r2062 r2101  
    33<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 
    44<head> 
     5    <$mt:include module="<__trans phrase="HTML Head">"$> 
    56    <title><$MTBlogName encode_html="1"$></title> 
    6     <$mt:include module="<__trans phrase="HTML Head">"$> 
    77    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="<$MTLink template="rsd"$>" /> 
    88    <script type="text/javascript" src="<$MTLink template="javascript"$>"></script> 
  • branches/release-36/default_templates/monthly_entry_listing.mtml

    r1923 r2101  
    33<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 
    44<head> 
     5    <$mt:include module="<__trans phrase="HTML Head">"$> 
    56    <title><$MTBlogName encode_html="1"$>: <__trans phrase="[_1] Archives" params="<$MTArchiveTitle$>"></title> 
    6     <$mt:include module="<__trans phrase="HTML Head">"$> 
    77<mt:ignore> 
    88    <!-- Include Next and Previous links if publishing a date-based archive --> 
  • branches/release-36/default_templates/page.mtml

    r2062 r2101  
    33<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 
    44<head> 
     5    <$mt:include module="<__trans phrase="HTML Head">"$> 
    56    <title><$MTPageTitle encode_html="1"$> - <$MTBlogName encode_html="1"$></title> 
    6     <$mt:include module="<__trans phrase="HTML Head">"$> 
    77    <$MTEntryTrackbackData$> 
    88    <script type="text/javascript" src="<$MTLink template="javascript"$>"></script> 
  • branches/release-36/default_templates/search_results.mtml

    r2062 r2101  
    33<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 
    44<head> 
     5    <$mt:include module="<__trans phrase="HTML Head">"$> 
    56    <title><$MTBlogName encode_html="1"$>: <__trans phrase="Search Results"></title> 
    6     <$mt:include module="<__trans phrase="HTML Head">"$> 
    77    <MTIgnore>Below Javascript adds ajax search capability</MTIgnore> 
    88    <script type="text/javascript">