Mercurial > p > roundup > code
view templates/classic/html/_generic.404.html @ 3950:257b4eab3bb2
Documentation for the XML-RPC interface
Also make "all" the default rule again :(
| author | Justus Pendleton <jpend@users.sourceforge.net> |
|---|---|
| date | Fri, 23 Nov 2007 20:57:50 +0000 |
| parents | dd00c917fc40 |
| children |
line wrap: on
line source
<html> <head> <title>Item Not Found</title> </head> <body> There is no <span tal:content="context/_classname" /> with id <span tal:content="context/id"/> </body> </html>
