Dotclear

source: inc/public/default-templates/dotty/password-form.html @ 3455:14eb526d2e96

Revision 3455:14eb526d2e96, 917 bytes checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Switch from HTML comments to DC Template comments (not needed in final HTML output) — dotty templateset

Line 
1<!DOCTYPE html>
2<html lang="{{tpl:BlogLanguage}}">
3
4<head>
5     <meta 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 {
22          font: 140% Arial, Helvetica, sans-serif;
23          margin: 0;
24     }
25
26     label {
27          font-weight: bold;
28     }
29
30     input {
31          border-width: 1px;
32     }
33     </style>
34</head>
35
36<body>
37     <form action="{{tpl:EntryURL}}" method="post" role="form">
38          <h2>{{tpl:lang Password needed}}</h2>
39          <p>{{tpl:lang You must give a password to access this area.}}</p>
40          <p>
41               <label>{{tpl:lang Password:}}
42                    <input type="password" name="password" value="" />
43               </label>
44               <input type="submit" value="ok" />
45          </p>
46     </form>
47</body>
48
49</html>
Note: See TracBrowser for help on using the repository browser.

Sites map