From f54ac86a8a53196b268c086c8d5c43fe85aa9e1a Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Thu, 7 Jun 2007 19:56:12 +0000 Subject: use some icons in single photo view git-svn-id: file:///var/lib/svn/phpfspot/trunk@45 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot_cfg.php | 2 +- resources/arrow_left.png | Bin 0 -> 345 bytes resources/arrow_right.png | Bin 0 -> 349 bytes resources/information.png | Bin 0 -> 778 bytes templates/single_photo.tpl | 15 +++++++++++---- 5 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 resources/arrow_left.png create mode 100644 resources/arrow_right.png create mode 100644 resources/information.png diff --git a/phpfspot_cfg.php b/phpfspot_cfg.php index e799761..71e0192 100644 --- a/phpfspot_cfg.php +++ b/phpfspot_cfg.php @@ -13,7 +13,7 @@ class PHPFSPOT_CFG { var $thumb_width = "150"; - var $photo_width = "800"; + var $photo_width = "640"; var $db = "/var/www/images.netshadow.at/htdocs/phpfspot/photos.db"; diff --git a/resources/arrow_left.png b/resources/arrow_left.png new file mode 100644 index 0000000..5dc6967 Binary files /dev/null and b/resources/arrow_left.png differ diff --git a/resources/arrow_right.png b/resources/arrow_right.png new file mode 100644 index 0000000..b1a1819 Binary files /dev/null and b/resources/arrow_right.png differ diff --git a/resources/information.png b/resources/information.png new file mode 100644 index 0000000..12cd1ae Binary files /dev/null and b/resources/information.png differ diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 3965edc..4501333 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -1,12 +1,15 @@ - + -
+ Photo {$image_name}
+ +
+
@@ -21,7 +24,9 @@ { if $previous_url == "" }   { else } - Previous + + + { /if } @@ -29,7 +34,9 @@ { if $next_url == "" }   { else } - Next + + + { /if} -- cgit v1.2.3-18-g5258