htdocs/templates/index.html
changeset 14 5a256b08fdc6
parent 13 2d60fada033e
--- a/htdocs/templates/index.html	Mon Feb 11 09:37:04 2013 +0100
+++ b/htdocs/templates/index.html	Fri Feb 15 16:47:36 2013 +0100
@@ -2,13 +2,12 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
    <head>
-      <link rel="shortcut icon" href="http://192.168.0.138/certsign/favicon.ico" >
-      <link rel="icon" href="httP://192.168.0.138/certsign/animated_favicon.gif" type="image/gif" >
+      <meta name="Author"    content="Eric Schmalfu&szlig;"/>
+      <link rel="shortcut icon" href="http://192.168.0.138/favicon.ico" >
+      <link rel="icon" href="httP://192.168.0.138/animated_favicon.gif" type="image/gif" >
       <title>SSL-Zertifikat erneuern</title>
       </head>
       <body bgcolor="#00FFFF">
-         <div align=right>[% date.format %]</div>
-         <div align=right>[% date.format(now) %]</div>
          [% dump %]
          <h1>Zertifikat abgelaufen?</h1>
          <p>Dann f&uuml;llen Sie doch einfach das Formular aus.</p>
@@ -50,6 +49,7 @@
                </tr>
             </table>
             <p>Sie haben bereits eine Anfrage gesendet?<br />Klicken Sie bitte <a href="/cgi-bin/status">hier</a>.</p>
+         <div align=right>[% date.format %]</div>
       </form>
    </body>
 </html>