some style fixes
[phpfspot.git] / templates / welcome.tpl
index 07e1fbea070dfb2ca3bbaf66e6b6109cabb93b2c..05298871625be369c41805a881bcefe685b3bb1a 100644 (file)
@@ -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 -->