diff options
Diffstat (limited to 'backend/ikistrap/templates/searchform.tmpl')
-rw-r--r-- | backend/ikistrap/templates/searchform.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/ikistrap/templates/searchform.tmpl b/backend/ikistrap/templates/searchform.tmpl new file mode 100644 index 0000000..6029000 --- /dev/null +++ b/backend/ikistrap/templates/searchform.tmpl @@ -0,0 +1,6 @@ +<form method="get" action="<TMPL_VAR SEARCHACTION>" id="searchform" class="form-inline input-group input-group-sm pull-xs-right"> + <input type="text" id="searchbox" name="P" value="" size="12" placeholder="Search…" class="form-control" /> + <span class="input-group-btn"> + <button class="btn btn-secondary" type="submit"><i class="fa fa-search"></i></button> + </span> +</form> |