root/trunk/Vanilla/templates/vanilla+pages/wrapper.mtml @ 919

Revision 919, 0.9 kB (checked in by bsmith, 16 months ago)

various updates

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><$mt:BlogName encode_html="1"$></title>
6    <meta http-equiv="Content-Type" content="text/html; charset=<$mt:PublishCharset$>" />
7</head>
8<body>
9
10    <h1><a href="<$mt:BlogURL$>" accesskey="1"><$mt:BlogName encode_html="1"$></a></h1>
11
12    <h3><__trans phrase="Navigation"></h3>
13    <ul>
14        <li><a href="<$mt:Link template="home"$>"><__trans phrase="Home"></a></li>
15        <mt:Pages>
16            <li><a href="<$mt:PagePermalink$>"><$mt:PageTitle$></a></li>
17        </mt:Pages>
18    </ul>
19
20<!-- end header --><hr />
21
22
23    <$mt:Var name="contents"$>
24
25
26<!-- start footer --><hr />
27
28    <p><__trans phrase="_POWERED_BY"> and the Vanilla template set</p>
29
30</body>
31</html>
Note: See TracBrowser for help on using the browser.