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

Revision 2062, 1.6 kB (checked in by bchoate, 19 months ago)

Updates to blog-side javascript regarding user state and permissions. BugId:79077,69644,67754,69814,79258,62643. Fixed declarations for conditional tags. BugId:79476. Display auth'd user nickname rather than name from comment object. BugId:79475

  • 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    <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.