source:
trunk/packages/sipb-xen-www/code/templates/error.tmpl
@
560
Last change on this file since 560 was 543, checked in by broder, 16 years ago | |
---|---|
File size: 242 bytes |
Rev | Line | |
---|---|---|
[113] | 1 | #from skeleton import skeleton |
2 | #extends skeleton | |
3 | ||
4 | #def title | |
5 | ERROR! | |
6 | #end def | |
7 | ||
8 | #def body | |
[153] | 9 | <p>$errorMessage in operation $op. This shouldn't happen! Please |
[543] | 10 | email xvm@mit.edu to explain how it happened. Stderr:</p> |
[153] | 11 | <pre>$stderr</pre> |
[113] | 12 | #end def |
Note: See TracBrowser
for help on using the repository browser.