issue6, first implementation of paged photo index view
[phpfspot.git] / templates / credits.tpl
1 <!-- Single photo -->
2 <table>
3  <tr>
4   <td class="index_header">
5    <b>{$product} {$version}</b><br />
6   </td>
7  </tr>
8  <tr>
9   <td>
10    <div id='matrix'>
11    <table>
12     <tr>
13      <td>
14       by Andreas Unterkircher<br />
15       {mailto address="unki@netshadow.at"}
16       <hr />
17       Bubble base JavaScript by <a href="http://www.websnapr.com/index.php?action=previewbubble">WebSnapr</a>
18       <hr />
19       <a href="http://wiki.bluga.net/HTML_AJAX/HomePage">HTML_AJAX</a>
20       <hr />
21       PHP tag-cloud code by <a href="http://prism-perfect.net/archive/php-tag-cloud-tutorial/">Jenny Ferenc</a>.
22      </td>
23     </tr>
24    </table>
25    </div>
26   </td>
27  </tr>
28 </table>
29 <!-- /Single photo -->