root/trunk/Vanilla/templates/vanilla+create-entry/wrapper.mtml @ 922

Revision 922, 1.3 kB (checked in by bsmith, 16 months ago)

bugzid:80880 - Vanilla wrapper include case is incorrect

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    <$mt:Var name="html_head"$>
8    <script type="text/javascript" src="<$mt:Link template="JavaScript"$>"></script>
9</head>
10<body>
11
12    <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> <__trans phrase="(Vanilla + Create Entry)"></h1>
13
14    <div id="signin-content">
15        <a href="javascript:void(0)" onclick="return mtSignInOnClick('signin-content')"><__trans phrase="Sign In"></a>
16    </div>
17
18    <h3><__trans phrase="Navigation"></h3>
19    <ul>
20        <li><a href="<$mt:Link template="Homepage"$>"><__trans phrase="Home"></a></li>
21        <li><a href="<$mt:Link template="Create Entry"$>"><__trans phrase="Create Entry"></a></li>
22    </ul>
23
24<!-- end header --><hr />
25
26
27    <$mt:Var name="contents"$>
28
29
30<!-- start footer --><hr />
31
32    <p><__trans phrase="_POWERED_BY"> and the Vanilla template set</p>
33
34<script type="text/javascript">
35/* <![CDATA[ */
36mtAttachEvent('usersignin', mtUpdateSignInWidget);
37mtUpdateSignInWidget();
38/* ]]> */
39</script>
40
41</body>
42</html>
Note: See TracBrowser for help on using the browser.