diff options
author | xue <> | 2006-01-03 16:03:33 +0000 |
---|---|---|
committer | xue <> | 2006-01-03 16:03:33 +0000 |
commit | bf00b95810c16471d6acbd8f9f4cc8b2b1530481 (patch) | |
tree | ba02a9a3281371889c9f8246b5fe0c0f74df3855 /framework/Exceptions/templates/readme.txt | |
parent | 186e872e8e91bb4ede8c0afb376bfab6e29fa4c4 (diff) |
Added Error 400 templates. Fixed encoding problems for a few templates.
Diffstat (limited to 'framework/Exceptions/templates/readme.txt')
-rw-r--r-- | framework/Exceptions/templates/readme.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/framework/Exceptions/templates/readme.txt b/framework/Exceptions/templates/readme.txt new file mode 100644 index 00000000..635b6688 --- /dev/null +++ b/framework/Exceptions/templates/readme.txt @@ -0,0 +1,18 @@ +This directory contains templates used to display PRADO exception and error messages to end-users.
+
+All error template files follow the following naming convention:
+
+ error<status code>-<language code>.html
+
+where <status code> refers to a HTTP status code used when raising THttpException, and
+<language code> refers to a valid language such as en, zh, fr.
+
+The naming convention for exception template files is similar to that of error template files.
+
+
+CAUTION: When saving a template file, please make sure the file is saved using UTF-8 encoding.
+On Windows, you may use Notepad.exe to accomplish such saving.
+
+
+Qiang Xue
+Jan. 3, 2006
\ No newline at end of file |