issue60, current paging variable must be unset on photo index redraw
[phpfspot.git] / 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    <table>
12     <tr>
13      <td>
14 This application targets to provide an easy way, to presentate your F-Spot<br />
15 pictures in the web, in a way where you do not need any of the current<br />
16 web2.0 providers or setup complex apps like gallery<br />
17 <br />
18 You can addept this welcome page in the file "welcome.tpl" in the template<br />
19 directory. ;)
20 <br /><br />
21 <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>
22      </td>
23     </tr>
24    </table>
25    </div>
26   </td>
27  </tr>
28 </table>
29 <!-- /welcome -->