root/branches/release-38/default_templates/page.mtml @ 2312

Revision 2312, 2.1 kB (checked in by bsmith, 19 months ago)

bugzid:79734 - header title tag consistency

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    <$mt:EntryTrackbackData$>
7    <title><$mt:PageTitle encode_html="1"$> - <$mt:BlogName encode_html="1"$></title>
8</head>
9<body id="<$mt:BlogTemplateSetID$>" class="mt-page-archive <$mt:Var name="page_layout"$>" onload="mtEntryOnLoad()">
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
24
25                            <div id="page-<$mt:PageID$>" class="page-asset asset">
26                                <div class="asset-header">
27                                    <h1 id="page-title" class="asset-name"><$mt:PageTitle$></h1>
28                                </div>
29                                <div class="asset-content">
30<mt:If tag="PageBody">
31                                    <div class="asset-body">
32                                        <$mt:PageBody$>
33                                    </div>
34</mt:If>
35<mt:If tag="PageMore">
36                                    <div id="more" class="asset-more">
37                                        <$mt:PageMore$>
38                                    </div>
39</mt:If>
40                                </div>
41                                <div class="asset-footer"></div>
42                            </div>
43
44
45                    <$mt:Include module="<__trans phrase="Trackbacks">"$>
46                    <$mt:Include module="<__trans phrase="Comments">"$>
47
48
49                        </div>
50                    </div>
51
52
53                    <$mt:Include module="<__trans phrase="Sidebar">"$>
54
55
56                </div>
57            </div>
58
59
60            <$mt:include module="<__trans phrase="Banner Footer">"$>
61
62
63        </div>
64    </div>
65</body>
66</html>
Note: See TracBrowser for help on using the browser.