fix spelling in welcome.tpl
[phpfspot.git] / themes / default / templates / search.tpl
index 10800e1441e34342eb2b519b3099ce5ecf8a83ed..f983c40b45ea168b4f90887965d47afe491ecb6d 100644 (file)
@@ -7,7 +7,22 @@
  <tr>
   <td>Tag:</td>
   <td>
+   { if $use_autocomplete }
+   <input type="text" name="searchfor_tag" id="searchfor_tag" value="{$searchfor_tag}" size="15" acdropdown="true" autocomplete_list="url:rpc.php?action=getxmltaglist&amp;search=[S]&amp;length=10" />
+   { literal }
+   <script type="text/javascript">
+      var options = {
+         script: "rpc.php?action=getxmltaglist&",
+         varname: "search",
+         json: false,
+         maxresults: 15
+      };
+      var as = new bsn.AutoSuggest('searchfor_tag', options);
+   </script>
+   { /literal }
+   { else }
    <input type="text" name="searchfor_tag" value="{$searchfor_tag}" size="15" />
+   { /if }
   </td>
   <td>
    <input type="image" class="submit" src="resources/doit.png" alt="start search" title="start search" onclick="click(this);" />