From bf00b95810c16471d6acbd8f9f4cc8b2b1530481 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 3 Jan 2006 16:03:33 +0000 Subject: Added Error 400 templates. Fixed encoding problems for a few templates. --- framework/Exceptions/templates/readme.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 framework/Exceptions/templates/readme.txt (limited to 'framework/Exceptions/templates/readme.txt') 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-.html + +where refers to a HTTP status code used when raising THttpException, and + 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 -- cgit v1.2.3