htdocs/templates/download.html
changeset 14 5a256b08fdc6
parent 13 2d60fada033e
equal deleted inserted replaced
13:2d60fada033e 14:5a256b08fdc6
       
     1 [% USE date %]
     1 <!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\">
     2 <html>
     3 <html>
     3    <head>
     4    <head>
     4       <link rel="shortcut icon" href="http://192.168.0.138/certsign/favicon.ico" >
     5       <meta name="Author"    content="Eric Schmalfu&szlig;"/>
     5       <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" >
     6       <title>Download</title>
     8       <title>Download</title>
     7 </head>
     9 </head>
     8    <body bgcolor="#00FFFF">
    10    <body bgcolor="#00FFFF">
     9    <p>
    11    <p>
    10    Klicken Sie bitte auf den Link um ihre Datei zu Downloaden oder anzuzeigen.<br>Zum Speichern des Inhaltes klicken Sie den Link mit der rechten Maustaste an und w&auml;hlen "Ziel speichern unter..."
    12    Klicken Sie bitte auf den Link um ihre Datei zu Downloaden oder anzuzeigen.<br>Zum Speichern des Inhaltes klicken Sie den Link mit der rechten Maustaste an und w&auml;hlen "Ziel speichern unter..."
    11    </p>
    13    </p>
    12    <p>
    14    <p>
    13    <a style="text-decoration: none;"  href="/tmp/[%uuid%]" type="application/octet-stream">[%uuid%]</a></p >
    15    <a style="text-decoration: none;"  href="/tmp/[%uuid%]" type="application/octet-stream">[%uuid%]</a></p >
       
    16    <div align=right>[% date.format %]</div>
    14    </body>
    17    </body>
    15 </html>
    18 </html>