Mercurial > hg
view templates/search.tmpl @ 3239:7a3edd3f7c3e
Install all files/subdirectories below templates.
This is needed because styles are now in their own subdirectory.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 03 Oct 2006 11:53:35 +0200 |
parents | 48395d2692de |
children | d1aa83f199ef |
line wrap: on
line source
#header# <title>#repo|escape#: searching for #query|escape#</title> </head> <body> <div class="buttons"> <a href="?cl=tip">changelog</a> <a href="?sl=tip">shortlog</a> <a href="?tags=">tags</a> <a href="?mf=#node|short#;path=/">manifest</a> </div> <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" value="#query|escape#"> </p> </form> #footer#