use HTML_AJAXs replace function to alter content of content-div
[phpfspot.git] / themes / default / templates / single_photo.tpl
index d7ab987dd3cf5b14888999195cefcd1dfaa74c23..2032f525896055678c0d41faa1e4f24324e17dc0 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>
@@ -76,7 +76,7 @@
   { 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 }
@@ -86,7 +86,7 @@
   { 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}