Revision 955,
1.3 KB
checked in by Osku, 15 years ago
(diff) |
Private mode 1.0 finally
|
Line | |
---|
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
---|
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> |
---|
4 | <head> |
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
---|
6 | <meta name="MSSmartTagsPreventParsing" content="TRUE" /> |
---|
7 | <meta name="ROBOTS" content="NOARCHIVE,NOINDEX,NOFOLLOW" /> |
---|
8 | <title>{{tpl:PrivatePageTitle encode_html="1"}}</title> |
---|
9 | |
---|
10 | <style type="text/css"> |
---|
11 | body { |
---|
12 | font: 0.8em Verdana,Arial,Geneva,sans-serif; |
---|
13 | } |
---|
14 | |
---|
15 | form { |
---|
16 | display : block; |
---|
17 | width : 500px; |
---|
18 | margin : 0 auto; |
---|
19 | padding : 1em; |
---|
20 | background : #eee; |
---|
21 | } |
---|
22 | |
---|
23 | h2 { font : 140% Arial,Helvetica,sans-serif; margin : 0; } |
---|
24 | |
---|
25 | label { font-weight : bold; } |
---|
26 | |
---|
27 | input { border-width : 1px; } |
---|
28 | |
---|
29 | p.error {color : #c00; } |
---|
30 | </style> |
---|
31 | </head> |
---|
32 | |
---|
33 | <body> |
---|
34 | |
---|
35 | <form action="{{tpl:PrivateReqPage}}" method="post"> |
---|
36 | <h2>{{tpl:PrivatePageTitle}}</h2> |
---|
37 | |
---|
38 | <tpl:IfPrivateMsgError> |
---|
39 | <p class="error">{{tpl:PrivateMsgError}}</p> |
---|
40 | </tpl:IfPrivateMsgError> |
---|
41 | |
---|
42 | {{tpl:PrivateMsg}} |
---|
43 | |
---|
44 | {{tpl:PrivatePassRemember}} |
---|
45 | |
---|
46 | <p><label>{{tpl:lang Password:}} <input type="password" name="private_pass" id="private_pass" value="" |
---|
47 | tabindex="1" /></label> <input type="submit" value="ok" /></p> |
---|
48 | |
---|
49 | </form> |
---|
50 | |
---|
51 | </body> |
---|
52 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.