blob: 05298871625be369c41805a881bcefe685b3bb1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<!-- welcome -->
<table>
<tr>
<td class="index_header" style="text-align: left;">
Welcome to the finest photo gallery for F-Spot<br />
</td>
</tr>
<tr>
<td>
<div id='single'>
<table>
<tr>
<td>
This application targets to provide an easy way, to presentate<br />
your f-spot pictures in the web, in a way you don't need any of<br />
current web2.0 providers or setup complex apps like gallery<br />
<br />
I suggest that you change this text after you have finished the installation ;)
<br /><br />
<a href="javascript:showPhotoIndex();">Click here if you want to see your photo index</a>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<!-- /welcome -->
|