root/trunk/Vanilla/templates/vanilla+authentication/wrapper.mtml @ 909

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

code formatting

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    <script type="text/javascript" src="<$mt:Link template="JavaScript"$>"></script>
9</head>
10<body>
11
12    <h1><a href="<$mt:BlogURL$>" accesskey="1"><$mt:BlogName encode_html="1"$></a></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<!-- end header -->
19
20
21    <$mt:Var name="contents"$>
22
23
24<!-- start footer -->
25
26    <p><__trans phrase="_POWERED_BY"> and the Vanilla template set</p>
27
28<script type="text/javascript">
29/* <![CDATA[ */
30mtAttachEvent('usersignin', mtUpdateSignInWidget);
31mtUpdateSignInWidget();
32/* ]]> */
33</script>
34
35</body>
36</html>
Note: See TracBrowser for help on using the browser.