summaryrefslogtreecommitdiff
path: root/googleform.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-20 23:43:29 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-20 23:43:29 +0200
commitcf42de536ad31aa8f781a316936888af9cac9dbe (patch)
treeca89f67f6f4ca0f75f482f8346aa9089be55a704 /googleform.tmpl
parent605cb4391d31b3f3ab5f95f97c4b5a6dcb0685e9 (diff)
parent3e2f923e92cf5757631a0ed28223a68d38e71f6f (diff)
Merge branch 'scs' into allinone-nonedit
Conflicts (manually resolved): misc.tmpl page.tmpl
Diffstat (limited to 'googleform.tmpl')
-rw-r--r--googleform.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/googleform.tmpl b/googleform.tmpl
index 523cff0..9468e06 100644
--- a/googleform.tmpl
+++ b/googleform.tmpl
@@ -1,6 +1,8 @@
+
<form method="get" action="http://www.google.com/search" id="searchform">
<div>
- <input name="sitesearch" value="<TMPL_VAR SITEFQDN>" type="hidden">
- <input name="q" value="" id="searchbox" size="16" maxlength="255" type="text">
+ <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>