Add templates
[mirror/dsa-wiki.git] / templates / googleform.tmpl
diff --git a/templates/googleform.tmpl b/templates/googleform.tmpl
new file mode 100644 (file)
index 0000000..f39b465
--- /dev/null
@@ -0,0 +1,7 @@
+<form method="get" action="http://www.google.com/search" id="searchform">
+ <div>
+  <input name="sitesearch" value="<TMPL_VAR URL>" type="hidden" />
+  <input name="q" value="" id="searchbox" size="16" maxlength="255" type="text"
+  <TMPL_IF HTML5>placeholder="search"</TMPL_IF> />
+ </div>
+</form>