]> git.p6c8.net - devedit.git/commitdiff
Added an "equals" link at the top and a horizontal rule at the bottom of the page.
authorpcanterino <>
Sun, 14 Mar 2004 08:01:41 +0000 (08:01 +0000)
committerpcanterino <>
Sun, 14 Mar 2004 08:01:41 +0000 (08:01 +0000)
templates/upload.htm

index 0e9d3632c20a8d93eac14fcca49c1448a694112f..552bb57be413ae940795f0b3b83d99b041ef2884 100644 (file)
@@ -10,6 +10,8 @@
 
 <h1>Upload a file to {DIR}</h1>
 
+<p>(equals <a href="{URL}" target="_blank">{URL}</a>)</p>
+
 <p><a href="{SCRIPT}?command=show&file={DIR}">Back to {DIR}</a></p>
 
 <p>Using this form, you can upload a file to the current directory ('{DIR}').</p>
@@ -39,5 +41,8 @@
 <li><b>ASCII:</b> Any line separator in the uploaded file will be converted to the system specific line separator. Use this mode for text files, HTML documents, scripts and so on.</li>
 <li><b>Binary:</b> The file will be uploaded as it is. Use this transfer mode for images, executable files and archives, for example. This is the default transfer mode.</li>
 </ul>
+
+<hr>
+
 </body>
 </html>
\ No newline at end of file

patrick-canterino.de