source:
package_branches/invirt-web/cherrypy-rebased/code/templates/invalid.mako
@
2890
Last change on this file since 2890 was 2693, checked in by broder, 15 years ago | |
---|---|
File size: 358 bytes |
Rev | Line | |
---|---|---|
[2693] | 1 | <%page expression_filter="h"/> |
2 | <%inherit file="skeleton.mako" /> | |
3 | ||
4 | <%def name="title()"> | |
5 | Invalid Input | |
6 | </%def> | |
7 | ||
8 | <p>Your input was bad:</p> | |
9 | <table> | |
10 | <tr><td>Field</td><td>value</td><td>reason</td></tr> | |
11 | <tr><td>${err_field}</td><td>${err_value}</td><td>${errorMessage}</td></tr> | |
12 | %if stderr: | |
13 | <p>Printed to standard error:</p> | |
14 | <pre>${stderr}</pre> | |
15 | %endif | |
16 | </table> |
Note: See TracBrowser
for help on using the repository browser.