root/branches/release-38/default_templates/main_index.mtml @ 2312

Revision 2312, 1.5 kB (checked in by bsmith, 19 months ago)

bugzid:79734 - header title tag consistency

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