issue65, fixed incorrect array_rand handling
[phpfspot.git] / themes / default / templates / welcome.tpl
1 <!-- welcome -->
2 <table>
3  <tr>
4   <td class="index_header" style="text-align: left;">
5    phpfspot welcomes you to a dynamic photo gallery for <a href="http://f-spot.org" target="_blank">F-Spot</a><br />
6   </td>
7  </tr>
8  <tr>
9   <td>
10    <div id='single'>
11     <div style="float: left">
12      <img src="phpfspot_img.php?idx=rand&width=150&1" />
13      <img src="phpfspot_img.php?idx=rand&width=150&2" />
14     </div>
15    <table>
16     <tr>
17      <td>
18 This application targets to provide an easy way, to presentate your F-Spot<br />
19 pictures in the web, in a way where you do not need any of the current<br />
20 web2.0 providers or setup complex apps like gallery<br />
21 <br />
22 You can addept this welcome page in the file "welcome.tpl" in the template<br />
23 directory. ;)
24 <br /><br />
25 <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>
26      </td>
27     </tr>
28    </table>
29    </div>
30   </td>
31  </tr>
32 </table>
33 <!-- /welcome -->