From 977a71a3c15adbdd99d7fd5dbbbd384891e48335 Mon Sep 17 00:00:00 2001 From: pcanterino <> Date: Sun, 14 Mar 2004 08:01:41 +0000 Subject: [PATCH] Added an "equals" link at the top and a horizontal rule at the bottom of the page. --- templates/upload.htm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/upload.htm b/templates/upload.htm index 0e9d363..552bb57 100644 --- a/templates/upload.htm +++ b/templates/upload.htm @@ -10,6 +10,8 @@

Upload a file to {DIR}

+

(equals {URL})

+

Back to {DIR}

Using this form, you can upload a file to the current directory ('{DIR}').

@@ -39,5 +41,8 @@
  • ASCII: 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.
  • Binary: 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.
  • + +
    + \ No newline at end of file -- 2.34.1