From 0431522d36b2edd16c172aa78aaca030e8890931 Mon Sep 17 00:00:00 2001 From: labby Date: Thu, 26 Nov 2015 12:30:03 +0100 Subject: [PATCH] add responsive lightbox, thanks to ISB http://www.duncanmcdougall.co.uk/projects/responsive-lightbox.html modify headers --- add.php | 2 +- backend.css | 2 +- backend.functions.php | 2 +- backend.js | 2 +- backend_body.js | 2 +- delete.php | 2 +- delete_cat.php | 2 +- delete_img.php | 2 +- frontend.css | 2 +- frontend.js | 2 +- functions.php | 2 +- help.php | 2 +- images/index.php | 2 +- index.php | 2 +- info.php | 2 +- install.php | 2 +- languages/DE.php | 2 +- languages/EN.php | 2 +- languages/NL.php | 2 +- languages/SE.php | 2 +- languages/index.php | 2 +- modify.php | 2 +- modify_cat.php | 2 +- modify_cat_sort.php | 2 +- modify_settings.php | 2 +- modify_thumb.php | 2 +- move_down.php | 2 +- move_up.php | 2 +- precheck.php | 2 +- quick_img_sort.php | 2 +- register_class_secure.php | 2 +- reorderCNC.php | 2 +- reorderDND.php | 2 +- save_cat.php | 2 +- save_files.php | 2 +- save_settings.php | 2 +- scripts/colorbox/images/ie6/index.php | 2 +- scripts/colorbox/images/index.php | 2 +- scripts/colorbox/index.php | 2 +- scripts/fancybox/index.php | 2 +- scripts/galleryview/index.php | 2 +- scripts/galleryview/themes/custom/index.php | 2 +- scripts/galleryview/themes/dark/index.php | 2 +- scripts/galleryview/themes/index.php | 2 +- scripts/galleryview/themes/light/index.php | 2 +- scripts/highslide/graphics/index.php | 2 +- scripts/highslide/graphics/outlines/index.php | 2 +- scripts/highslide/index.php | 2 +- scripts/index.php | 2 +- scripts/jcrob/css/index.php | 2 +- scripts/jcrob/index.php | 2 +- scripts/jcrob/js/index.php | 2 +- scripts/jquery/index.php | 2 +- scripts/lightbox/css/index.php | 2 +- scripts/lightbox/images/index.php | 2 +- scripts/lightbox/index.php | 2 +- scripts/lightbox/js/index.php | 2 +- scripts/pirobox/css_pirobox/demo1/index.php | 2 +- scripts/pirobox/css_pirobox/demo2/index.php | 2 +- scripts/pirobox/css_pirobox/demo3/index.php | 2 +- scripts/pirobox/css_pirobox/demo4/index.php | 2 +- scripts/pirobox/css_pirobox/demo5/index.php | 2 +- scripts/pirobox/css_pirobox/index.php | 2 +- scripts/pirobox/index.php | 2 +- scripts/pirobox/js/index.php | 2 +- scripts/prettyPhoto/css/index.php | 2 +- scripts/prettyPhoto/images/index.php | 2 +- .../prettyPhoto/images/prettyPhoto/index.php | 2 +- scripts/prettyPhoto/index.php | 2 +- scripts/prettyPhoto/js/index.php | 2 +- scripts/responsive/close.png | Bin 0 -> 835 bytes scripts/responsive/index.php | 32 +++ scripts/responsive/jquery.lightbox.css | 103 +++++++++ scripts/responsive/jquery.lightbox.js | 217 ++++++++++++++++++ scripts/responsive/jquery.lightbox.min.css | 1 + scripts/responsive/jquery.lightbox.min.js | 13 ++ scripts/responsive/loading.gif | Bin 0 -> 2791 bytes scripts/responsive/next.png | Bin 0 -> 724 bytes scripts/responsive/previous.png | Bin 0 -> 726 bytes scripts/responsive/readme.markdown | 133 +++++++++++ scripts/slimbox2/index.php | 2 +- sync.php | 2 +- templates/index.php | 2 +- templates/view_responsive.htt | 59 +++++ uninstall.php | 2 +- upgrade.php | 2 +- view.php | 2 +- 87 files changed, 634 insertions(+), 76 deletions(-) create mode 100644 scripts/responsive/close.png create mode 100644 scripts/responsive/index.php create mode 100644 scripts/responsive/jquery.lightbox.css create mode 100644 scripts/responsive/jquery.lightbox.js create mode 100644 scripts/responsive/jquery.lightbox.min.css create mode 100644 scripts/responsive/jquery.lightbox.min.js create mode 100644 scripts/responsive/loading.gif create mode 100644 scripts/responsive/next.png create mode 100644 scripts/responsive/previous.png create mode 100644 scripts/responsive/readme.markdown create mode 100644 templates/view_responsive.htt diff --git a/add.php b/add.php index 284699b..7eb583d 100644 --- a/add.php +++ b/add.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/backend.css b/backend.css index a7495e0..b97f9bc 100644 --- a/backend.css +++ b/backend.css @@ -2,7 +2,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/backend.functions.php b/backend.functions.php index 88cc2c0..91342dc 100644 --- a/backend.functions.php +++ b/backend.functions.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/backend.js b/backend.js index 5606137..e51d493 100644 --- a/backend.js +++ b/backend.js @@ -2,7 +2,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/backend_body.js b/backend_body.js index 8ee792b..f779d05 100644 --- a/backend_body.js +++ b/backend_body.js @@ -2,7 +2,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/delete.php b/delete.php index 01a328e..3d20cf6 100644 --- a/delete.php +++ b/delete.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/delete_cat.php b/delete_cat.php index 6911ef2..55c2e2a 100644 --- a/delete_cat.php +++ b/delete_cat.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/delete_img.php b/delete_img.php index 2ae0ac4..0197585 100644 --- a/delete_img.php +++ b/delete_img.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/frontend.css b/frontend.css index e9712d5..52f8b63 100644 --- a/frontend.css +++ b/frontend.css @@ -2,7 +2,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/frontend.js b/frontend.js index 4e03044..09e45fd 100644 --- a/frontend.js +++ b/frontend.js @@ -2,7 +2,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/functions.php b/functions.php index 9d409c2..782f667 100644 --- a/functions.php +++ b/functions.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/help.php b/help.php index 9d4bfcd..3cee217 100644 --- a/help.php +++ b/help.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi; Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi; Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/images/index.php b/images/index.php index e760eb0..65606f3 100644 --- a/images/index.php +++ b/images/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/index.php b/index.php index e760eb0..65606f3 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/info.php b/info.php index ff29349..40566c1 100644 --- a/info.php +++ b/info.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi; Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi; Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/install.php b/install.php index ab669a6..0bdaef4 100644 --- a/install.php +++ b/install.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/languages/DE.php b/languages/DE.php index 783b97f..8ae855e 100644 --- a/languages/DE.php +++ b/languages/DE.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/languages/EN.php b/languages/EN.php index 2dd80e2..4f27ca2 100644 --- a/languages/EN.php +++ b/languages/EN.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/languages/NL.php b/languages/NL.php index 6c7fc69..cbb8049 100644 --- a/languages/NL.php +++ b/languages/NL.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/languages/SE.php b/languages/SE.php index 2320298..edb3c08 100644 --- a/languages/SE.php +++ b/languages/SE.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/languages/index.php b/languages/index.php index e760eb0..65606f3 100644 --- a/languages/index.php +++ b/languages/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/modify.php b/modify.php index 7e88d29..1cd8b8d 100644 --- a/modify.php +++ b/modify.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/modify_cat.php b/modify_cat.php index 4345b72..ab4e8af 100644 --- a/modify_cat.php +++ b/modify_cat.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/modify_cat_sort.php b/modify_cat_sort.php index 02e809f..d07b2af 100644 --- a/modify_cat_sort.php +++ b/modify_cat_sort.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/modify_settings.php b/modify_settings.php index a884ca4..f017693 100644 --- a/modify_settings.php +++ b/modify_settings.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/modify_thumb.php b/modify_thumb.php index 3c54ce8..b3a2670 100644 --- a/modify_thumb.php +++ b/modify_thumb.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/move_down.php b/move_down.php index 0ac6960..2055f9a 100644 --- a/move_down.php +++ b/move_down.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/move_up.php b/move_up.php index cc7a847..7903c81 100644 --- a/move_up.php +++ b/move_up.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/precheck.php b/precheck.php index 313f2d1..209fb37 100644 --- a/precheck.php +++ b/precheck.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi; Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi; Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/quick_img_sort.php b/quick_img_sort.php index 40730f5..e4418a2 100644 --- a/quick_img_sort.php +++ b/quick_img_sort.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/register_class_secure.php b/register_class_secure.php index b61e341..0e88041 100644 --- a/register_class_secure.php +++ b/register_class_secure.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/reorderCNC.php b/reorderCNC.php index f5cf30e..ccc5e51 100644 --- a/reorderCNC.php +++ b/reorderCNC.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/reorderDND.php b/reorderDND.php index 32dc8aa..60e0a21 100644 --- a/reorderDND.php +++ b/reorderDND.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/save_cat.php b/save_cat.php index 77b4717..414afba 100644 --- a/save_cat.php +++ b/save_cat.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/save_files.php b/save_files.php index a9d5ed8..794ce05 100644 --- a/save_files.php +++ b/save_files.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/save_settings.php b/save_settings.php index 4c32154..19f881b 100644 --- a/save_settings.php +++ b/save_settings.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/colorbox/images/ie6/index.php b/scripts/colorbox/images/ie6/index.php index e760eb0..65606f3 100644 --- a/scripts/colorbox/images/ie6/index.php +++ b/scripts/colorbox/images/ie6/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/colorbox/images/index.php b/scripts/colorbox/images/index.php index e760eb0..65606f3 100644 --- a/scripts/colorbox/images/index.php +++ b/scripts/colorbox/images/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/colorbox/index.php b/scripts/colorbox/index.php index e760eb0..65606f3 100644 --- a/scripts/colorbox/index.php +++ b/scripts/colorbox/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/fancybox/index.php b/scripts/fancybox/index.php index e760eb0..65606f3 100644 --- a/scripts/fancybox/index.php +++ b/scripts/fancybox/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/galleryview/index.php b/scripts/galleryview/index.php index e760eb0..65606f3 100644 --- a/scripts/galleryview/index.php +++ b/scripts/galleryview/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/galleryview/themes/custom/index.php b/scripts/galleryview/themes/custom/index.php index e760eb0..65606f3 100644 --- a/scripts/galleryview/themes/custom/index.php +++ b/scripts/galleryview/themes/custom/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/galleryview/themes/dark/index.php b/scripts/galleryview/themes/dark/index.php index e760eb0..65606f3 100644 --- a/scripts/galleryview/themes/dark/index.php +++ b/scripts/galleryview/themes/dark/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/galleryview/themes/index.php b/scripts/galleryview/themes/index.php index e760eb0..65606f3 100644 --- a/scripts/galleryview/themes/index.php +++ b/scripts/galleryview/themes/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/galleryview/themes/light/index.php b/scripts/galleryview/themes/light/index.php index e760eb0..65606f3 100644 --- a/scripts/galleryview/themes/light/index.php +++ b/scripts/galleryview/themes/light/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/highslide/graphics/index.php b/scripts/highslide/graphics/index.php index e760eb0..65606f3 100644 --- a/scripts/highslide/graphics/index.php +++ b/scripts/highslide/graphics/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/highslide/graphics/outlines/index.php b/scripts/highslide/graphics/outlines/index.php index e760eb0..65606f3 100644 --- a/scripts/highslide/graphics/outlines/index.php +++ b/scripts/highslide/graphics/outlines/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/highslide/index.php b/scripts/highslide/index.php index e760eb0..65606f3 100644 --- a/scripts/highslide/index.php +++ b/scripts/highslide/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/index.php b/scripts/index.php index e760eb0..65606f3 100644 --- a/scripts/index.php +++ b/scripts/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/jcrob/css/index.php b/scripts/jcrob/css/index.php index e760eb0..65606f3 100644 --- a/scripts/jcrob/css/index.php +++ b/scripts/jcrob/css/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/jcrob/index.php b/scripts/jcrob/index.php index e760eb0..65606f3 100644 --- a/scripts/jcrob/index.php +++ b/scripts/jcrob/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/jcrob/js/index.php b/scripts/jcrob/js/index.php index e760eb0..65606f3 100644 --- a/scripts/jcrob/js/index.php +++ b/scripts/jcrob/js/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/jquery/index.php b/scripts/jquery/index.php index e760eb0..65606f3 100644 --- a/scripts/jquery/index.php +++ b/scripts/jquery/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/lightbox/css/index.php b/scripts/lightbox/css/index.php index e760eb0..65606f3 100644 --- a/scripts/lightbox/css/index.php +++ b/scripts/lightbox/css/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/lightbox/images/index.php b/scripts/lightbox/images/index.php index e760eb0..65606f3 100644 --- a/scripts/lightbox/images/index.php +++ b/scripts/lightbox/images/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/lightbox/index.php b/scripts/lightbox/index.php index e760eb0..65606f3 100644 --- a/scripts/lightbox/index.php +++ b/scripts/lightbox/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/lightbox/js/index.php b/scripts/lightbox/js/index.php index e760eb0..65606f3 100644 --- a/scripts/lightbox/js/index.php +++ b/scripts/lightbox/js/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/pirobox/css_pirobox/demo1/index.php b/scripts/pirobox/css_pirobox/demo1/index.php index e760eb0..65606f3 100644 --- a/scripts/pirobox/css_pirobox/demo1/index.php +++ b/scripts/pirobox/css_pirobox/demo1/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/pirobox/css_pirobox/demo2/index.php b/scripts/pirobox/css_pirobox/demo2/index.php index e760eb0..65606f3 100644 --- a/scripts/pirobox/css_pirobox/demo2/index.php +++ b/scripts/pirobox/css_pirobox/demo2/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/pirobox/css_pirobox/demo3/index.php b/scripts/pirobox/css_pirobox/demo3/index.php index e760eb0..65606f3 100644 --- a/scripts/pirobox/css_pirobox/demo3/index.php +++ b/scripts/pirobox/css_pirobox/demo3/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/pirobox/css_pirobox/demo4/index.php b/scripts/pirobox/css_pirobox/demo4/index.php index e760eb0..65606f3 100644 --- a/scripts/pirobox/css_pirobox/demo4/index.php +++ b/scripts/pirobox/css_pirobox/demo4/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/pirobox/css_pirobox/demo5/index.php b/scripts/pirobox/css_pirobox/demo5/index.php index e760eb0..65606f3 100644 --- a/scripts/pirobox/css_pirobox/demo5/index.php +++ b/scripts/pirobox/css_pirobox/demo5/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/pirobox/css_pirobox/index.php b/scripts/pirobox/css_pirobox/index.php index e760eb0..65606f3 100644 --- a/scripts/pirobox/css_pirobox/index.php +++ b/scripts/pirobox/css_pirobox/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/pirobox/index.php b/scripts/pirobox/index.php index e760eb0..65606f3 100644 --- a/scripts/pirobox/index.php +++ b/scripts/pirobox/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/pirobox/js/index.php b/scripts/pirobox/js/index.php index e760eb0..65606f3 100644 --- a/scripts/pirobox/js/index.php +++ b/scripts/pirobox/js/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/prettyPhoto/css/index.php b/scripts/prettyPhoto/css/index.php index e760eb0..65606f3 100644 --- a/scripts/prettyPhoto/css/index.php +++ b/scripts/prettyPhoto/css/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/prettyPhoto/images/index.php b/scripts/prettyPhoto/images/index.php index e760eb0..65606f3 100644 --- a/scripts/prettyPhoto/images/index.php +++ b/scripts/prettyPhoto/images/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/prettyPhoto/images/prettyPhoto/index.php b/scripts/prettyPhoto/images/prettyPhoto/index.php index e760eb0..65606f3 100644 --- a/scripts/prettyPhoto/images/prettyPhoto/index.php +++ b/scripts/prettyPhoto/images/prettyPhoto/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/prettyPhoto/index.php b/scripts/prettyPhoto/index.php index e760eb0..65606f3 100644 --- a/scripts/prettyPhoto/index.php +++ b/scripts/prettyPhoto/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/prettyPhoto/js/index.php b/scripts/prettyPhoto/js/index.php index e760eb0..65606f3 100644 --- a/scripts/prettyPhoto/js/index.php +++ b/scripts/prettyPhoto/js/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/scripts/responsive/close.png b/scripts/responsive/close.png new file mode 100644 index 0000000000000000000000000000000000000000..133dbf8ebb3ce8a60d8a96a739ee1b0bf7bcde1d GIT binary patch literal 835 zcmV-J1HAl+P)2e*0?qU)SMSU__wnvMb6yYTkpf-=?|?Ue z1w3`vO28@b4fqQD0DkjG@dVfd8h{w21Jr;l5Pm56M|VT{&$NLI&=ZvS8F2Lg;`TfR zqNe1pfa)WXH?s(&O-|ko@@Ce7L0th?T_kVjcU{9NKboDLmF?|qW0J|qNm*WA)?s#3 zqo(Zk(a}+H97jaNZ&LweYHCWFv9hw_g=+vqtp)6EG%eGE+SH` zRwWXN=&o!Y;Dhc?6N!XeUS28*Ha0e7e0;p)nnXnE^|}lX5Bv2@7T}9XXP=#&iD{I} zWl5*gCKIy{@XMrtNF*XRH#ffIwOUR3`}<8t_9sDFw>6QmG`iZF`Xmu&Z)JJ+6E0_#hsS z%gD%x@qEW(F&P*b@LE6AdBUixPTlf@e}R{N&N%J5*KUwMH+>rny6*L{$PZ0Uu8N%i zZ$htb-+k!&aL6@~LCG_!QB!q(keCPFyBo)Wq`OBEr~r9a)IOVT_z##29%s ] Can't include class.secure.php!", $_SERVER['SCRIPT_NAME']), E_USER_ERROR); + } +} +// end include class.secure.php + +?> \ No newline at end of file diff --git a/scripts/responsive/jquery.lightbox.css b/scripts/responsive/jquery.lightbox.css new file mode 100644 index 0000000..a971b78 --- /dev/null +++ b/scripts/responsive/jquery.lightbox.css @@ -0,0 +1,103 @@ +.lightbox { + cursor: pointer; + position: fixed; + width: 100%; + height: 100%; + top: 0; + left: 0; + background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */ + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=); + background: rgba(0, 0, 0, 0.7); + -webkit-filter: none !important; + z-index: 9997; +} + +.lightbox img { + display: block; + position: absolute; + border: 5px solid #fff; + box-shadow: 0 0 20px #000; + border-radius: 1px; +} + +body.blurred > * { + -webkit-filter: blur(2px); + -webkit-transform: translate3d(0, 0, 0); +} + +.lightbox__loading { + background: url(loading.gif) center center no-repeat; + width: 32px; + height: 32px; + margin: -16px 0 0 -16px; + position: absolute; + top: 50%; + left: 50%; +} + +.lightbox__caption { + display: none; + position: absolute; + left: 0; + bottom: 0; + width: 100%; + text-align: center; + z-index: 9998; + background: #000; + background: rgba(0,0,0,0.7); +} + +.lightbox__caption p { + margin: 0 auto; + max-width: 70%; + display: inline-block; + *display: inline; + *zoom: 1; + padding: 10px; + color: #fff; + font-size: 12px; + line-height: 18px; +} + +.lightbox__button { + position: absolute; + z-index: 9999; + background: no-repeat center center; + width: 32px; + height: 32px; + opacity:0.4; + -webkit-transition: all 0.3s; + -moz-transition: all 0.3s; + -ms-transition: all 0.3s; + transition: all 0.3s; +} + +.lightbox__button:hover, +.lightbox__button:focus { + opacity: 1; + -webkit-transform: scale(1.4); + -moz-transform: scale(1.4); + -ms-transform: scale(1.4); + transform: scale(1.4); +} + +.lightbox__close { + right: 10px; + top: 10px; + background-image: url('close.png'); +} + +.lightbox__nav { + top: 50%; + margin-top: -16px; +} + +.lightbox__nav--next { + right: 10px; + background-image: url('next.png'); +} + +.lightbox__nav--prev { + left: 10px; + background-image: url('previous.png'); +} diff --git a/scripts/responsive/jquery.lightbox.js b/scripts/responsive/jquery.lightbox.js new file mode 100644 index 0000000..adcc21e --- /dev/null +++ b/scripts/responsive/jquery.lightbox.js @@ -0,0 +1,217 @@ +/*! + * jquery.lightbox.js v1.3 + * https://github.com/duncanmcdougall/Responsive-Lightbox + * Copyright 2015 Duncan McDougall and other contributors; @license Creative Commons Attribution 2.5 + * + * Options: + * margin - int - default 50. Minimum margin around the image + * nav - bool - default true. enable navigation + * blur - bool - default true. Blur other content when open using css filter + * minSize - int - default 0. Min window width or height to open lightbox. Below threshold will open image in a new tab. + * + */ +(function ($) { + + 'use strict'; + + $.fn.lightbox = function (options) { + + var opts = { + margin: 50, + nav: true, + blur: true, + minSize: 0 + }; + + var plugin = { + + items: [], + lightbox: null, + image: null, + current: null, + locked: false, + caption: null, + + init: function (items) { + plugin.items = items; + plugin.selector = "lightbox-"+Math.random().toString().replace('.',''); + var id = 'lightbox-' + Math.floor((Math.random() * 100000) + 1); + if (!plugin.lightbox) { + $('body').append( + '' + ); + + plugin.lightbox = $("#"+id); + plugin.caption = $('.lightbox__caption', plugin.lightbox); + } + + if (plugin.items.length > 1 && opts.nav) { + $('.lightbox__nav', plugin.lightbox).show(); + } else { + $('.lightbox__nav', plugin.lightbox).hide(); + } + + plugin.bindEvents(); + + }, + + loadImage: function () { + if(opts.blur) { + $("body").addClass("blurred"); + } + $("img", plugin.lightbox).remove(); + plugin.lightbox.fadeIn('fast').append(''); + + var img = $(''); + + $(img).load(function () { + $('.lightbox__loading').remove(); + plugin.lightbox.append(img); + plugin.image = $("img", plugin.lightbox).hide(); + plugin.resizeImage(); + plugin.setCaption(); + }); + }, + + setCaption: function () { + var caption = $(plugin.current).data('caption'); + if(!!caption && caption.length > 0) { + plugin.caption.fadeIn(); + $('p', plugin.caption).text(caption); + }else{ + plugin.caption.hide(); + } + }, + + resizeImage: function () { + var ratio, wHeight, wWidth, iHeight, iWidth; + wHeight = $(window).height() - opts.margin; + wWidth = $(window).outerWidth(true) - opts.margin; + plugin.image.width('').height(''); + iHeight = plugin.image.height(); + iWidth = plugin.image.width(); + if (iWidth > wWidth) { + ratio = wWidth / iWidth; + iWidth = wWidth; + iHeight = Math.round(iHeight * ratio); + } + if (iHeight > wHeight) { + ratio = wHeight / iHeight; + iHeight = wHeight; + iWidth = Math.round(iWidth * ratio); + } + + plugin.image.width(iWidth).height(iHeight).css({ + 'top': ($(window).height() - plugin.image.outerHeight()) / 2 + 'px', + 'left': ($(window).width() - plugin.image.outerWidth()) / 2 + 'px' + }).show(); + plugin.locked = false; + }, + + getCurrentIndex: function () { + return $.inArray(plugin.current, plugin.items); + }, + + next: function () { + if (plugin.locked) { + return false; + } + plugin.locked = true; + if (plugin.getCurrentIndex() >= plugin.items.length - 1) { + $(plugin.items[0]).click(); + } else { + $(plugin.items[plugin.getCurrentIndex() + 1]).click(); + } + }, + + previous: function () { + if (plugin.locked) { + return false; + } + plugin.locked = true; + if (plugin.getCurrentIndex() <= 0) { + $(plugin.items[plugin.items.length - 1]).click(); + } else { + $(plugin.items[plugin.getCurrentIndex() - 1]).click(); + } + }, + + bindEvents: function () { + $(plugin.items).click(function (e) { + if(!plugin.lightbox.is(":visible") && ($(window).width() < opts.minSize || $(window).height() < opts.minSize)) { + $(this).attr("target", "_blank"); + return; + } + var self = $(this)[0]; + e.preventDefault(); + plugin.current = self; + plugin.loadImage(); + + // Bind Keyboard Shortcuts + $(document).on('keydown', function (e) { + // Close lightbox with ESC + if (e.keyCode === 27) { + plugin.close(); + } + // Go to next image pressing the right key + if (e.keyCode === 39) { + plugin.next(); + } + // Go to previous image pressing the left key + if (e.keyCode === 37) { + plugin.previous(); + } + }); + }); + + // Add click state on overlay background only + plugin.lightbox.on('click', function (e) { + if (this === e.target) { + plugin.close(); + } + }); + + // Previous click + $(plugin.lightbox).on('click', '.lightbox__nav--prev', function () { + plugin.previous(); + return false; + }); + + // Next click + $(plugin.lightbox).on('click', '.lightbox__nav--next', function () { + plugin.next(); + return false; + }); + + // Close click + $(plugin.lightbox).on('click', '.lightbox__close', function () { + plugin.close(); + return false; + }); + + $(window).resize(function () { + if (!plugin.image) { + return; + } + plugin.resizeImage(); + }); + }, + + close: function () { + $(document).off('keydown'); // Unbind all key events each time the lightbox is closed + $(plugin.lightbox).fadeOut('fast'); + $('body').removeClass('blurred'); + } + }; + + $.extend(opts, options); + + plugin.init(this); + }; + +})(jQuery); \ No newline at end of file diff --git a/scripts/responsive/jquery.lightbox.min.css b/scripts/responsive/jquery.lightbox.min.css new file mode 100644 index 0000000..003dee4 --- /dev/null +++ b/scripts/responsive/jquery.lightbox.min.css @@ -0,0 +1 @@ +.lightbox{cursor:pointer;position:fixed;width:100%;height:100%;top:0;left:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);background:rgba(0,0,0,.7);-webkit-filter:none!important;z-index:9997}.lightbox img{display:block;position:absolute;border:5px solid #fff;box-shadow:0 0 20px #000;border-radius:1px}body.blurred>*{-webkit-filter:blur(2px);-webkit-transform:translate3d(0,0,0)}.lightbox__loading{background:url(loading.gif) center center no-repeat;width:32px;height:32px;margin:-16px 0 0 -16px;position:absolute;top:50%;left:50%}.lightbox__caption{display:none;position:absolute;left:0;bottom:0;width:100%;text-align:center;z-index:9998;background:#000;background:rgba(0,0,0,.7)}.lightbox__caption p{margin:0 auto;max-width:70%;display:inline-block;padding:10px;color:#fff;font-size:12px;line-height:18px}.lightbox__button{position:absolute;z-index:9999;background:center center no-repeat;width:32px;height:32px;opacity:.4;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;transition:all .3s}.lightbox__button:focus,.lightbox__button:hover{opacity:1;-webkit-transform:scale(1.4);-moz-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4)}.lightbox__close{right:10px;top:10px;background-image:url(close.png)}.lightbox__nav{top:50%;margin-top:-16px}.lightbox__nav--next{right:10px;background-image:url(next.png)}.lightbox__nav--prev{left:10px;background-image:url(previous.png)} \ No newline at end of file diff --git a/scripts/responsive/jquery.lightbox.min.js b/scripts/responsive/jquery.lightbox.min.js new file mode 100644 index 0000000..72c58f8 --- /dev/null +++ b/scripts/responsive/jquery.lightbox.min.js @@ -0,0 +1,13 @@ +/*! + * jquery.lightbox.js v1.3 + * https://github.com/duncanmcdougall/Responsive-Lightbox + * Copyright 2015 Duncan McDougall and other contributors; @license Creative Commons Attribution 2.5 + * + * Options: + * margin - int - default 50. Minimum margin around the image + * nav - bool - default true. enable navigation + * blur - bool - default true. Blur other content when open using css filter + * minSize - int - default 0. Min window width or height to open lightbox. Below threshold will open image in a new tab. + * + */ +!function(a){"use strict";a.fn.lightbox=function(b){var c={margin:50,nav:!0,blur:!0,minSize:0},d={items:[],lightbox:null,image:null,current:null,locked:!1,caption:null,init:function(b){d.items=b,d.selector="lightbox-"+Math.random().toString().replace(".","");var e="lightbox-"+Math.floor(1e5*Math.random()+1);d.lightbox||(a("body").append(''),d.lightbox=a("#"+e),d.caption=a(".lightbox__caption",d.lightbox)),d.items.length>1&&c.nav?a(".lightbox__nav",d.lightbox).show():a(".lightbox__nav",d.lightbox).hide(),d.bindEvents()},loadImage:function(){c.blur&&a("body").addClass("blurred"),a("img",d.lightbox).remove(),d.lightbox.fadeIn("fast").append('');var b=a('');a(b).load(function(){a(".lightbox__loading").remove(),d.lightbox.append(b),d.image=a("img",d.lightbox).hide(),d.resizeImage(),d.setCaption()})},setCaption:function(){var b=a(d.current).data("caption");b&&b.length>0?(d.caption.fadeIn(),a("p",d.caption).text(b)):d.caption.hide()},resizeImage:function(){var b,e,f,g,h;e=a(window).height()-c.margin,f=a(window).outerWidth(!0)-c.margin,d.image.width("").height(""),g=d.image.height(),h=d.image.width(),h>f&&(b=f/h,h=f,g=Math.round(g*b)),g>e&&(b=e/g,g=e,h=Math.round(h*b)),d.image.width(h).height(g).css({top:(a(window).height()-d.image.outerHeight())/2+"px",left:(a(window).width()-d.image.outerWidth())/2+"px"}).show(),d.locked=!1},getCurrentIndex:function(){return a.inArray(d.current,d.items)},next:function(){return d.locked?!1:(d.locked=!0,void(d.getCurrentIndex()>=d.items.length-1?a(d.items[0]).click():a(d.items[d.getCurrentIndex()+1]).click()))},previous:function(){return d.locked?!1:(d.locked=!0,void(d.getCurrentIndex()<=0?a(d.items[d.items.length-1]).click():a(d.items[d.getCurrentIndex()-1]).click()))},bindEvents:function(){a(d.items).click(function(b){if(!d.lightbox.is(":visible")&&(a(window).width())dBP#`BM}I7g2&JBV}PI`6GPY{IgTn;z(C7y zgb?|e5lCo2- z`98s+;&%=yI1mR?LlD87AUP(<$;!bTunKL(-hF#jX(|T7P;1oQzx3AE>M2%~xcE2% zk)SSAdmQx8SL-n@rpi!NlvM*-Us;-EuwD?k{|{uzlEDe`zKa#s-PMdf$@-YccVO5v zf?zYDKieEu+COYyGaq!UOv*ykC8eQXImcQNj~fY>Z@zmAiB3l!lVijMx$f~^ifnZR z!HbTP4>2>!FpX11rrtk_NeC>eKWHR0)UksV^K|#U^HY8K{Pe!|=@^Nv)#tg(lH>lG#SY9<{1=ag%5QkK z%h79mW3)rimt{wvORzg;Uo*_jm%eC+_!wdHqS;#)tv1O!J2`L2C!bCR>;T^+56r>s z0Qle*z?wsSYG&T#ykWJ=>+1+rIbm{>UZg;qNP{R+kG? zIB%2pUuu1FXQ@N1jJTKmcAWl-j&SxZLNAt1aev2(f<(>c3F(mU>M;L-f|f}|x##nR z7MYd-r!NZ7LJC2qEy<+$<{8|~%0gLZF7d20;ilI3Ofue>jW}dOJjU%o7n4e2bX3=C4Bf1N`xSm?z-6^-H_I1F}SD1(^!cN zQq56E>!LRLpk=p6UdbGU5Z+iFjWo#M7uW5fQWhc;%b9FCC{ zVGo2(`-OfpR1Wrog#4@OsrXvUsFZekf+^Z1Ee+KU(KkI%)==&r6WK~U(aj(d{vXX$}4@~)cg(OSwkqLpn%>w-sHgX>0a z*S$vH(zU^LNivjx>k_u>GJ!71q|594@S^}PU5~*AuV zqH1n&UDOb_RWUE7u*}Ow>qRz8JR%)bL5xkG4#$X8i`7-++XO=xYHt1fIfIrR@>dD@ z;U6J$pMaz7%d%#u&?5hc|4$oe_v#z~GVqXZ$)>45t|nZ-3VZ?m<`#?aEe5jS1^{$C z?<3y87mUb`^}>&T>!4LigTNd_$Bd_F0)L&`W!NT52Xj!sv43R_?Bfi$taQ8V*z2-n zncbVRD3B%pe_3>07TuB^O~z^2FgqJx05%DN=+?2H#EEU;#^Jwg&h5 zeU?C^Q`a1g35u!8RJU=aqG0}qi0V8stNDg_7vQ(y;J z0Wm%tuFm*sWT?Pi09IfM+;=p^=U@e2S!pN;_83@M4ZgCku!3OMS+@nd6YJnMRs;{0 zEMvdP%GzRusa74B422-uZU-5u*Q{T`Ld<$?`hRCm?Y-W1iF*Sgb?CUnUWnExWhGhn zqK#e|7#+5nsd>-M_PRozfFs`;G4kDI-^BYNYdq%Po0AP;1A)~KIbA%0Ziw*@0#Z=O zD`xZTcj;B~+7hJgumr$!V+`=)Yg@8Ey9e;fdas+XDH$QJ^-A4g38D!H3fFsWn`?*m z%{z5f!_dTV!b158WwQnQeE~rvu~FGv5c(o^bgGI`3Rc06rn0F1;IIZVt1mokRn_b! zwcG+ao8R{*A{>346w$1qawaG5_jd^5B7&{dCSv?yMKv z1pDU1ZX94BJdh%&6x0Y#Cj22^Kf^XoFYr0ER1J~Vv&p!aVk-RmaOrdM4{8~c%Vn~DOzM;x|~6B2s#yQFyf+~nko zyF&&2q(x!N2ced({lEA;qx)R!G33CrA2Qt&!@15b>I=e9Z&jX4sh<`;oKfYj$zkT# z`W0zQ8nAlGiHer2{KTv7`Lv$ycYFKdT_^+CjYQRevFRq-2DcRqG-)WKSB+fwWKCan zu}@ON{OEMIPcv$`dSXT@Pkj)dDrYXF_`pwuG%d37G|_u%!7?>0?OfY`Lc+e{7+U5@ U$IEkTdvXG*gQi4w0QT_z0E6Ao?f?J) literal 0 HcmV?d00001 diff --git a/scripts/responsive/next.png b/scripts/responsive/next.png new file mode 100644 index 0000000000000000000000000000000000000000..6aa0f57326810984f5a5a1fdcb8b73c916af1fc4 GIT binary patch literal 724 zcmV;_0xSKAP)5Z^7!`efVoLBHRB4ZH=uG9|NtA}|D$hL5C_za7UZ0kcuTp93RJ;7NYry6#Ir zgay6>bRz)&<1;feAAvbt@cY2eX@QSjO8E^~(5XBSe13l3l*j;BypBL%+g;aHgTX*m zt5s7HZ>}4-z{)$FjvCw6)|M%WwMnZMIPI-gOI@{cxvYc`VF?U@<;w($I)U+cT-ED! zABj?_WYUEfmlbXpCb(9s`A8HB1rrhgJPsRZ+qP=A+ddMzySrftqySb-2FbE4wYRqy zwG#z^as+Wv$H&J}NHhRGM^U&$BB4%BPJASa#iCC9JEkGKu~i{0c*$TCMuPx3{;Ar5LXjT0w`0hd%I3CSwA= zdYQm1a1j)g&*y#MJ3Bij;3Ht^>Q1ieOntZ8{R_Uav0*A+>;Dsl4?)4nWK#8dJ(bJl zl$6p0{OCGmngdQX&TP}l&wzVD^0?q#uWHJE2He$^_eJk|ofi0!PUVwqE$q2AVcOTD zK6cCA0co=5OIpui2ulIayu>$vTV9S+;0N%<6SY^m3I70d92i}3;Vgv!0000#e%p9f!Kv2=u4Y%^IBpi&6}B*3wIM{=A1Y8o-;QN`tcZep2=ih`@a8T zI2^7?DYK)|NCH>D1<(ZQz$ak9oMIuJPFI8we}NGoHF5|PfkYHw$Md}Rz>Oy8v>X9% zZNL{@*Zmp+cryDz3AJKL2yrz>@Z03N=R zIi|*z4S1lASY0R}iI@-XFCp2}o0 zse49ooPZH{p-@o3kB*K^%Qplb0j!&BtX8WE_~qrLOe7LE(tHU}i1Ovf$Hy`rkK1~~ z20+UeywmAOAw(2&ssVfsTUaa>74UAiD^sadRCoMF@NC|@D4)+O;PrZ4#$vI#*s}nf zS=K0oP<~6N(_CL)&+ED8OBmCgogL*C&d$#63@K^}w3_hX;6NeKY&K1d=iVmNmf`O1 z?o{`SKw!hjh#be6N}|-d=CufgYJR<0BltwT{!;eK>z>%07*qo IM6N<$f|PwtivR!s literal 0 HcmV?d00001 diff --git a/scripts/responsive/readme.markdown b/scripts/responsive/readme.markdown new file mode 100644 index 0000000..027c6f8 --- /dev/null +++ b/scripts/responsive/readme.markdown @@ -0,0 +1,133 @@ +Responsive-Lightbox +=================== +by [Duncan McDougall](http://www.duncanmcdougall.co.uk) | [@duncanmcdougall](http://www.twitter.com/duncanmcdougall) + +jQuery responsive lightbox plugin. + +Shrinks the image to the width & height of the browser. Only handles images so it's nice and lightweight. + +Demonstration +------------- +[Responsive Lightbox Demo](http://www.duncanmcdougall.co.uk/projects/responsive-lightbox.html) + +Dependencies +------------- +jQuery >= 1.4 + +Browser Support +------------- +IE7+ + + +Usage +------ + +```html + + + + + + + + + + + + + + +``` + +Options +------ + +```bash + $('.gallery').lightbox({ margin: 20, nav: false, blur: true, minSize: 480 }); +``` + +* margin - int - default 50. Minimum margin around the image +* nav - bool - default true. enable navigation +* blur - bool - default true. Blur other content when open using css filter +* minSize - int - default 0. Min window width or height to open lightbox. Below threshold will open image in a new tab. + +Captions +------ + +Add your captions as a data attribute to the anchor. e.g. + +```html + +``` + +Installing with Bower +------ + +If bower is your thing you can install using the following command + +```bash +bower install responsive-lightbox +``` + +Contributing +------ + +First, clone a copy of using the GUI or the main git repo by running: + +```bash +git clone git://github.com/duncanmcdougall/Responsive-Lightbox.git +``` + +I'm using GruntJS to do all the minification and linting as build tasks. + +Install the grunt-cli package so that you will have the correct version of grunt available from any project that needs it. This should be done as a global install: + +```bash +npm install -g grunt-cli +``` + +Enter the jquery directory and install the Node dependencies, this time *without* specifying a global install: + +```bash +cd Responsive-Lightbox && npm install +``` + +Make sure you have `grunt` installed by testing: + +```bash +grunt -version +``` + +Then, to get a complete, minified (w/ Uglify.js), linted (w/ JSHint) version of the plugin, type the following: + +```bash +grunt +``` + +The built version of the plugin will be saved to .min versions. + +Next Steps +------ +* Options: { loop } +* Faster image switching +* Light and dark simple themes + +Thanks To +-------- +I'd like to thank [Matthew Hartman](http://www.matthewhartman.com.au/), [imiric](https://github.com/imiric) et all for contributing a number of improvements to the lightbox. + +MIT License +-------- +This plugin is released under the [MIT License](http://duncanmcdougall.mit-license.org/). Enjoy. diff --git a/scripts/slimbox2/index.php b/scripts/slimbox2/index.php index e760eb0..65606f3 100644 --- a/scripts/slimbox2/index.php +++ b/scripts/slimbox2/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/sync.php b/sync.php index 6699689..e6e4942 100644 --- a/sync.php +++ b/sync.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/templates/index.php b/templates/index.php index e760eb0..65606f3 100644 --- a/templates/index.php +++ b/templates/index.php @@ -3,7 +3,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/templates/view_responsive.htt b/templates/view_responsive.htt new file mode 100644 index 0000000..4b33887 --- /dev/null +++ b/templates/view_responsive.htt @@ -0,0 +1,59 @@ + + + + + + + + + +
+ + + +
+ + +
    + + +
  • + +
  • + + +
  • + {CAPTION} +
  • + + +
  • + +
  • + + +
+ +
+ +
{PAGE}: {PAGE_NAV}
+ +
diff --git a/uninstall.php b/uninstall.php index a2bcca8..5099c34 100644 --- a/uninstall.php +++ b/uninstall.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/upgrade.php b/upgrade.php index 4e474bc..4582e99 100644 --- a/upgrade.php +++ b/upgrade.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module diff --git a/view.php b/view.php index b8ccaaf..79dc974 100644 --- a/view.php +++ b/view.php @@ -4,7 +4,7 @@ * @module foldergallery_jq * @version see info.php of this module * @author Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe - * @copyright 2009-2014 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe + * @copyright 2009-2016 Jürg Rast; schliffer; Bianka Martinovic; Chio; Pumpi,Aldus; erpe * @license GNU General Public License * @license terms see info.php of this module * @platform see info.php of this module