|
Revision 922, 1.0 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 | <script type="text/javascript" src="<$mt:Link template="JavaScript"$>"></script> |
|---|
| 8 | </head> |
|---|
| 9 | <body> |
|---|
| 10 | |
|---|
| 11 | <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> <__trans phrase="(Vanilla + Authentication)"></h1> |
|---|
| 12 | |
|---|
| 13 | <div id="signin-content"> |
|---|
| 14 | <a href="javascript:void(0)" onclick="return mtSignInOnClick('signin-content')"><__trans phrase="Sign In"></a> |
|---|
| 15 | </div> |
|---|
| 16 | |
|---|
| 17 | <!-- end header --><hr /> |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | <$mt:Var name="contents"$> |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | <!-- start footer --><hr /> |
|---|
| 24 | |
|---|
| 25 | <p><__trans phrase="_POWERED_BY"> and the Vanilla template set</p> |
|---|
| 26 | |
|---|
| 27 | <script type="text/javascript"> |
|---|
| 28 | /* <![CDATA[ */ |
|---|
| 29 | mtAttachEvent('usersignin', mtUpdateSignInWidget); |
|---|
| 30 | mtUpdateSignInWidget(); |
|---|
| 31 | /* ]]> */ |
|---|
| 32 | </script> |
|---|
| 33 | |
|---|
| 34 | </body> |
|---|
| 35 | </html> |
|---|