From 768bf6485cc73ad9b508b227fed8b3fcc3c6b65f Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 5 Aug 2013 19:40:09 +0200 Subject: Add history page with thumbnails of images Signed-off-by: Florian Pritz --- application/views/file/nav_history.php | 18 ++++++++++++++++++ application/views/file/upload_history.php | 1 + application/views/file/upload_history_thumbnails.php | 19 +++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 application/views/file/nav_history.php create mode 100644 application/views/file/upload_history_thumbnails.php (limited to 'application/views') diff --git a/application/views/file/nav_history.php b/application/views/file/nav_history.php new file mode 100644 index 000000000..1a3e55c0b --- /dev/null +++ b/application/views/file/nav_history.php @@ -0,0 +1,18 @@ + diff --git a/application/views/file/upload_history.php b/application/views/file/upload_history.php index 8e030d360..344afc28a 100644 --- a/application/views/file/upload_history.php +++ b/application/views/file/upload_history.php @@ -1,4 +1,5 @@ + diff --git a/application/views/file/upload_history_thumbnails.php b/application/views/file/upload_history_thumbnails.php new file mode 100644 index 000000000..55ee90191 --- /dev/null +++ b/application/views/file/upload_history_thumbnails.php @@ -0,0 +1,19 @@ + + + + +
+
+

Notice!

+

+ Currently only jpeg, png and gif images are displayed here. If you are + looking for something else, please switch to the + ">list view + which contains your complete history. +

+
+
-- cgit v1.2.3-24-g4f1b