slitaz-forge view bugs/templates/slitaz/html/_generic.404.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>Item Not Found</title>
4 </head>
6 <body>
7 There is no <span tal:content="context/_classname" /> with id <span tal:content="context/id"/>
8 </body>
9 </html>
10 <!-- SHA: 7c74a39904a98fd7aacba48daf5c6820da253ed2 -->