issue102, use javascript to jump to the correct thumbnail when returing from photo...
[phpfspot.git] / themes / default / templates / single_photo.tpl
index 849ede5223a25d50793929e0b84f28068dce9ad6..62a2bf77f2ac9c17ff5976dfdfe661e858777db9 100644 (file)
@@ -10,7 +10,7 @@
     Photos
    {/if}
    {if $description}
-    &nbsp;{$description}<br />
+    -&nbsp;{$description}<br />
    {/if}
   {/if}
  </div>
@@ -64,9 +64,9 @@
 
  <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="{$image_filename}" />
   </a>
@@ -80,7 +80,7 @@
     <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 == "" }