summaryrefslogtreecommitdiffstats
path: root/templates/welcome.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/welcome.tpl')
-rw-r--r--templates/welcome.tpl23
1 files changed, 21 insertions, 2 deletions
diff --git a/templates/welcome.tpl b/templates/welcome.tpl
index 07e1fbe..0529887 100644
--- a/templates/welcome.tpl
+++ b/templates/welcome.tpl
@@ -1,5 +1,16 @@
-welcome to the finest photo gallery for F-Spot<br />
-<br />
+<!-- 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 />
@@ -7,3 +18,11 @@ current web2.0 providers or setup complex apps like gallery<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 -->