44 lines
1.5 KiB
HTML
Executable File
44 lines
1.5 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<!--[if lt IE 7 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie6 lte-ie6 lte-ie7 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
|
|
<!--[if IE 7 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie7 lte-ie7 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
|
|
<!--[if IE 8 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie8 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
|
|
<!--[if (gte IE 9)|!(IE)]><!--> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <!--<![endif]-->
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="ROBOTS" content="NOARCHIVE,NOINDEX,NOFOLLOW" />
|
|
<title>{{tpl:lang Password needed}} - {{tpl:BlogName encode_html="1"}}</title>
|
|
|
|
<style type="text/css">
|
|
body {
|
|
font: 0.8em Verdana,Arial,Geneva,sans-serif;
|
|
}
|
|
|
|
form {
|
|
display : block;
|
|
width : 500px;
|
|
margin : 0 auto;
|
|
padding : 1em;
|
|
background : #eee;
|
|
}
|
|
|
|
h1 { font : 140% Arial,Helvetica,sans-serif; margin : 0; }
|
|
|
|
label { font-weight : bold; }
|
|
|
|
input { border-width : 1px; }
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<form action="{{tpl:EntryURL}}" method="post">
|
|
<h1>{{tpl:lang Password needed}}</h1>
|
|
|
|
<p>{{tpl:lang You must give a password to access this area.}}</p>
|
|
<p><label for="password">{{tpl:lang Password:}} <input type="password" name="password" id="password" value=""
|
|
tabindex="1" /></label> <input type="submit" value="ok" /></p>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
</html> |