Rev | Line | |
---|
[0] | 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="en" lang="en"> |
---|
| 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:lang Password needed}} - {{tpl:BlogName 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 | </style> |
---|
| 29 | </head> |
---|
| 30 | |
---|
| 31 | <body> |
---|
| 32 | |
---|
| 33 | <form action="{{tpl:EntryURL}}" method="post"> |
---|
| 34 | <h2>{{tpl:lang Password needed}}</h2> |
---|
| 35 | |
---|
| 36 | <p>{{tpl:lang You must give a password to access this area.}}</p> |
---|
| 37 | <p><label>{{tpl:lang Password:}} <input type="password" name="password" value="" |
---|
| 38 | tabindex="1" /></label> <input type="submit" value="ok" /></p> |
---|
| 39 | |
---|
| 40 | </form> |
---|
| 41 | |
---|
| 42 | </body> |
---|
| 43 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.