Dotclear

source: inc/public/default-templates/legacy/password-form.html @ 2567:6c11245cbf04

Revision 2567:6c11245cbf04, 1.0 KB checked in by franck <carnet.franck.paul@…>, 12 years ago (diff)

Merge from 2.6

RevLine 
[0]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>
[2566]8
[0]9  <style type="text/css">
10  body {
11  font: 0.8em Verdana,Arial,Geneva,sans-serif;
12  }
[2566]13
[0]14  form {
15  display : block;
16  width : 500px;
17  margin : 0 auto;
18  padding : 1em;
19  background : #eee;
20  }
[2566]21
[0]22  h2 { font : 140% Arial,Helvetica,sans-serif; margin : 0; }
[2566]23
[0]24  label { font-weight : bold; }
[2566]25
[0]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>
[454]36<p><label>{{tpl:lang Password:}} <input type="password" name="password" value="" /></label> <input type="submit" value="ok" /></p>
[0]37
38</form>
39
40</body>
[2566]41</html>
Note: See TracBrowser for help on using the repository browser.

Sites map