Dotclear

source: plugins/prvcat/default-templates/prvcat-password.html @ 2210

Revision 2210, 1.1 KB checked in by arno, 14 years ago (diff)

import version 2.1 to svn repository

Line 
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="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}">
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  <style type="text/css">
9  body {
10  font: 0.8em Verdana,Arial,Geneva,sans-serif;
11  }
12 
13  form {
14  display : block;
15  width : 500px;
16  margin : 0 auto;
17  padding : 1em;
18  background : #eee;
19  }
20 
21  h2 { font : 140% Arial,Helvetica,sans-serif; margin : 0; }
22 
23  label { font-weight : bold; }
24 
25  input { border-width : 1px; }
26
27  </style>
28</head>
29<body>
30    <form action="" method="post">
31        <h2>{{tpl:lang Password needed}}</h2>
32        <p>{{tpl:lang You must give a password to access this area.}}</p>
33        <p><label>{{tpl:lang Password:}} <input type="password" name="password_prvcat" value=""
34            tabindex="1" /></label> <input type="submit" value="ok" /></p>
35
36    </form>
37</body>
38</html>
Note: See TracBrowser for help on using the repository browser.

Sites map