Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/dotty/password-form.html
r3246 r3455 1 1 <!DOCTYPE html> 2 2 <html lang="{{tpl:BlogLanguage}}"> 3 3 4 <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> 5 <meta charset="UTF-8" /> 6 <meta name="ROBOTS" content="NOARCHIVE,NOINDEX,NOFOLLOW" /> 7 <title>{{tpl:lang Password needed}} - {{tpl:BlogName encode_html="1"}}</title> 8 <style type="text/css"> 9 body { 10 font: 0.8em Verdana, Arial, Geneva, sans-serif; 11 } 7 12 8 <style type="text/css"> 9 body { 10 font: 0.8em Verdana,Arial,Geneva,sans-serif; 11 } 13 form { 14 display: block; 15 width: 500px; 16 margin: 0 auto; 17 padding: 1em; 18 background: #eee; 19 } 12 20 13 form { 14 display : block; 15 width : 500px; 16 margin : 0 auto; 17 padding : 1em; 18 background : #eee; 19 } 21 h2 { 22 font: 140% Arial, Helvetica, sans-serif; 23 margin: 0; 24 } 20 25 21 h2 { font : 140% Arial,Helvetica,sans-serif; margin : 0; } 26 label { 27 font-weight: bold; 28 } 22 29 23 label { font-weight : bold; } 24 25 input { border-width : 1px;}26 </style>30 input { 31 border-width: 1px; 32 } 33 </style> 27 34 </head> 28 35 29 36 <body> 37 <form action="{{tpl:EntryURL}}" method="post" role="form"> 38 <h2>{{tpl:lang Password needed}}</h2> 39 <p>{{tpl:lang You must give a password to access this area.}}</p> 40 <p> 41 <label>{{tpl:lang Password:}} 42 <input type="password" name="password" value="" /> 43 </label> 44 <input type="submit" value="ok" /> 45 </p> 46 </form> 47 </body> 30 48 31 <form action="{{tpl:EntryURL}}" method="post" role="form">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 49 </html>
Note: See TracChangeset
for help on using the changeset viewer.
