slitaz-forge annotate 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
rev   line source
pankso@64 1 <html>
pankso@64 2 <head>
pankso@64 3 <title>Frame for search input fields</title>
pankso@64 4 </head>
pankso@64 5 <body>
pankso@64 6 <p i18n:translate="">Generic template
pankso@64 7 <span tal:replace="request/template" i18n:name="template">help-search</span>
pankso@64 8 or version for class
pankso@64 9 <span tal:replace="request/classname" i18n:name="classname">user</span>
pankso@64 10 is not yet implemented</p>
pankso@64 11 </body>
pankso@64 12 </html>
pankso@64 13
pankso@64 14 <!-- SHA: b95a7bda7189c0747d2f4112d1d3d02808fd1753 -->