Revision 2602:58466d372cb5,
887 bytes
checked in by franck <carnet.franck.paul@…>, 12 years ago
(diff) |
Switch all templates to HTML5, step 1, ARIA roles need to be implemented
|
Line | |
---|
1 | <!DOCTYPE html> |
---|
2 | <html lang="{{tpl:BlogLanguage}}"> |
---|
3 | <head> |
---|
4 | <meta charset="UTF-8" /> |
---|
5 | <meta name="ROBOTS" content="NOARCHIVE,NOINDEX,NOFOLLOW" /> |
---|
6 | <title>{{tpl:lang Password needed}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
7 | |
---|
8 | <style type="text/css"> |
---|
9 | body { |
---|
10 | font: 0.8em Verdana,Arial,Geneva,sans-serif; |
---|
11 | } |
---|
12 | |
---|
13 | form { |
---|
14 | display : block; |
---|
15 | width : 500px; |
---|
16 | margin : 0 auto; |
---|
17 | padding : 1em; |
---|
18 | background : #eee; |
---|
19 | } |
---|
20 | |
---|
21 | h2 { font : 140% Arial,Helvetica,sans-serif; margin : 0; } |
---|
22 | |
---|
23 | label { font-weight : bold; } |
---|
24 | |
---|
25 | input { border-width : 1px; } |
---|
26 | </style> |
---|
27 | </head> |
---|
28 | |
---|
29 | <body> |
---|
30 | |
---|
31 | <form action="{{tpl:EntryURL}}" method="post"> |
---|
32 | <h2>{{tpl:lang Password needed}}</h2> |
---|
33 | |
---|
34 | <p>{{tpl:lang You must give a password to access this area.}}</p> |
---|
35 | <p><label>{{tpl:lang Password:}} <input type="password" name="password" value="" /></label> <input type="submit" value="ok" /></p> |
---|
36 | |
---|
37 | </form> |
---|
38 | |
---|
39 | </body> |
---|
40 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.