From d642f891ce6f17ac0d402922d6c417f99e832d21 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 9 Jun 2007 07:29:15 +0000 Subject: [PATCH] some style fixes git-svn-id: file:///var/lib/svn/phpfspot/trunk@73 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot.js | 7 +++++++ templates/single_photo.tpl | 2 +- templates/tags.tpl | 4 ++-- templates/welcome.tpl | 23 +++++++++++++++++++++-- 4 files changed, 31 insertions(+), 5 deletions(-) diff --git a/phpfspot.js b/phpfspot.js index c34f31a..c691b55 100644 --- a/phpfspot.js +++ b/phpfspot.js @@ -63,3 +63,10 @@ function refreshPhotoIndex() } } +function click(object) +{ + if(object.blur) + object.blur(); + +} + diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 51d4663..9f2bcd9 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -5,7 +5,7 @@ Photo {$image_name}, {$c_date}, {$madewith}
- + diff --git a/templates/tags.tpl b/templates/tags.tpl index 4b30f0c..812b36a 100644 --- a/templates/tags.tpl +++ b/templates/tags.tpl @@ -1,6 +1,6 @@ - @@ -10,7 +10,7 @@ - diff --git a/templates/welcome.tpl b/templates/welcome.tpl index 07e1fbe..0529887 100644 --- a/templates/welcome.tpl +++ b/templates/welcome.tpl @@ -1,5 +1,16 @@ -welcome to the finest photo gallery for F-Spot
-
+ +
+ Available Tags:
+ Selected Tags:
+ + + + + + +
+ Welcome to the finest photo gallery for F-Spot
+
+
+ + + + +
This application targets to provide an easy way, to presentate
your f-spot pictures in the web, in a way you don't need any of
current web2.0 providers or setup complex apps like gallery
@@ -7,3 +18,11 @@ current web2.0 providers or setup complex apps like gallery
I suggest that you change this text after you have finished the installation ;)

Click here if you want to see your photo index +
+
+
+ -- 2.25.1