Mercurial > hg
view templates/search.tmpl @ 1422:a7e8408ac79c
py2exe is not able to handle win32com.shell
Changes:
- setup.py: help py2exe finding the shell module in win32com.shell
author | Volker Kleinfeld <Volker.Kleinfeld@gmx.de> |
---|---|
date | Mon, 24 Oct 2005 14:52:41 -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#