41e78139c64ebde1c81d69a34393bbd36b348174
[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/loupe.png" />
9    <img src="resources/information.png" />
10   </td>
11  </tr>
12  <tr>
13   <td colspan="2">
14    <div id='single'>
15    <table>
16     <tr>
17      <td colspan="3">
18      { if $next_url == "" }
19       <a href="javascript:showPhotoIndex();">
20      { else }
21       <a href="{$next_url}"> 
22      { /if }
23        <img src="{$image_url}" width="{$width}" height="{$height}" />
24       </a>
25      </td>
26     </tr>
27     <tr>
28      <td style="text-align: left;">
29       { if $previous_url == "" }
30        &nbsp;
31       { else }
32       <a href="{$previous_url}">
33        <img src="resources/arrow_left.png" />
34       </a>
35       { /if }
36      </td>
37      <td style="text-align: center;">
38       <a href="javascript:showPhotoIndex();">
39        <img src="resources/arrow_up.png" />
40       </a>
41      </td>
42      <td style="text-align: right;">
43       { if $next_url == "" }
44       &nbsp;
45       { else }
46       <a href="{$next_url}"> 
47        <img src="resources/arrow_right.png" />
48       </a>
49       { /if}
50      </td>
51     </tr>
52    </table>
53    </div>
54   </td>
55  </tr>
56 </table>
57 <!-- /Single photo -->