root/branches/release-33/default_templates/main_index.mtml @ 1728

Revision 1728, 1.4 kB (checked in by bsmith, 20 months ago)

bugzid:69530 - updated templates to use variables set by the app

  • Property svn:executable set to *
  • 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    <title><$MTBlogName encode_html="1"$></title>
6    <$mt:include module="<__trans phrase="HTML Head">"$>
7    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="<$MTLink template="rsd"$>" />
8</head>
9<body 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="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.