alternate text if thumbnail is not available
[phpfspot.git] / templates / single_photo.tpl
index 9f2bcd9f11e2b25c2a32ba3cef208c65bb480332..285f29349f8b180e147610573adbcaeb30e778f2 100644 (file)
@@ -2,13 +2,14 @@
 <table>
  <tr>
   <td class="index_header" style="text-align: left;">
 <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);">
   </td>
   <td class="index_header" style="text-align: right;">
    <a href="{$image_url_full}" target="_blank" onclick="click(this);">
-    <img src="resources/loupe.png" />
+    <img src="resources/original.png" alt="original resolution" />
    </a>
    </a>
-   <img src="resources/information.png" />
+   <img src="resources/information.png" alt="additional informations" />
   </td>
  </tr>
  <tr>
   </td>
  </tr>
  <tr>
@@ -22,7 +23,7 @@
      { else }
       <a href="{$next_url}"> 
      { /if }
      { else }
       <a href="{$next_url}"> 
      { /if }
-       <img src="{$image_url}" width="{$width}" height="{$height}" />
+       <img src="{$image_url}" width="{$width}" height="{$height}" alt="photo" />
       </a>
      </td>
     </tr>
       </a>
      </td>
     </tr>
        &nbsp;
       { else }
       <a href="{$previous_url}">
        &nbsp;
       { else }
       <a href="{$previous_url}">
-       <img src="resources/arrow_left.png" />
+       <img src="resources/arrow_left.png" alt="previous photo" />
       </a>
       { /if }
      </td>
      <td style="text-align: center; width: 33%;">
       <a href="javascript:showPhotoIndex();">
       </a>
       { /if }
      </td>
      <td style="text-align: center; width: 33%;">
       <a href="javascript:showPhotoIndex();">
-       <img src="resources/arrow_up.png" />
+       <img src="resources/arrow_up.png" alt="photo index" />
       </a>
      </td>
      <td style="text-align: right; width: 33%;">
       </a>
      </td>
      <td style="text-align: right; width: 33%;">
@@ -46,7 +47,7 @@
       &nbsp;
       { else }
       <a href="{$next_url}"> 
       &nbsp;
       { else }
       <a href="{$next_url}"> 
-       <img src="resources/arrow_right.png" />
+       <img src="resources/arrow_right.png" alt="next photo" />
       </a>
       { /if}
      </td>
       </a>
       { /if}
      </td>
    </table>
    </div>
   </td>
    </table>
    </div>
   </td>
+  <td style="width: 150px; padding-top: 40px;">
+   <div id="photo_details">
+   { if $ExifMadeWith }
+   <u><img src="resources/camera.png" alt="camera icon" />&nbsp;Image taken with:</u><br />
+   {$ExifMadeWith}<br />
+   { /if }
+   { if $ExifMadeOn }
+   <u><img src="resources/date.png" alt="calendar icon" />&nbsp;Image made on:</u><br />
+   {$ExifMadeOn}<br />
+   { /if }
+   { if $ExifOrigResolution }
+   <u><img src="resources/image.png" alt="resolution icon" />&nbsp;Original resolution:</u><br />
+   {$ExifOrigResolution}<br />
+   { /if }
+   <u>Size:</u>&nbsp;{$ExifFileSize}kbyte<br />
+   { if $tags }
+    <br />
+    <u>Tagged with:</u><br />
+    { foreach from=$tags key=id item=name }
+    <a class="smalltag" href="javascript:Tags('add', '{$id}');" onclick="click(this);">{$name}</a><br />
+    { /foreach }
+   { /if }
+   </div>
+  </td>
  </tr>
 </table>
 <!-- /Single photo -->
  </tr>
 </table>
 <!-- /Single photo -->