Mercurial > hg > gitserve
diff templates/search.tmpl @ 1441:cbc36ad70945
hgweb: a couple of fixes on search page
- show search string in the bottom search box
- wrap search boxes within paragraphs, this also puts
some space between last changeset and bottom
search box in firefox.
author | TK Soh <teekaysoh@yahoo.com> |
---|---|
date | Mon, 24 Oct 2005 17:54:06 -0700 |
parents | 612f3eba73ee |
children | 46b19175fec6 |
line wrap: on
line diff
--- a/templates/search.tmpl Mon Oct 24 17:41:45 2005 -0700 +++ b/templates/search.tmpl Mon Oct 24 17:54:06 2005 -0700 @@ -12,17 +12,21 @@ <h2>searching for #query|escape#</h2> <form> +<p> search: <input type="hidden" name="cmd" value="changelog"> <input name="rev" type="text" width="30" value="#query|escape#"> +</p> </form> #entries# <form> +<p> search: <input type="hidden" name="cmd" value="changelog"> -<input name="rev" type="text" width="30"> +<input name="rev" type="text" width="30" value="#query|escape#"> +</p> </form> #footer#