edited tool tips for links in single_image
[phpfspot.git] / themes / default / templates / single_photo.tpl
index 0965b078bc4bfb4c9085df939c34813030621f55..78e489d79d71c51c6402e934fb0928c35e567b45 100644 (file)
@@ -1,75 +1,35 @@
 <!-- Single photo -->
-<table>
- <tr>
-  <td class="content_title" style="text-align: left;">
-   <b>Photo {$image_name}</b><br />
-   {if $photo_count > 0}
-    {$photo_number} of {$photo_count}
-    {if $photo_count == 1}
-     Photo
-    {else}
-     Photos
-    {/if}
-    {if $description}
-     &nbsp;{$description}<br />
-    {/if}
+<div class="header">
+ <div style="text-align: left; float: left;">
+  <b>Photo {$image_name}</b><br />
+  {if $photo_count > 0}
+   {$photo_number} of {$photo_count}
+   {if $photo_count == 1}
+    Photo
+   {else}
+    Photos
    {/if}
-  </td>
-  <td class="index_header" style="text-align: right;">
-   <a href="javascript:startAutoBrowse();" title="auto browsing"><img id="autobrowse_ico" src="resources/32_play.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 $description}
+    -&nbsp;{$description}<br />
    {/if}
-   <a href="{$image_url_full}" target="_blank" onclick="click(this);">
-    <img src="resources/original.png" alt="original resolution" />
-   </a>
-  </td>
- </tr>
- <tr>
-  <td>
-   <div id='single'>
-   <table>
-    <tr>
-     <td colspan="3">
-     { if $next_url == "" }
-      <a href="javascript:showPhotoIndex();" onclick="click(this);">
-     { else }
-      <a href="{$next_url}" onclick="click(this);"> 
-     { /if }
-       <img src="{$image_url}" width="{$width}" height="{$height}" alt="photo" />
-      </a>
-     </td>
-    </tr>
-    <tr>
-     <td style="text-align: left; width: 33%;">
-      { if $previous_url == "" }
-       <img src="resources/arrow_left_gray.png" alt="first photo reached" />
-      { else }
-      <a href="{$previous_url}" onclick="click(this);">
-       <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);">
-       <img src="resources/arrow_up.png" alt="photo index" />
-      </a>
-     </td>
-     <td style="text-align: right; width: 33%;">
-      { 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" > 
-       <img src="resources/arrow_right.png" alt="next photo" />
-      </a>
-      { /if}
-     </td>
-    </tr>
-   </table>
-   </div>
-  </td>
-  <td style="width: 150px; padding-top: 20px;">
-   <div id="photo_details">
+  {/if}
+ </div>
+ <div style="text-align: right;">
+  <a href="javascript:zoom(-10);" title="zoom_out" onclick="click(this);"><img src="resources/zoom-out.png" /></a>
+  <a href="javascript:zoom(0);" title="zoom_100" onclick="click(this);"><img src="resources/zoom-100.png" /></a>
+  <a href="javascript:zoom(10);" title="zoom_in" onclick="click(this);"><img src="resources/zoom-in.png" /></a>
+  <a href="javascript:startAutoBrowse();" title="auto browsing"><img id="autobrowse_ico" src="resources/32_play.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}
+  <a href="{$image_url_full}" title="orig_image" target="_blank" onclick="click(this);">
+   <img src="resources/original.png" alt="original resolution" />
+  </a>
+ </div>
+</div>
+
+<div>
+ <div id="photo_details" style="float: right; margin-top: 20px; margin-right: 20px;">
    { if $ExifMadeWith }
    <u><img src="resources/camera.png" alt="camera icon" />&nbsp;Image taken with:</u><br />
    {$ExifMadeWith}<br />
@@ -93,7 +53,7 @@
    <hr>
    { if $prev_img }
     <u><img src="resources/photo.png" alt="photo icon" />&nbsp;Previous:</u><br />
-    <a href="{$previous_url}" onclick="click(this);">
+    <a href="{$previous_url}" onclick="click(this);" id="prev_link">
      <img src="phpfspot_img.php?idx={$prev_img}&amp;width={$mini_width}" /><br />
     </a>
    { /if}
      <img src="phpfspot_img.php?idx={$next_img}&amp;width={$mini_width}" /><br />
     </a>
    { /if}
-   </div>
-  </td>
- </tr>
-</table>
+ </div>
+
+ <!-- the photo itself -->
+
+ <div style="text-align: left; margin-top: 20px; margin-left: 20px;">
+ { if $next_url == "" }
+  <a href="javascript:showPhotoIndex();" onclick="click(this);" name="photo">
+ { else }
+  <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}" name="photo" id="photo" />
+  </a>
+ </div>
+
+ <!-- navigation arrows -->
+
+ <div style="margin-left: 20px;">
+  { 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 (left cursor)">
+    <img src="resources/arrow_left.png" alt="previous photo" />
+   </a>
+  { /if }
+   <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 (right cursor)"> 
+    <img src="resources/arrow_right.png" alt="next photo" />
+   </a>
+  { /if}
+ </div>
+</div>
+<script type="text/javascript">
+<!--
+   if(autobrowse && document.getElementById("autobrowse_ico"))
+      document.getElementById("autobrowse_ico").src = 'resources/32_pause.png';
+
+   /* lets preload to previous and the next image to speedup */
+   var image_next = new Image();
+   image_next.src = "phpfspot_img.php?idx={$next_img}&width={$photo_width}";
+   var image_prev = new Image();
+   image_prev.src = "phpfspot_img.php?idx={$prev_img}&width={$photo_width}";
+
+-->
+</script>
 <!-- /Single photo -->