htdocs/templates/index.html
changeset 14 5a256b08fdc6
parent 13 2d60fada033e
equal deleted inserted replaced
13:2d60fada033e 14:5a256b08fdc6
     1 [% USE date %]
     1 [% USE date %]
     2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
     2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
     3 <html>
     3 <html>
     4    <head>
     4    <head>
     5       <link rel="shortcut icon" href="http://192.168.0.138/certsign/favicon.ico" >
     5       <meta name="Author"    content="Eric Schmalfu&szlig;"/>
     6       <link rel="icon" href="httP://192.168.0.138/certsign/animated_favicon.gif" type="image/gif" >
     6       <link rel="shortcut icon" href="http://192.168.0.138/favicon.ico" >
       
     7       <link rel="icon" href="httP://192.168.0.138/animated_favicon.gif" type="image/gif" >
     7       <title>SSL-Zertifikat erneuern</title>
     8       <title>SSL-Zertifikat erneuern</title>
     8       </head>
     9       </head>
     9       <body bgcolor="#00FFFF">
    10       <body bgcolor="#00FFFF">
    10          <div align=right>[% date.format %]</div>
       
    11          <div align=right>[% date.format(now) %]</div>
       
    12          [% dump %]
    11          [% dump %]
    13          <h1>Zertifikat abgelaufen?</h1>
    12          <h1>Zertifikat abgelaufen?</h1>
    14          <p>Dann f&uuml;llen Sie doch einfach das Formular aus.</p>
    13          <p>Dann f&uuml;llen Sie doch einfach das Formular aus.</p>
    15          <!--<form method=POST enctype="multipart/form-data">-->
    14          <!--<form method=POST enctype="multipart/form-data">-->
    16             <form method=POST>
    15             <form method=POST>
    48                   <td><p><input type="submit" name="_submit" value="Formulardaten absenden"> 
    47                   <td><p><input type="submit" name="_submit" value="Formulardaten absenden"> 
    49                          [% reset %]</p></p>
    48                          [% reset %]</p></p>
    50                </tr>
    49                </tr>
    51             </table>
    50             </table>
    52             <p>Sie haben bereits eine Anfrage gesendet?<br />Klicken Sie bitte <a href="/cgi-bin/status">hier</a>.</p>
    51             <p>Sie haben bereits eine Anfrage gesendet?<br />Klicken Sie bitte <a href="/cgi-bin/status">hier</a>.</p>
       
    52          <div align=right>[% date.format %]</div>
    53       </form>
    53       </form>
    54    </body>
    54    </body>
    55 </html>                                                  
    55 </html>