htdocs/templates/download.html
changeset 10 0e2b0e64bc21
child 11 bd470c2d0a0a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/htdocs/templates/download.html	Wed Feb 06 13:22:28 2013 +0100
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd\">
+<html>
+   <head>
+      <title>Download</title>
+</head>
+<body>
+   <p>
+   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..."
+   </p>
+   <p>
+   <a style="text-decoration: none;"  href="/download/[%uuid%]" type="application/octet-stream">[%uuid%]</a></p >
+   </body>
+</html>