some style fixes
authorAndreas Unterkircher <unki@netshadow.at>
Sat, 9 Jun 2007 07:29:15 +0000 (07:29 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Sat, 9 Jun 2007 07:29:15 +0000 (07:29 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@73 fa6a889d-dae6-447d-9e79-4ba9a3039384

phpfspot.js
templates/single_photo.tpl
templates/tags.tpl
templates/welcome.tpl

index c34f31ae781649a3276988fb45e622c5c2b5458f..c691b55949c62ddc83e37b421972a05a47acc339 100644 (file)
@@ -63,3 +63,10 @@ function refreshPhotoIndex()
    }
 }
 
+function click(object)
+{
+   if(object.blur)
+      object.blur();
+
+}
+
index 51d4663ff1f34d2dae71c0eefadb684cc4a70b87..9f2bcd9f11e2b25c2a32ba3cef208c65bb480332 100644 (file)
@@ -5,7 +5,7 @@
    <b>Photo {$image_name}</b>, {$c_date}, {$madewith}<br />
   </td>
   <td class="index_header" style="text-align: right;">
-   <a href="{$image_url_full}" target="_blank">
+   <a href="{$image_url_full}" target="_blank" onclick="click(this);">
     <img src="resources/loupe.png" />
    </a>
    <img src="resources/information.png" />
index 4b30f0c9e543202501699a610979d3612347c955..812b36a38d5b250ecefb55087beb194df270c261 100644 (file)
@@ -1,6 +1,6 @@
 <table>
  <tr>
-  <td style="vertical-align: middle;">
+  <td style="vertical-align: middle; text-decoration: underline;">
    <img src="resources/available_tags.png" \>Available Tags:
   </td>
  </tr>
@@ -10,7 +10,7 @@
   </td>
  </tr>
  <tr>
-  <td style="vertical-align: middle;">
+  <td style="vertical-align: middle; text-decoration: underline;">
    <img src="resources/selected_tags.png" />Selected Tags:
   </td>
  </tr>
index 07e1fbea070dfb2ca3bbaf66e6b6109cabb93b2c..05298871625be369c41805a881bcefe685b3bb1a 100644 (file)
@@ -1,5 +1,16 @@
-welcome to the finest photo gallery for F-Spot<br />
-<br />
+<!-- welcome -->
+<table>
+ <tr>
+  <td class="index_header" style="text-align: left;">
+   Welcome to the finest photo gallery for F-Spot<br />
+  </td>
+ </tr>
+ <tr>
+  <td>
+   <div id='single'>
+   <table>
+    <tr>
+     <td>
 This application targets to provide an easy way, to presentate<br />
 your f-spot pictures in the web, in a way you don't need any of<br />
 current web2.0 providers or setup complex apps like gallery<br />
@@ -7,3 +18,11 @@ current web2.0 providers or setup complex apps like gallery<br />
 I suggest that you change this text after you have finished the installation ;)
 <br /><br />
 <a href="javascript:showPhotoIndex();">Click here if you want to see your photo index</a>
+     </td>
+    </tr>
+   </table>
+   </div>
+  </td>
+ </tr>
+</table>
+<!-- /welcome -->