htdocs/templates/download.html
changeset 14 5a256b08fdc6
parent 13 2d60fada033e
--- a/htdocs/templates/download.html	Mon Feb 11 09:37:04 2013 +0100
+++ b/htdocs/templates/download.html	Fri Feb 15 16:47:36 2013 +0100
@@ -1,8 +1,10 @@
+[% USE date %]
 <!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>Download</title>
 </head>
    <body bgcolor="#00FFFF">
@@ -11,5 +13,6 @@
    </p>
    <p>
    <a style="text-decoration: none;"  href="/tmp/[%uuid%]" type="application/octet-stream">[%uuid%]</a></p >
+   <div align=right>[% date.format %]</div>
    </body>
 </html>