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