support for F-Spot photo versioning, refs #67
[phpfspot.git] / themes / default / templates / welcome.tpl
1 <!-- welcome -->
2 <div class="header">
3  phpfspot welcomes you to a dynamic photo gallery for <a href="http://f-spot.org" target="_blank">F-Spot</a><br />
4 </div>
5 <div class="welcome">
6
7  <p>
8  <span>
9    <img src="{$web_path}/phpfspot_img.php?idx=rand&amp;width=150&amp;i=1" alt="random image" />
10  </span>
11   This application targets to provide an easy way, to presentate your F-Spot<br />
12   pictures in the web, in a way where you do not need any of the current<br />
13   web2.0 providers or setup complex apps like gallery
14  </p>
15
16  <br class="cb" />
17
18  <p>
19  <span>
20    <img src="{$web_path}/phpfspot_img.php?idx=rand&amp;width=150&amp;i=2" alt="random image" />
21  </span>
22   You can adapt this welcome page in the file "welcome.tpl" in the template<br />
23   directory of your current theme.
24  </p>
25
26  <br class="cb" />
27
28  <p>
29  <span>
30    <img src="{$web_path}/phpfspot_img.php?idx=rand&amp;width=150&amp;i=3" alt="random image" />
31  </span>
32  <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>
33  </p>
34 </div>
35 <!-- /welcome -->