Dotclear

source: inc/public/default-templates/password-form.html @ 199:d1538efa6724

Revision 199:d1538efa6724, 1.1 KB checked in by Franck <carnet.franck.paul@…>, 14 years ago (diff)

Suppression de <meta name="MSSmartTagsPreventParsing" content="TRUE" /> dans le head
Ne sert strictement à plus rien du tout du tout
Fix #963 (http://dev.dotclear.org/2.0/ticket/963)

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

Sites map