Revision 2600:8ffb563d1d56,
1.0 KB
checked in by franck <carnet.franck.paul@…>, 12 years ago
(diff) |
Add the very new template set currywurst aka codename of the next 2.7 release
|
Rev | Line | |
---|
[2600] | 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="ROBOTS" content="NOARCHIVE,NOINDEX,NOFOLLOW" /> |
---|
| 7 | <title>{{tpl:lang Password needed}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
| 8 | |
---|
| 9 | <style type="text/css"> |
---|
| 10 | body { |
---|
| 11 | font: 0.8em Verdana,Arial,Geneva,sans-serif; |
---|
| 12 | } |
---|
| 13 | |
---|
| 14 | form { |
---|
| 15 | display : block; |
---|
| 16 | width : 500px; |
---|
| 17 | margin : 0 auto; |
---|
| 18 | padding : 1em; |
---|
| 19 | background : #eee; |
---|
| 20 | } |
---|
| 21 | |
---|
| 22 | h2 { font : 140% Arial,Helvetica,sans-serif; margin : 0; } |
---|
| 23 | |
---|
| 24 | label { font-weight : bold; } |
---|
| 25 | |
---|
| 26 | input { border-width : 1px; } |
---|
| 27 | </style> |
---|
| 28 | </head> |
---|
| 29 | |
---|
| 30 | <body> |
---|
| 31 | |
---|
| 32 | <form action="{{tpl:EntryURL}}" method="post"> |
---|
| 33 | <h2>{{tpl:lang Password needed}}</h2> |
---|
| 34 | |
---|
| 35 | <p>{{tpl:lang You must give a password to access this area.}}</p> |
---|
| 36 | <p><label>{{tpl:lang Password:}} <input type="password" name="password" value="" /></label> <input type="submit" value="ok" /></p> |
---|
| 37 | |
---|
| 38 | </form> |
---|
| 39 | |
---|
| 40 | </body> |
---|
| 41 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.