diff options
-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> |