diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-07-08 02:10:57 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-07-08 02:10:57 +0000 |
commit | 86f1f16367ea9e2d9b2d5bb82dbdfd0dfac8bdd3 (patch) | |
tree | 5ab6bbf3a11baba2ad7a8a9b4ea9b3d85a16b7df | |
parent | Change Google CSE to redirect to a google page like it used to. (diff) | |
download | packages-3-86f1f16367ea9e2d9b2d5bb82dbdfd0dfac8bdd3.tar.gz packages-3-86f1f16367ea9e2d9b2d5bb82dbdfd0dfac8bdd3.tar.bz2 packages-3-86f1f16367ea9e2d9b2d5bb82dbdfd0dfac8bdd3.zip |
More CSE UI.
-rw-r--r-- | web/templates/layout.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/templates/layout.html b/web/templates/layout.html index 4355f5d..0ffd120 100644 --- a/web/templates/layout.html +++ b/web/templates/layout.html @@ -91,6 +91,8 @@ def alpha_url(baseurl): customSearchControl.draw('cse'); }, true); </script> + <input type="text" id="search_input" /> + <input type="button" onclick="executeGoogleSearch()" value="Search" /> </div> <div py:for="day, pvs in daylist"> <p>${day}</p> |