summaryrefslogtreecommitdiffstats
path: root/templates/explore/search.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/explore/search.tmpl')
-rw-r--r--templates/explore/search.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/explore/search.tmpl b/templates/explore/search.tmpl
new file mode 100644
index 0000000000..f18648865c
--- /dev/null
+++ b/templates/explore/search.tmpl
@@ -0,0 +1,7 @@
+<form class="ui form">
+ <div class="ui fluid action input">
+ <input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus>
+ <button class="ui blue button">{{.i18n.Tr "explore.search"}}</button>
+ </div>
+</form>
+<div class="ui divider"></div> \ No newline at end of file