place a horiz. line between photo details and preview pictures
[phpfspot.git] / templates / single_photo.tpl
index ea1c1fbad3a4b4569adf1eeb179b9b14b727063e..e83d9145e77558edb5e3a4f0afc961916279a577 100644 (file)
@@ -9,7 +9,6 @@
    <a href="{$image_url_full}" target="_blank" onclick="click(this);">
     <img src="resources/original.png" alt="original resolution" />
    </a>
-   <img src="resources/information.png" alt="additional informations" />
   </td>
  </tr>
  <tr>
@@ -19,9 +18,9 @@
     <tr>
      <td colspan="3">
      { if $next_url == "" }
-      <a href="javascript:showPhotoIndex();">
+      <a href="javascript:showPhotoIndex();" onclick="click(this);">
      { else }
-      <a href="{$next_url}"> 
+      <a href="{$next_url}" onclick="click(this);"
      { /if }
        <img src="{$image_url}" width="{$width}" height="{$height}" alt="photo" />
       </a>
     <tr>
      <td style="text-align: left; width: 33%;">
       { if $previous_url == "" }
-       &nbsp;
+       <img src="resources/arrow_left_gray.png" alt="first photo reached" />
       { else }
-      <a href="{$previous_url}">
+      <a href="{$previous_url}" onclick="click(this);">
        <img src="resources/arrow_left.png" alt="previous photo" />
       </a>
       { /if }
      </td>
      <td style="text-align: center; width: 33%;">
-      <a href="javascript:showPhotoIndex();">
+      <a href="javascript:showPhotoIndex({$current});" onclick="click(this);">
        <img src="resources/arrow_up.png" alt="photo index" />
       </a>
      </td>
      <td style="text-align: right; width: 33%;">
       { if $next_url == "" }
-      &nbsp;
+       <img src="resources/arrow_right_gray.png" alt="last photo reached" />
       { else }
-      <a href="{$next_url}"> 
+      <a href="{$next_url}" onclick="click(this);"
        <img src="resources/arrow_right.png" alt="next photo" />
       </a>
       { /if}
    <u><img src="resources/image.png" alt="resolution icon" />&nbsp;Original resolution:</u><br />
    {$ExifOrigResolution}<br />
    { /if }
-   <u>Size:</u>&nbsp;{$ExifFileSize}kbyte<br />
+   <u>Size:</u>&nbsp;{$ExifFileSize}<br />
    { if $tags }
     <br />
     <u><img src="resources/small_available_tags.png" alt="available tags" />&nbsp;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 />
+    <a class="smalltag" href="javascript:Tags('add', '{$id}');" onclick="click(this);" onclick="click(this);">{$name}</a><br />
     { /foreach }
    { /if }
+   <hr>
+   { if $prev_img }
+    <u><img src="resources/photo.png" alt="photo icon" />&nbsp;Previous:</u><br />
+    <a href="{$previous_url}" onclick="click(this);">
+     <img src="phpfspot_img.php?idx={$prev_img}&amp;width={$mini_width}" /><br />
+    </a>
+   { /if}
+   { if $next_img }
+    <u><img src="resources/photo.png" alt="photo icon" />&nbsp;Next:</u><br />
+    <a href="{$next_url}" onclick="click(this);">
+     <img src="phpfspot_img.php?idx={$next_img}&amp;width={$mini_width}" /><br />
+    </a>
+   { /if}
    </div>
   </td>
  </tr>