| 1 |
lars |
1 |
This directory contains templates used to display PRADO exception and error messages to end-users.
|
|
|
2 |
|
|
|
3 |
All error template files follow the following naming convention:
|
|
|
4 |
|
|
|
5 |
error<status code>-<language code>.html
|
|
|
6 |
|
|
|
7 |
where <status code> refers to a HTTP status code used when raising THttpException, and
|
|
|
8 |
<language code> refers to a valid language such as en, zh, fr.
|
|
|
9 |
|
|
|
10 |
The naming convention for exception template files is similar to that of error template files.
|
|
|
11 |
|
|
|
12 |
|
|
|
13 |
CAUTION: When saving a template file, please make sure the file is saved using UTF-8 encoding.
|
|
|
14 |
On Windows, you may use Notepad.exe to accomplish such saving.
|
|
|
15 |
|
|
|
16 |
|
|
|
17 |
Qiang Xue
|
|
|
18 |
Jan. 3, 2006
|