From b11b171bc8054d0734176527d80415227502a37d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 17 Dec 2011 11:27:34 +0100 Subject: add short features description to upload_form Signed-off-by: Florian Pritz --- application/views/file/upload_form.php | 14 +++++++++++++- data/default.css | 4 ++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php index 1cafda5cd..8687490de 100644 --- a/application/views/file/upload_form.php +++ b/application/views/file/upload_form.php @@ -91,8 +91,20 @@ document.write('\

Uploads/pastes are deleted after days 0): ?> unless they are smaller than . Maximum upload size is

+

Features

For shell uploading/pasting and download information for the client go to ">

-

You can use the to find old uploads using your password.

+

You can use the to find old uploads using the password supplied when creating the upload.

+

How to link your pastes:

+ +

If your upload is not detected as text, only /<ID>/qr will work as above and all others will simply return the file with the detected MIME type.


If you experience any problems feel free to contact me.


diff --git a/data/default.css b/data/default.css index 6111f3a4c..fdc8407b4 100644 --- a/data/default.css +++ b/data/default.css @@ -78,3 +78,7 @@ tr.even { tr.odd { background: #fff; } + +.example { + font-weight: bold; +} -- cgit v1.2.3-24-g4f1b