d8a5b30099154f56370ddb1da60f760d9ec202c0
[phpfspot.git] / templates / single_photo.tpl
1 <!-- Single photo -->
2 <table>
3  <tr>
4   <td class="index_header" style="text-align: left;">
5    <b>Photo {$image_name}</b>, {$c_date}, {$madewith}<br />
6   </td>
7   <td class="index_header" style="text-align: right;">
8    <img src="resources/information.png" />
9   </td>
10  </tr>
11  <tr>
12   <td colspan="2">
13    <div id='single'>
14    <table>
15     <tr>
16      <td colspan="3">
17      { if $next_url == "" }
18       <a href="javascript:showPhotoIndex();">
19      { else }
20       <a href="{$next_url}"> 
21      { /if }
22        <img src="{$image_url}" width="{$width}" height="{$height}" />
23       </a>
24      </td>
25     </tr>
26     <tr>
27      <td style="text-align: left;">
28       { if $previous_url == "" }
29        &nbsp;
30       { else }
31       <a href="{$previous_url}">
32        <img src="resources/arrow_left.png" />
33       </a>
34       { /if }
35      </td>
36      <td>&nbsp;</td>
37      <td style="text-align: right;">
38       { if $next_url == "" }
39       &nbsp;
40       { else }
41       <a href="{$next_url}"> 
42        <img src="resources/arrow_right.png" />
43       </a>
44       { /if}
45      </td>
46     </tr>
47    </table>
48    </div>
49   </td>
50  </tr>
51 </table>
52 <!-- /Single photo -->