fix spelling in welcome.tpl
[phpfspot.git] / themes / default / templates / welcome.tpl
1 <!-- welcome -->
2 <div class="header" style="text-align: left;">
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 style="padding: 10px; margin-left: 10px; margin-right: 10px;">
6
7  <div style="float: left; padding-right: 10px; width: 150px; text-align: center;">
8   <img src="phpfspot_img.php?idx=rand&width=150&i=1">
9  </div>
10  <div>
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  </div>
15
16  <br class="clearboth">
17
18  <div style="float: left; padding-right: 10px; width: 150px; text-align: center;">
19   <img src="phpfspot_img.php?idx=rand&width=150&i=2">
20  </div>
21  <div>
22   You can adapt this welcome page in the file "welcome.tpl" in the template<br />
23   directory of your current theme.
24  </div>
25
26  <br class="clearboth">
27
28  <div style="float: left; padding-right: 10px; width: 150px; text-align: center;">
29   <img src="phpfspot_img.php?idx=rand&width=150&i=3">
30  </div>
31  <div>
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  </div>
34 </div>
35 <!-- /welcome -->