root/trunk/SimpleTemplateSets/templates/vanilla+archives/wrapper.mtml @ 891

Revision 891, 1.0 kB (checked in by bsmith, 16 months ago)

committing initial Vanilla sets

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    <meta name="generator" content="<$mt:ProductName version="1"$>" />
8</head>
9<body>
10
11    <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> + <__trans phrase="Monthly, Category, and Author Archives"></h1>
12   
13    <h3><__trans phrase="Navigation"></h3>
14    <ul>
15        <li><a href="<$mt:Link template="home"$>"><__trans phrase="Home"></a></li>
16        <li><a href="<$mt:Link template="archives"$>"><__trans phrase="Archives"></a></li>
17    </ul>
18
19<!-- end header --><hr />
20
21
22    <$mt:Var name="contents"$>
23
24
25<!-- start footer --><hr />
26
27    <p><__trans phrase="_POWERED_BY"> and the Vanilla template set</p>
28
29</body>
30</html>
Note: See TracBrowser for help on using the browser.