use some icons in single photo view
[phpfspot.git] / templates / single_photo.tpl
index 3965edcb3f6b55e4045a5e24c5bcfc55b47b8285..4501333261d606e3a46bada08ec63c1de4a63e6f 100644 (file)
@@ -1,12 +1,15 @@
 <!-- Single photo -->
 <table>
  <tr>
-  <td class="index_header">
+  <td class="index_header" style="text-align: left;">
    <b>Photo {$image_name}</b><br />
   </td>
+  <td class="index_header" style="text-align: right;">
+   <img src="resources/information.png" />
+  </td>
  </tr>
  <tr>
-  <td>
+  <td colspan="2">
    <div id='matrix'>
    <table>
     <tr>
@@ -21,7 +24,9 @@
       { if $previous_url == "" }
        &nbsp;
       { else }
-      <a href="{$previous_url}">Previous</a>
+      <a href="{$previous_url}">
+       <img src="resources/arrow_left.png" />
+      </a>
       { /if }
      </td>
      <td>&nbsp;</td>
@@ -29,7 +34,9 @@
       { if $next_url == "" }
       &nbsp;
       { else }
-      <a href="{$next_url}">Next</a>
+      <a href="{$next_url}"> 
+       <img src="resources/arrow_right.png" />
+      </a>
       { /if}
      </td>
     </tr>