fixed path problem (missing "/")
[phpfspot.git] / themes / default / templates / welcome.tpl
index 960e7cf2a98058bdb618594186bf558b873e21c5..8e06db5e9feefa0839052285b8a54cd438e2fec0 100644 (file)
@@ -1,15 +1,35 @@
 <!-- welcome -->
-<div class="index_header" style="text-align: left;">
+<div class="header">
  phpfspot welcomes you to a dynamic photo gallery for <a href="http://f-spot.org" target="_blank">F-Spot</a><br />
 </div>
-<div style="padding: 10px; display: table; margin-left: 10px; margin-right: 10px; table-layout: fixed; border: hidden; border-spacing: 10px; border-collapse: separate;">
-This application targets to provide an easy way, to presentate your F-Spot<br />
-pictures in the web, in a way where you do not need any of the current<br />
-web2.0 providers or setup complex apps like gallery<br />
-<br />
-You can addept this welcome page in the file "welcome.tpl" in the template<br />
-directory. ;)
-<br /><br />
-<a href="javascript:showPhotoIndex();">[ Click here to take a look at your photo index or select a tag from the list on the left ]</a>
+<div class="welcome">
+
+ <p>
+ <span>
+   <img src="{$web_path}/phpfspot_img.php?idx=rand&amp;width=150&amp;i=1" alt="random image" />
+ </span>
+  This application targets to provide an easy way, to presentate your F-Spot<br />
+  pictures in the web, in a way where you do not need any of the current<br />
+  web2.0 providers or setup complex apps like gallery
+ </p>
+
+ <br class="cb" />
+
+ <p>
+ <span>
+   <img src="{$web_path}/phpfspot_img.php?idx=rand&amp;width=150&amp;i=2" alt="random image" />
+ </span>
+  You can adapt this welcome page in the file "welcome.tpl" in the template<br />
+  directory of your current theme.
+ </p>
+
+ <br class="cb" />
+
+ <p>
+ <span>
+   <img src="{$web_path}/phpfspot_img.php?idx=rand&amp;width=150&amp;i=3" alt="random image" />
+ </span>
+ <a href="javascript:showPhotoIndex();">[ Click here to take a look at your photo index or select a tag from the list on the left ]</a>
+ </p>
 </div>
 <!-- /welcome -->