{ if $next_url == "" }
<a href="javascript:showPhotoIndex();" onclick="click(this);">
{ else }
- <a href="{$next_url}" onclick="click(this);">
+ <a href="{$next_url}" onclick="click(this);" title="click for the next photo">
{ /if }
<img src="{$image_url}" width="{$width}" height="{$height}" alt="photo" />
</a>
{ if $previous_url == "" }
<img src="resources/arrow_left_gray.png" alt="first photo reached" />
{ else }
- <a href="{$previous_url}" onclick="click(this);">
+ <a href="{$previous_url}" onclick="click(this);" title="click for the previous photo">
<img src="resources/arrow_left.png" alt="previous photo" />
</a>
{ /if }
</td>
<td style="text-align: center; width: 33%;">
- <a href="javascript:showPhotoIndex({$current});" onclick="click(this);">
+ <a href="javascript:showPhotoIndex({$current});" onclick="click(this);" title="click to go back to the index">
<img src="resources/arrow_up.png" alt="photo index" />
</a>
</td>
{ if $next_url == "" }
<img src="resources/arrow_right_gray.png" alt="last photo reached" />
{ else }
- <a href="{$next_url}" onclick="click(this);" id="next_img" >
+ <a href="{$next_url}" onclick="click(this);" title="click for the next photo">
<img src="resources/arrow_right.png" alt="next photo" />
</a>
{ /if}