]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - templates/googleform.tmpl
wip bootstrap theme
[git.ikiwiki.info.git] / templates / googleform.tmpl
index 155a08155198224b6202ceb1c150f6881752fef3..17fba18f5be9af0cf24c05cf811417e4ccd6d13e 100644 (file)
@@ -1,8 +1,7 @@
 
-<form method="get" action="https://www.google.com/search" id="searchform">
- <div>
+<form method="get" action="https://www.google.com/search" id="searchform" class="form-inline pull-xs-right">
+ <TMPL_UNLESS THEME_BOOTSTRAP><div></TMPL_UNLESS>
   <input name="sitesearch" value="<TMPL_VAR URL>" type="hidden" />
-  <input name="q" value="" id="searchbox" size="16" maxlength="255" type="text"
-    placeholder="search" />
- </div>
+  <input name="q" value="" id="searchbox" size="12" type="text" placeholder="search" class="form-control" />
+ <TMPL_UNLESS THEME_BOOTSTRAP></div></TMPL_UNLESS>
 </form>