templates/search-gitweb.tmpl
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 06 Aug 2006 16:03:02 +0200
changeset 2785 58a679745b38
parent 2684 783220e5d2d1
child 3205 48395d2692de
permissions -rw-r--r--
mailbomb: add a comment and remove the bcc in a more pythonic way

#header#
<div class="page_nav">
<a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=shortlog;style=gitweb">shortlog</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=/;style=gitweb">manifest</a><br/>
</div>

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

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

#entries#

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

#footer#