root/branches/release-35/default_templates/page.mtml @ 1964

Revision 1964, 2.2 kB (checked in by bsmith, 20 months ago)

bugzid:79382 - Javascript errors on Entry and Page archives when commenting is disabled

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><$MTPageTitle encode_html="1"$> - <$MTBlogName encode_html="1"$></title>
6    <$mt:include module="<__trans phrase="HTML Head">"$>
7    <$MTEntryTrackbackData$>
8    <script type="text/javascript" src="<$MTLink template="javascript"$>"></script>
9</head>
10<body id="<$mt:BlogTemplateSetID$>" class="mt-page-archive <$MTVar name="page_layout"$>" onload="individualArchivesOnLoad(commenter_name)">
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
25
26                            <div id="page-<$MTPageID$>" class="page-asset asset">
27                                <div class="asset-header">
28                                    <h1 id="page-title" class="asset-name"><$MTPageTitle$></h1>
29                                </div>
30                                <div class="asset-content">
31<MTIfNonEmpty tag="PageBody">
32                                    <div class="asset-body">
33                                        <$MTPageBody$>
34                                    </div>
35</MTIfNonEmpty>
36<MTIfNonEmpty tag="PageMore">
37                                    <div id="more" class="asset-more">
38                                        <$MTPageMore$>
39                                    </div>
40</MTIfNonEmpty>
41                                </div>
42                                <div class="asset-footer"></div>
43                            </div>
44
45
46                    <$MTInclude module="<__trans phrase="Trackbacks">"$>
47                    <$MTInclude module="<__trans phrase="Comments">"$>
48
49
50                        </div>
51                    </div>
52
53
54                    <$MTInclude module="<__trans phrase="Sidebar">"$>
55
56
57                </div>
58            </div>
59
60
61            <$mt:include module="<__trans phrase="Banner Footer">"$>
62
63
64        </div>
65    </div>
66</body>
67</html>
Note: See TracBrowser for help on using the browser.