serv_rssclient.c: style update
[citadel.git] / webcit / static / t / searchomatic.html
diff --git a/webcit/static/t/searchomatic.html b/webcit/static/t/searchomatic.html
deleted file mode 100644 (file)
index d758910..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<form name="searchomatic" action="do_search">
-       <div style="display: inline;">
-               <input type="hidden" name="nonce" value="<?NONCE>">
-               <label for="srchquery"><?_("Search: ")></label>
-               <input <?%("COND:SERV:FULLTEXT_ENABLED", 1, "something needed here", 1,  "", "disabled='disabled'")> type="text" name="query" id="srchquery" size="15" maxlength="128" class="inputbox">
-       </div>
-</form>