Dotclear

source: plugins/private/default-templates/private.html @ 2613

Revision 2613, 1.3 KB checked in by JcDenis, 13 years ago (diff)

Private mode : version 1.5 - Cleaner release

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="MSSmartTagsPreventParsing" content="TRUE" />
7  <meta name="ROBOTS" content="NOARCHIVE,NOINDEX,NOFOLLOW" />
8  <title>{{tpl:lang Restricted area}}</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
29  p.error {color : #c00; }
30  </style>
31</head>
32
33<body>
34
35<form action="{{tpl:PrivateReqPage}}" method="post">
36
37<tpl:SysIfFormError>
38 <p class="error">{{tpl:SysFormError}}</p>
39</tpl:SysIfFormError>
40
41{{tpl:SysBehavior behavior="publicPrivateFormBeforeContent"}}
42
43<p><label>{{tpl:lang Password:}} <input type="password" name="private_pass" id="private_pass"  value="" 
44tabindex="1" /></label> <input type="submit" value="ok" /></p>
45
46{{tpl:SysBehavior behavior="publicPrivateFormAfterContent"}}
47
48</form>
49</body>
50</html>
Note: See TracBrowser for help on using the repository browser.

Sites map