we check now for file changes with md5 sums.
[phpfspot.git] / templates / tags.tpl
index 812b36a38d5b250ecefb55087beb194df270c261..4801743653f0a28e2b9d7d94f342ca21b316b248 100644 (file)
@@ -1,4 +1,18 @@
 <table>
+ <tr>
+  <td style="vertical-align: middle; text-decoration: underline;">
+   <input type="image" src="resources/loupe.png" alt="Tag-Search" />
+   Tag-Search:
+  </td>
+ </tr>
+ <tr>
+  <td class="searchfor">
+   <form onsubmit="startSearch(document.getElementsByName('searchfor')[0].value); return false;">
+    <input type="text" name="searchfor" value="{$searchfor}" size="15" />
+    <input type="image" src="resources/doit.png" alt="Tag-Search" />
+   </form>
+  </td>
+ </tr>
  <tr>
   <td style="vertical-align: middle; text-decoration: underline;">
    <img src="resources/available_tags.png" \>Available Tags:
   </td>
  </tr>
  <tr>
-  <td style="vertical-align: middle; text-decoration: underline;">
-   <img src="resources/selected_tags.png" />Selected Tags:
+  <td>
+   <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>