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.
This commit is contained in:
TK Soh 2005-10-24 17:54:06 -07:00
parent c039642ffc
commit 3d707867b0

View File

@ -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#