first implementation of "selected tag condition"
[phpfspot.git] / templates / single_photo.tpl
index 716a78e27dba995ba4b058cc7cc0b41ceb52ef70..9f2bcd9f11e2b25c2a32ba3cef208c65bb480332 100644 (file)
@@ -5,12 +5,15 @@
    <b>Photo {$image_name}</b>, {$c_date}, {$madewith}<br />
   </td>
   <td class="index_header" style="text-align: right;">
+   <a href="{$image_url_full}" target="_blank" onclick="click(this);">
+    <img src="resources/loupe.png" />
+   </a>
    <img src="resources/information.png" />
   </td>
  </tr>
  <tr>
   <td colspan="2">
-   <div id='matrix'>
+   <div id='single'>
    <table>
     <tr>
      <td colspan="3">
      { else }
       <a href="{$next_url}"> 
      { /if }
-       <img src="{$image_url}" />
+       <img src="{$image_url}" width="{$width}" height="{$height}" />
       </a>
      </td>
     </tr>
     <tr>
-     <td style="text-align: left;">
+     <td style="text-align: left; width: 33%;">
       { if $previous_url == "" }
        &nbsp;
       { else }
       </a>
       { /if }
      </td>
-     <td>&nbsp;</td>
-     <td style="text-align: right;">
+     <td style="text-align: center; width: 33%;">
+      <a href="javascript:showPhotoIndex();">
+       <img src="resources/arrow_up.png" />
+      </a>
+     </td>
+     <td style="text-align: right; width: 33%;">
       { if $next_url == "" }
       &nbsp;
       { else }