summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/single_photo.tpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl
index 0d04e17..bb8c917 100644
--- a/templates/single_photo.tpl
+++ b/templates/single_photo.tpl
@@ -16,6 +16,7 @@
{/if}
</td>
<td class="index_header" style="text-align: right;">
+ <a href="javascript:autoBrowse();"><img src="resources/slideshow.png" /></a>
{if $extern_link }
<a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" /></a>
{/if}
@@ -58,7 +59,7 @@
{ if $next_url == "" }
<img src="resources/arrow_right_gray.png" alt="last photo reached" />
{ else }
- <a href="{$next_url}" onclick="click(this);">
+ <a href="{$next_url}" onclick="click(this);" id="next_img" >
<img src="resources/arrow_right.png" alt="next photo" />
</a>
{ /if}
@@ -98,7 +99,7 @@
{ /if}
{ if $next_img }
<u><img src="resources/photo.png" alt="photo icon" />&nbsp;Next:</u><br />
- <a href="{$next_url}" onclick="click(this);">
+ <a href="{$next_url}" onclick="click(this);" id="next_link">
<img src="phpfspot_img.php?idx={$next_img}&amp;width={$mini_width}" /><br />
</a>
{ /if}