root/branches/release-32/default_templates/main_index.mtml @ 1707

Revision 1707, 1.5 kB (checked in by bsmith, 20 months ago)

bugzid:69535 - less modularized template set committed. produces same html as modularized template set

  • Property svn:executable set to *
  • Property svn:keywords set to Id Revision
Line 
1<$mt:setvar name="main_index" value="1"$>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
5<head>
6    <title><$MTBlogName encode_html="1"$></title>
7    <$mt:include module="<__trans phrase="HTML Head">"$>
8    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="<$MTLink template="rsd"$>" />
9</head>
10<body 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="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.