summaryrefslogtreecommitdiff
path: root/templates/googleform.tmpl
diff options
context:
space:
mode:
authorJuliane Clausen <git@juliane-clausen.de>2014-08-06 22:18:36 +0200
committerJuliane Clausen <git@juliane-clausen.de>2014-08-07 00:25:27 +0200
commit8295b54d22fdfafcc50021d84f20f1818a611ade (patch)
tree0c93968459b605a94c6a27e7a77ab8f54c250b42 /templates/googleform.tmpl
parente9485c5c06b47098acc93ff7d24ca2fca1ac97aa (diff)
Navbars bootstrappifiziert
Diffstat (limited to 'templates/googleform.tmpl')
-rw-r--r--templates/googleform.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/googleform.tmpl b/templates/googleform.tmpl
new file mode 100644
index 00000000..e88f3935
--- /dev/null
+++ b/templates/googleform.tmpl
@@ -0,0 +1,8 @@
+
+<form method="get" action="http://www.google.com/search" class="navbar-form navbar-right" role="search" id="searchform">
+ <div class="form-group">
+ <input name="sitesearch" value="<TMPL_VAR URL>" type="hidden" />
+ <input name="q" value="" id="searchbox" size="16" maxlength="255" type="text" class="form-control"
+ <TMPL_IF HTML5>placeholder="search"</TMPL_IF> />
+ </div>
+</form>