fix spelling in welcome.tpl
[phpfspot.git] / themes / default / templates / credits.tpl
index becdeefd0040480c5d61586c1d0eaff592b60c05..ba772a1a6781d754aef21510f05e9a5b79c29516 100644 (file)
@@ -1,27 +1,20 @@
-<!-- Single photo -->
-<table>
- <tr>
-  <td class="index_header">
-   <b>{$product} {$version}</b><br />
-  </td>
- </tr>
- <tr>
-  <td>
-   <div id='matrix'>
-   <table>
-    <tr>
-     <td>
-      by Andreas Unterkircher<br />
-      <a href="http://oss.netshadow.at">http://oss.netshadow.at/</a>
-      <hr />
-      <a href="http://wiki.bluga.net/HTML_AJAX/HomePage">HTML_AJAX</a>
-      <hr />
-      PHP tag-cloud code by <a href="http://prism-perfect.net/archive/php-tag-cloud-tutorial/">Jenny Ferenc</a>.
-     </td>
-    </tr>
-   </table>
-   </div>
-  </td>
- </tr>
-</table>
-<!-- /Single photo -->
+<div class="header">
+ <b>{$product} {$version}</b><br />
+</div>
+<div style="margin-top: 10px; margin-left: 10px;">
+ by Andreas Unterkircher<br />
+ Licensed under GPLv3, <a href="http://oss.netshadow.at/oss/phpfspot/Project" target="_blank">phpfspot</a>
+ <hr />
+ Some extensions:<br /><br />
+ <a href="http://wiki.bluga.net/HTML_AJAX/HomePage">HTML_AJAX</a> - AJAX communication with the server
+ <br />
+ <a href="http://prism-perfect.net/archive/php-tag-cloud-tutorial/">Jenny Ferenc</a> - PHP tag-cloud code
+ <br />
+ <a href="http://www.silvestre.com.ar/">Silvestre Herrera's</a> - the most icons are from the Nuovo icon kit.
+ <br />
+ <a href="http://www.huddletogether.com/projects/lightbox2/">Lightbox2</a> - photo preview
+ <br />
+ <a href="http://www.brandspankingnew.net/archive/2007/02/ajax_auto_suggest_v2.html">Ajax Auto Suggest</a> - Auto-Completion
+ <hr />
+ F-Spot database version: {$db_version}
+</div>