]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/searchomatic.html
Revert "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
new file mode 100644 (file)
index 0000000..d758910
--- /dev/null
@@ -0,0 +1,7 @@
+<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>