From 53cb82bd1525adac534404657310961dc53796b2 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 18 Nov 2005 23:08:51 +0000 Subject: --- .gitattributes | 2 ++ framework/Exceptions/error500-en.tpl | 29 +++++++++++++++++++++++++++++ framework/Exceptions/error500-zh.tpl | 28 ++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 framework/Exceptions/error500-en.tpl create mode 100644 framework/Exceptions/error500-zh.tpl diff --git a/.gitattributes b/.gitattributes index 8edc9342..08f1b974 100644 --- a/.gitattributes +++ b/.gitattributes @@ -43,6 +43,8 @@ framework/Exceptions/error.tpl -text framework/Exceptions/error404-en.tpl -text framework/Exceptions/error404-zh.tpl -text framework/Exceptions/error404.tpl -text +framework/Exceptions/error500-en.tpl -text +framework/Exceptions/error500-zh.tpl -text framework/Exceptions/error500.tpl -text framework/Exceptions/exception.tpl -text framework/Exceptions/messages.en -text diff --git a/framework/Exceptions/error500-en.tpl b/framework/Exceptions/error500-en.tpl new file mode 100644 index 00000000..2f0901fb --- /dev/null +++ b/framework/Exceptions/error500-en.tpl @@ -0,0 +1,29 @@ + + +Internal Server Error + + + + +

Internal Server Error

+

%%ErrorMessage%%

+

+An internal error occurred while the Web server was handling your request. +Please contact the webmaster to report this problem. +

+

+Thank you. +

+
+%%Version%%
+%%Time%% +
+ + \ No newline at end of file diff --git a/framework/Exceptions/error500-zh.tpl b/framework/Exceptions/error500-zh.tpl new file mode 100644 index 00000000..4c7f6436 --- /dev/null +++ b/framework/Exceptions/error500-zh.tpl @@ -0,0 +1,28 @@ + + +服务器内部错误 + + + + +

服务器内部错误

+

%%ErrorMessage%%

+

+服务器在处理您的请求时发生了一个内部错误。请向系统管理员汇报这个错误。 +

+

+谢谢。 +

+
+%%Version%%
+%%Time%% +
+ + \ No newline at end of file -- cgit v1.2.3