Dotclear


Ignore:
Timestamp:
12/16/16 07:29:22 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/public/default-templates/dotty/password-form.html

    r3246 r3455  
    11<!DOCTYPE html> 
    22<html lang="{{tpl:BlogLanguage}}"> 
     3 
    34<head> 
    4   <meta charset="UTF-8" /> 
    5   <meta name="ROBOTS" content="NOARCHIVE,NOINDEX,NOFOLLOW" /> 
    6   <title>{{tpl:lang Password needed}} - {{tpl:BlogName encode_html="1"}}</title> 
     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     } 
    712 
    8   <style type="text/css"> 
    9   body { 
    10   font: 0.8em Verdana,Arial,Geneva,sans-serif; 
    11   } 
     13     form { 
     14          display: block; 
     15          width: 500px; 
     16          margin: 0 auto; 
     17          padding: 1em; 
     18          background: #eee; 
     19     } 
    1220 
    13   form { 
    14   display : block; 
    15   width : 500px; 
    16   margin : 0 auto; 
    17   padding : 1em; 
    18   background : #eee; 
    19   } 
     21     h2 { 
     22          font: 140% Arial, Helvetica, sans-serif; 
     23          margin: 0; 
     24     } 
    2025 
    21   h2 { font : 140% Arial,Helvetica,sans-serif; margin : 0; } 
     26     label { 
     27          font-weight: bold; 
     28     } 
    2229 
    23   label { font-weight : bold; } 
    24  
    25   input { border-width : 1px; } 
    26   </style> 
     30     input { 
     31          border-width: 1px; 
     32     } 
     33     </style> 
    2734</head> 
    2835 
    2936<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> 
    3048 
    31 <form action="{{tpl:EntryURL}}" method="post" role="form"> 
    32 <h2>{{tpl:lang Password needed}}</h2> 
    33  
    34 <p>{{tpl:lang You must give a password to access this area.}}</p> 
    35 <p><label>{{tpl:lang Password:}} <input type="password" name="password" value="" /></label> <input type="submit" value="ok" /></p> 
    36  
    37 </form> 
    38  
    39 </body> 
    4049</html> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map