new icon for full resolution view
[phpfspot.git] / templates / tags.tpl
index 2a6a7a88f1b6914475780364b56a1a2b6dd46b99..99c8b90784bcabf03267b05e362afa293ac95dc0 100644 (file)
@@ -1,31 +1,37 @@
 <table>
  <tr>
 <table>
  <tr>
-  <td>
-   The following tags are available:
+  <td style="vertical-align: middle; text-decoration: underline;">
+   <img src="resources/available_tags.png" \>Available Tags:
   </td>
  </tr>
  <tr>
   </td>
  </tr>
  <tr>
-  <td>
-   <div id='available_tags'></div>
+  <td class="available_tags">
+   <div id="available_tags"></div>
   </td>
  </tr>
  <tr>
   <td>
   </td>
  </tr>
  <tr>
   <td>
-   The following tags have been selected:
+   <table style="width: 100%;">
+    <tr>
+     <td style="vertical-align: bottom; text-decoration: underline;">
+      <img src="resources/selected_tags.png" />Selected Tags:
+     </td>
+     <td style="vertical-align: bottom;">
+      &nbsp;
+      Condition:
+      <input type="radio" name="condition" value="or" onclick="Tags('condition', this);" {if $current_condition == "or" } checked="checked" { /if } />OR
+      <input type="radio" name="condition" value="and" onclick="Tags('condition', this);" {if $current_condition == "and" } checked="checked" { /if } />AND
+     </td>
+    </tr>
+   </table>
   </td>
  </tr>
  <tr>
   </td>
  </tr>
  <tr>
-  <td>
-   <div id='selected_tags'></div>
+  <td class="selected_tags">
+   <div id="selected_tags"></div>
   </td>
  </tr>
  <tr>
   <td>&nbsp;</td>
  </tr>
   </td>
  </tr>
  <tr>
   <td>&nbsp;</td>
  </tr>
- <tr>
-  <td>
-   <a href="javascript:showPhotoIndex();">Photo Index</a>
-   <a href="javascript:Tags('reset', 0);">Reset Tags</a>
-  </td>
- </tr>
 </table>
 </table>