Last change
on this file since 531 was
531,
checked in by joachim, 18 years ago
|
created own error pages for not found and other
|
File size:
305 bytes
|
Line | |
---|
1 | <!-- a error_lib macro --> |
---|
2 | <!-- $Id: error_lib_not_found.pt 6905 2004-12-21 11:35:35Z bdelbosc $ --> |
---|
3 | |
---|
4 | <!-- macro library for rendering specific error messages per error type --> |
---|
5 | <metal:block define-macro="not_found"> |
---|
6 | <h1>Not Found</h1> |
---|
7 | |
---|
8 | <p>The resource you asked was not found. |
---|
9 | </p> |
---|
10 | |
---|
11 | </metal:block> |
---|
Note: See
TracBrowser for help on using the repository browser.