root/branches/release-40/default_templates/main_index.mtml @ 2603

Revision 2603, 1.5 kB (checked in by bsmith, 18 months ago)

bugzid:79938 - Normalizing Template Tags

  • 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="<$mt:Link template="rsd"$>" />
7    <title><$mt:BlogName encode_html="1"$></title>
8</head>
9<body id="<$mt:BlogTemplateSetID$>" class="mt-main-index <$mt:Var 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<mt:Entries>
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</mt:Entries>
27
28
29                            <div class="content-nav">
30                                <a href="<$mt:Link template="archive_index"$>"><__trans phrase="Archives"></a>
31                            </div>
32
33
34                        </div>
35                    </div>
36
37
38                    <$mt:Include 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.