source:
package_branches/invirt-web/cherrypy/code/templates/invalid.tmpl
@
2419
| Last change on this file since 2419 was 1318, checked in by price, 17 years ago | |
|---|---|
| File size: 374 bytes | |
| Line | |
|---|---|
| 1 | #from skeleton import skeleton |
| 2 | #extends skeleton |
| 3 | |
| 4 | #def title |
| 5 | Invalid Input |
| 6 | #end def |
| 7 | |
| 8 | #def body |
| 9 | <p>Your input was bad:</p> |
| 10 | <table> |
| 11 | <tr><td>operation</td><td>Field</td><td>value</td><td>reason</td></tr> |
| 12 | <tr><td>$op</td><td>$err_field</td><td>$err_value</td><td>$errorMessage</td></tr> |
| 13 | #if $stderr |
| 14 | <p>Printed to standard error:</p> |
| 15 | <pre>$stderr</pre> |
| 16 | #end if |
| 17 | </table> |
| 18 | #end def |
Note: See TracBrowser
for help on using the repository browser.
