issue102, use javascript to jump to the correct thumbnail when returing from photo...
[phpfspot.git] / themes / default / templates / single_photo.tpl
index 39e3bf4f9d1d4e89fb004cb2fc2b16f57dced1bc..62a2bf77f2ac9c17ff5976dfdfe661e858777db9 100644 (file)
@@ -10,7 +10,7 @@
     Photos
    {/if}
    {if $description}
-    &nbsp;{$description}<br />
+    -&nbsp;{$description}<br />
    {/if}
   {/if}
  </div>
 
  <div style="text-align: left; margin-top: 20px; margin-left: 20px;">
  { if $next_url == "" }
-  <a href="javascript:showPhotoIndex();" onclick="click(this);">
+  <a href="javascript:showPhotoIndex();" onclick="click(this);" name="photo">
  { else }
-  <a href="{$next_url}" onclick="click(this);" title="click for the next photo"
+  <a href="{$next_url}" onclick="click(this);" title="click for the next photo" name="photo">
  { /if }
-   <img src="{$image_url}" width="{$width}" height="{$height}" alt="photo" />
+   <img src="{$image_url}" width="{$width}" height="{$height}" alt="{$image_filename}" />
   </a>
  </div>
 
   { if $previous_url == "" }
    <img src="resources/arrow_left_gray.png" alt="first photo reached" />
   { else }
-   <a href="{$previous_url}" onclick="click(this);" title="click for the previous photo">
+   <a href="{$previous_url}" onclick="click(this);" title="click for the previous photo (left cursor)">
     <img src="resources/arrow_left.png" alt="previous photo" />
    </a>
   { /if }
-   <a href="javascript:showPhotoIndex({$current});" onclick="click(this);" title="click to go back to the index">
+   <a href="javascript:showPhotoIndex({$current_page}, {$current_img});" onclick="click(this);" title="click to go back to the index">
     <img src="resources/arrow_up.png" alt="photo index" />
    </a>
   { if $next_url == "" }
    <img src="resources/arrow_right_gray.png" alt="last photo reached" />
   { else }
-   <a href="{$next_url}" onclick="click(this);" title="click for the next photo"> 
+   <a href="{$next_url}" onclick="click(this);" title="click for the next photo (right cursor)"> 
     <img src="resources/arrow_right.png" alt="next photo" />
    </a>
   { /if}