summaryrefslogtreecommitdiffstats
path: root/templates/welcome.tpl
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-09 07:29:15 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-09 07:29:15 +0000
commitd642f891ce6f17ac0d402922d6c417f99e832d21 (patch)
tree3c50b2a74edcfcf23e3c1c0ecf67f2efec40ab3b /templates/welcome.tpl
parent7ca20d2b9cd665125a20a3d480694db0fde0afdc (diff)
some style fixes
git-svn-id: file:///var/lib/svn/phpfspot/trunk@73 fa6a889d-dae6-447d-9e79-4ba9a3039384
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 -->