diff options
Diffstat (limited to 'backend/ikistrap/templates/googleform.tmpl')
-rw-r--r-- | backend/ikistrap/templates/googleform.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/ikistrap/templates/googleform.tmpl b/backend/ikistrap/templates/googleform.tmpl new file mode 100644 index 0000000..0347972 --- /dev/null +++ b/backend/ikistrap/templates/googleform.tmpl @@ -0,0 +1,4 @@ +<form method="get" action="https://www.google.com/search" id="searchform" class="form-inline pull-xs-right"> + <input name="sitesearch" value="<TMPL_VAR URL>" type="hidden" /> + <input name="q" value="" id="searchbox" size="12" type="text" placeholder="Search…" class="form-control" /> +</form> |