Rename all the templates MKWS-313
[mkws-moved-to-github.git] / src / templates / search.handlebars
diff --git a/src/templates/search.handlebars b/src/templates/search.handlebars
new file mode 100644 (file)
index 0000000..82cbd15
--- /dev/null
@@ -0,0 +1,11 @@
+{{!
+Search form
+
+team - MKWS team
+queryWidth - configured width for search box
+}}
+<form name="mkws-search-form" class="mkws-search-form mkws-team-{{team}}" action="">
+  <input class="mkws-query mkws-query mkwsQuery mkws-team-{{team}}" type="text" size="{{queryWidth}}">
+  <input class="mkws-button mkws-button mkwsButton mkws-team-{{team}}" type="submit" value="{{{mkws-translate "Search"}}}">
+</form>
+