issue13, first try of external links, this time for photo index
[phpfspot.git] / templates / tags.tpl
index 084c1ea42cc3f2b04170548c63d5488232be5a1f..3efcc31813de483e13f63d50a7f2330847f9db10 100644 (file)
@@ -1,7 +1,20 @@
 <table>
  <tr>
-  <td>
-   Available Tags:
+  <td style="vertical-align: middle; text-decoration: underline;">
+   <img src="resources/loupe.png" alt="loupe" />Tag-Search:
+  </td>
+ </tr>
+ <tr>
+  <td class="searchfor">
+   <form action="" onsubmit="startTagSearch(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" alt="available tags" />Available Tags:
   </td>
  </tr>
  <tr>
  </tr>
  <tr>
   <td>
-   Selected Tags:
+   <table style="width: 100%;">
+    <tr>
+     <td style="vertical-align: bottom; text-decoration: underline;">
+      <img src="resources/selected_tags.png" alt="selected tags" />Selected Tags:
+     </td>
+     <td style="vertical-align: bottom; white-space: nowrap;">
+      &nbsp;
+      <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>
  <tr>