fixed path problem (missing "/")
[phpfspot.git] / themes / default / templates / credits.tpl
index cb01edb44941c7af48aa9e55f3fc236b9f15f184..2bc7b285ca040e6fdeae2173c679c3f7198ea750 100644 (file)
@@ -1,29 +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>.
-      <hr />
-      F-Spot database version: {$db_version}
-     </td>
-    </tr>
-   </table>
-   </div>
-  </td>
- </tr>
-</table>
-<!-- /Single photo -->
+<div class="header">
+ <b>{$product} {$version}</b><br />
+</div>
+<div class="credits">
+ 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>