slitaz-forge view bugs/templates/slitaz/html/_generic.help-search.html @ rev 64

Add bugs template and WSGI handler (may be buggy --> fallback to CGI or roundup-server)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 14 01:13:16 2011 +0200 (2011-04-14)
parents
children
line source
1 <html>
2 <head>
3 <title>Frame for search input fields</title>
4 </head>
5 <body>
6 <p i18n:translate="">Generic template
7 <span tal:replace="request/template" i18n:name="template">help-search</span>
8 or version for class
9 <span tal:replace="request/classname" i18n:name="classname">user</span>
10 is not yet implemented</p>
11 </body>
12 </html>
14 <!-- SHA: b95a7bda7189c0747d2f4112d1d3d02808fd1753 -->