view templates/search.tmpl @ 1419:22041f754f4a

hgweb: fix broken tags->changelog link
author Matt Mackall <mpm@selenic.com>
date Fri, 21 Oct 2005 00:15:55 -0700
parents 17703aa4491e
children 612f3eba73ee
line wrap: on
line source

#header#
<title>#repo|escape#: searching for #query|escape#</title>
</head>
<body>

<div class="buttons">
<a href="?cl=#rev#">changelog</a>
<a href="?tags=">tags</a>
<a href="?mf=#manifest|short#;path=/">manifest</a>
</div>

<h2>searching for #query|escape#</h2>

<form>
search:
<input type="hidden" name="cmd" value="changelog">
<input name="rev" type="text" width="30" value="#query|escape#">
</form>

#entries#

<form>
search:
<input type="hidden" name="cmd" value="changelog">
<input name="rev" type="text" width="30">
</form>

#footer#