summaryrefslogtreecommitdiffstats
path: root/themes/default
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-01-13 07:41:07 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-01-13 07:41:07 +0100
commit3ff89ff8223b90eac97228c3c38b644ddf018ef2 (patch)
tree3293761def84b92bc153622242a1ff2e00a8f06c /themes/default
parent48ca7cb5343cae12ef42133800029272e9da7b3a (diff)
pimped welcome.tpl with some random pictures
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/templates/welcome.tpl36
1 files changed, 28 insertions, 8 deletions
diff --git a/themes/default/templates/welcome.tpl b/themes/default/templates/welcome.tpl
index 12414b6..80203fd 100644
--- a/themes/default/templates/welcome.tpl
+++ b/themes/default/templates/welcome.tpl
@@ -3,13 +3,33 @@
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; margin-left: 10px; margin-right: 10px;">
-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 style="float: left; padding-right: 10px; width: 150px; text-align: center;">
+ <img src="phpfspot_img.php?idx=rand&width=150&i=1">
+ </div>
+ <div>
+ 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
+ </div>
+
+ <br class="clearboth">
+
+ <div style="float: left; padding-right: 10px; width: 150px; text-align: center;">
+ <img src="phpfspot_img.php?idx=rand&width=150&i=2">
+ </div>
+ <div>
+ You can addept this welcome page in the file "welcome.tpl" in the template<br />
+ directory. ;)
+ </div>
+
+ <br class="clearboth">
+
+ <div style="float: left; padding-right: 10px; width: 150px; text-align: center;">
+ <img src="phpfspot_img.php?idx=rand&width=150&i=3">
+ </div>
+ <div>
+ <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>
</div>
<!-- /welcome -->