issue61, theme support
[phpfspot.git] / themes / default / templates / welcome.tpl
diff --git a/themes/default/templates/welcome.tpl b/themes/default/templates/welcome.tpl
new file mode 100644 (file)
index 0000000..9845755
--- /dev/null
@@ -0,0 +1,29 @@
+<!-- welcome -->
+<table>
+ <tr>
+  <td class="index_header" style="text-align: left;">
+   phpfspot welcomes you to a dynamic photo gallery for <a href="http://f-spot.org" target="_blank">F-Spot</a><br />
+  </td>
+ </tr>
+ <tr>
+  <td>
+   <div id='single'>
+   <table>
+    <tr>
+     <td>
+This application targets to provide an easy way, to presentate your F-Spot<br />
+pictures in the web, in a way where you do not need any of the current<br />
+web2.0 providers or setup complex apps like gallery<br />
+<br />
+You can addept this welcome page in the file "welcome.tpl" in the template<br />
+directory. ;)
+<br /><br />
+<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>
+     </td>
+    </tr>
+   </table>
+   </div>
+  </td>
+ </tr>
+</table>
+<!-- /welcome -->