better style for single photo details
[phpfspot.git] / templates / tags.tpl
index 99c8b90784bcabf03267b05e362afa293ac95dc0..1bdcea7c5bd11d9021f4beebdf843418a2c562ab 100644 (file)
@@ -1,7 +1,20 @@
 <table>
  <tr>
   <td style="vertical-align: middle; text-decoration: underline;">
 <table>
  <tr>
   <td style="vertical-align: middle; text-decoration: underline;">
-   <img src="resources/available_tags.png" \>Available Tags:
+   <img src="resources/loupe.png" />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>
  </tr>
  <tr>
      <td style="vertical-align: bottom; text-decoration: underline;">
       <img src="resources/selected_tags.png" />Selected Tags:
      </td>
      <td style="vertical-align: bottom; text-decoration: underline;">
       <img src="resources/selected_tags.png" />Selected Tags:
      </td>
-     <td style="vertical-align: bottom;">
+     <td style="vertical-align: bottom; white-space: nowrap;">
       &nbsp;
       &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
+      <input type="radio" name="condition" value="or" onclick="Tags('condition', this);" {if $current_condition == "or" } checked="checked" { /if } />||
+      <input type="radio" name="condition" value="and" onclick="Tags('condition', this);" {if $current_condition == "and" } checked="checked" { /if } />&amp;&amp;
      </td>
     </tr>
    </table>
      </td>
     </tr>
    </table>