From 9e9d77b4072de4f8c73e8bbade07a8f27734e4bd Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 6 Feb 2010 23:14:56 +0100 Subject: Initial commit Signed-off-by: Florian Pritz --- system/application/views/file/footer.php | 3 +++ system/application/views/file/header.php | 19 +++++++++++++++++++ system/application/views/file/non_existant.php | 3 +++ system/application/views/file/show_url.php | 4 ++++ system/application/views/file/too_big.php | 3 +++ system/application/views/file/upload_error.php | 4 ++++ system/application/views/file/upload_form.php | 18 ++++++++++++++++++ 7 files changed, 54 insertions(+) create mode 100644 system/application/views/file/footer.php create mode 100644 system/application/views/file/header.php create mode 100644 system/application/views/file/non_existant.php create mode 100644 system/application/views/file/show_url.php create mode 100644 system/application/views/file/too_big.php create mode 100644 system/application/views/file/upload_error.php create mode 100644 system/application/views/file/upload_form.php (limited to 'system/application/views/file') diff --git a/system/application/views/file/footer.php b/system/application/views/file/footer.php new file mode 100644 index 000000000..eda863585 --- /dev/null +++ b/system/application/views/file/footer.php @@ -0,0 +1,3 @@ + + + diff --git a/system/application/views/file/header.php b/system/application/views/file/header.php new file mode 100644 index 000000000..76d21e076 --- /dev/null +++ b/system/application/views/file/header.php @@ -0,0 +1,19 @@ + + + + + <?php echo isset($title) ? $title : ''; ?> + + + + + +
+ +
+ +
+ +
diff --git a/system/application/views/file/non_existant.php b/system/application/views/file/non_existant.php new file mode 100644 index 000000000..418007782 --- /dev/null +++ b/system/application/views/file/non_existant.php @@ -0,0 +1,3 @@ +
+ I'm sorry, but the requested file doesn't exist. +
diff --git a/system/application/views/file/show_url.php b/system/application/views/file/show_url.php new file mode 100644 index 000000000..62d34c661 --- /dev/null +++ b/system/application/views/file/show_url.php @@ -0,0 +1,4 @@ +
+ You can get your file here:
+
+
diff --git a/system/application/views/file/too_big.php b/system/application/views/file/too_big.php new file mode 100644 index 000000000..e5dd5bd6a --- /dev/null +++ b/system/application/views/file/too_big.php @@ -0,0 +1,3 @@ +
+ Sorry, the file you uploaded is too big. +
diff --git a/system/application/views/file/upload_error.php b/system/application/views/file/upload_error.php new file mode 100644 index 000000000..807ca6071 --- /dev/null +++ b/system/application/views/file/upload_error.php @@ -0,0 +1,4 @@ +
+ An error occured while uploading.
+ Most likely your file is too big. +
diff --git a/system/application/views/file/upload_form.php b/system/application/views/file/upload_form.php new file mode 100644 index 000000000..b39088c4e --- /dev/null +++ b/system/application/views/file/upload_form.php @@ -0,0 +1,18 @@ +
+ + File: + + +
+

+Uploads are deleted after 5 days.
+
+If you want to you can use my script (needs python and curl) to upload files, paste text (with syntax highlighting of course) or delete your uploads:
+http://git.server-speed.net/bin/plain/fb
+
+If you experience any problems feel free to contact me.
+
+
+
+ This service is provided without warranty of any kind and may not be used to distribute copyrighted content. +
-- cgit v1.2.3-24-g4f1b