root/branches/release-36/default_templates/main_index.mtml @ 2101

Revision 2101, 1.6 kB (checked in by fumiakiy, 19 months ago)

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

  • Property svn:keywords set to Id Revision
Line 
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    <$mt:include module="<__trans phrase="HTML Head">"$>
6    <title><$MTBlogName encode_html="1"$></title>
7    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="<$MTLink template="rsd"$>" />
8    <script type="text/javascript" src="<$MTLink template="javascript"$>"></script>
9</head>
10<body id="<$mt:BlogTemplateSetID$>" class="mt-main-index <$MTVar name="page_layout"$>">
11    <div id="container">
12        <div id="container-inner">
13
14
15            <$mt:include module="<__trans phrase="Banner Header">"$>
16
17
18            <div id="content">
19                <div id="content-inner">
20
21
22                    <div id="alpha">
23                        <div id="alpha-inner">
24<MTEntries>
25                            <mt:ignore><!-- Use the Entry Summary module for each entry published on this page --></mt:ignore>
26                            <$mt:include module="<__trans phrase="Entry Summary">"$>
27</MTEntries>
28
29
30                            <div class="content-nav">
31                                <a href="<$MTLink template="archive_index"$>"><__trans phrase="Archives"></a>
32                            </div>
33
34
35                        </div>
36                    </div>
37
38
39                    <$MTInclude module="<__trans phrase="Sidebar">"$>
40
41
42                </div>
43            </div>
44
45
46            <$mt:include module="<__trans phrase="Banner Footer">"$>
47
48
49        </div>
50    </div>
51</body>
52</html>
Note: See TracBrowser for help on using the browser.