From 12a74128ad47e706fd0acc6a3367cbe8bd4e7f1e Mon Sep 17 00:00:00 2001
From: xue <>
Date: Tue, 22 Nov 2005 12:39:09 +0000
Subject:
---
framework/Exceptions/templates/error.html | 28 +++++++++++++++++
framework/Exceptions/templates/error404-en.html | 29 +++++++++++++++++
framework/Exceptions/templates/error404-zh.html | 29 +++++++++++++++++
framework/Exceptions/templates/error404.html | 29 +++++++++++++++++
framework/Exceptions/templates/error500-en.html | 29 +++++++++++++++++
framework/Exceptions/templates/error500-zh.html | 28 +++++++++++++++++
framework/Exceptions/templates/error500.html | 29 +++++++++++++++++
framework/Exceptions/templates/error503-en.html | 27 ++++++++++++++++
framework/Exceptions/templates/error503-zh.html | 27 ++++++++++++++++
framework/Exceptions/templates/error503.html | 27 ++++++++++++++++
framework/Exceptions/templates/exception-en.html | 40 ++++++++++++++++++++++++
framework/Exceptions/templates/exception-zh.html | 40 ++++++++++++++++++++++++
framework/Exceptions/templates/exception.html | 40 ++++++++++++++++++++++++
13 files changed, 402 insertions(+)
create mode 100644 framework/Exceptions/templates/error.html
create mode 100644 framework/Exceptions/templates/error404-en.html
create mode 100644 framework/Exceptions/templates/error404-zh.html
create mode 100644 framework/Exceptions/templates/error404.html
create mode 100644 framework/Exceptions/templates/error500-en.html
create mode 100644 framework/Exceptions/templates/error500-zh.html
create mode 100644 framework/Exceptions/templates/error500.html
create mode 100644 framework/Exceptions/templates/error503-en.html
create mode 100644 framework/Exceptions/templates/error503-zh.html
create mode 100644 framework/Exceptions/templates/error503.html
create mode 100644 framework/Exceptions/templates/exception-en.html
create mode 100644 framework/Exceptions/templates/exception-zh.html
create mode 100644 framework/Exceptions/templates/exception.html
(limited to 'framework/Exceptions/templates')
diff --git a/framework/Exceptions/templates/error.html b/framework/Exceptions/templates/error.html
new file mode 100644
index 00000000..cff0f910
--- /dev/null
+++ b/framework/Exceptions/templates/error.html
@@ -0,0 +1,28 @@
+
+
+%%ErrorMessage%%
+
+
+
+
+Error %%StatusCode%%
+%%ErrorMessage%%
+
+The above error happened when the server was processing your request.
+
+
+If you think this is a server error, please contact the webmaster.
+
+
+%%Version%%
+%%Time%%
+
+
+
\ No newline at end of file
diff --git a/framework/Exceptions/templates/error404-en.html b/framework/Exceptions/templates/error404-en.html
new file mode 100644
index 00000000..11585661
--- /dev/null
+++ b/framework/Exceptions/templates/error404-en.html
@@ -0,0 +1,29 @@
+
+
+Page Not Found
+
+
+
+
+%%ErrorMessage%%
+Error 404
+
+The requested URL was not found on this server.
+If you entered the URL manually please check your spelling and try again.
+
+
+If you think this is a server error, please contact the webmaster.
+
+
+%%Version%%
+%%Time%%
+
+
+
\ No newline at end of file
diff --git a/framework/Exceptions/templates/error404-zh.html b/framework/Exceptions/templates/error404-zh.html
new file mode 100644
index 00000000..98ec04d8
--- /dev/null
+++ b/framework/Exceptions/templates/error404-zh.html
@@ -0,0 +1,29 @@
+
+
+无法找到页面
+
+
+
+
+%%ErrorMessage%%
+错误代码404
+
+服务器无法找到您所请求的页面。
+如果您是手工输入页面地址的,请检查拼写是否正确。
+
+
+如果您确认这是服务器错误,请联系系统管理员。
+
+
+%%Version%%
+%%Time%%
+
+
+
\ No newline at end of file
diff --git a/framework/Exceptions/templates/error404.html b/framework/Exceptions/templates/error404.html
new file mode 100644
index 00000000..11585661
--- /dev/null
+++ b/framework/Exceptions/templates/error404.html
@@ -0,0 +1,29 @@
+
+
+Page Not Found
+
+
+
+
+%%ErrorMessage%%
+Error 404
+
+The requested URL was not found on this server.
+If you entered the URL manually please check your spelling and try again.
+
+
+If you think this is a server error, please contact the webmaster.
+
+
+%%Version%%
+%%Time%%
+
+
+
\ No newline at end of file
diff --git a/framework/Exceptions/templates/error500-en.html b/framework/Exceptions/templates/error500-en.html
new file mode 100644
index 00000000..2f0901fb
--- /dev/null
+++ b/framework/Exceptions/templates/error500-en.html
@@ -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/templates/error500-zh.html b/framework/Exceptions/templates/error500-zh.html
new file mode 100644
index 00000000..4c7f6436
--- /dev/null
+++ b/framework/Exceptions/templates/error500-zh.html
@@ -0,0 +1,28 @@
+
+
+服务器内部错误
+
+
+
+
+服务器内部错误
+%%ErrorMessage%%
+
+服务器在处理您的请求时发生了一个内部错误。请向系统管理员汇报这个错误。
+
+
+谢谢。
+
+
+%%Version%%
+%%Time%%
+
+
+
\ No newline at end of file
diff --git a/framework/Exceptions/templates/error500.html b/framework/Exceptions/templates/error500.html
new file mode 100644
index 00000000..2f0901fb
--- /dev/null
+++ b/framework/Exceptions/templates/error500.html
@@ -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/templates/error503-en.html b/framework/Exceptions/templates/error503-en.html
new file mode 100644
index 00000000..60527c45
--- /dev/null
+++ b/framework/Exceptions/templates/error503-en.html
@@ -0,0 +1,27 @@
+
+
+Service Unavailable
+
+
+
+
+Service Unavailable
+
+Our system is currently under maintenance. Please come back later.
+
+
+Thank you.
+
+
+%%Version%%
+%%Time%%
+
+
+
\ No newline at end of file
diff --git a/framework/Exceptions/templates/error503-zh.html b/framework/Exceptions/templates/error503-zh.html
new file mode 100644
index 00000000..b6b5915c
--- /dev/null
+++ b/framework/Exceptions/templates/error503-zh.html
@@ -0,0 +1,27 @@
+
+
+系统无法提供服务
+
+
+
+
+系统无法提供服务
+
+系统维护中,请稍后再来访问。
+
+
+谢谢。
+
+
+%%Version%%
+%%Time%%
+
+
+
\ No newline at end of file
diff --git a/framework/Exceptions/templates/error503.html b/framework/Exceptions/templates/error503.html
new file mode 100644
index 00000000..60527c45
--- /dev/null
+++ b/framework/Exceptions/templates/error503.html
@@ -0,0 +1,27 @@
+
+
+Service Unavailable
+
+
+
+
+Service Unavailable
+
+Our system is currently under maintenance. Please come back later.
+
+
+Thank you.
+
+
+%%Version%%
+%%Time%%
+
+
+
\ No newline at end of file
diff --git a/framework/Exceptions/templates/exception-en.html b/framework/Exceptions/templates/exception-en.html
new file mode 100644
index 00000000..67e15dfe
--- /dev/null
+++ b/framework/Exceptions/templates/exception-en.html
@@ -0,0 +1,40 @@
+
+
+%%ErrorType%%
+
+
+
+
+%%ErrorType%%
+Description
+%%ErrorMessage%%
+
+
Source File
+%%SourceFile%%
+
+Stack Trace
+
+
+%%Version%%
+%%Time%%
+
+
+
\ No newline at end of file
diff --git a/framework/Exceptions/templates/exception-zh.html b/framework/Exceptions/templates/exception-zh.html
new file mode 100644
index 00000000..e0897688
--- /dev/null
+++ b/framework/Exceptions/templates/exception-zh.html
@@ -0,0 +1,40 @@
+
+
+%%ErrorType%%
+
+
+
+
+%%ErrorType%%
+错误信息
+%%ErrorMessage%%
+
+
错误代码文件
+%%SourceFile%%
+
+错误堆栈信息
+
+
+%%Version%%
+%%Time%%
+
+
+
\ No newline at end of file
diff --git a/framework/Exceptions/templates/exception.html b/framework/Exceptions/templates/exception.html
new file mode 100644
index 00000000..67e15dfe
--- /dev/null
+++ b/framework/Exceptions/templates/exception.html
@@ -0,0 +1,40 @@
+
+
+%%ErrorType%%
+
+
+
+
+%%ErrorType%%
+Description
+%%ErrorMessage%%
+
+
Source File
+%%SourceFile%%
+
+Stack Trace
+
+
+%%Version%%
+%%Time%%
+
+
+
\ No newline at end of file
--
cgit v1.2.3