display additional infos like Exif data, additional tags, ...
[phpfspot.git] / templates / single_photo.tpl
index d2d47c6a342f47ea7591ca83707899eed77c52b7..adeb9f85e3173e410bbc0ae22e7b82e52a46f5a4 100644 (file)
@@ -2,7 +2,8 @@
 <table>
  <tr>
   <td class="index_header" style="text-align: left;">
-   <b>Photo {$image_name}</b>, {$c_date}, {$madewith}<br />
+   <b>Photo {$image_name}</b><br />
+   &nbsp;{$description}<br />
   </td>
   <td class="index_header" style="text-align: right;">
    <a href="{$image_url_full}" target="_blank" onclick="click(this);">
    </table>
    </div>
   </td>
+  <td style="white-space: nowrap;">
+   { if $ExifMadeWith }
+   With: {$ExifMadeWith}<br />
+   { /if }
+   { if $ExifMadeOn }
+   On: {$ExifMadeOn}<br />
+   { /if }
+   { if $ExifOrigResolution }
+   Res: {$ExifOrigResolution}<br />
+   { /if }
+   Size: {$ExifFileSize}kbyte<br />
+   Tagged:<br />
+   { foreach from=$tags key=id item=name }
+   <a href="javascript:Tags('add', '{$id}');" onclick="click(this);">{$name}</a><br />
+   { /foreach }
+  </td>
  </tr>
 </table>
 <!-- /Single photo -->