source: trunk/packages/invirt-web/code/templates/invalid.tmpl @ 1318

Last change on this file since 1318 was 1318, checked in by price, 16 years ago

sipb-xen-www -> invirt-web

File size: 374 bytes
RevLine 
[153]1#from skeleton import skeleton
2#extends skeleton
3
4#def title
[422]5Invalid Input
[153]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.