From 040ab8f2dac3560ff939c28f9e1dc59335f9d93c Mon Sep 17 00:00:00 2001
From: xue <>
Date: Sat, 19 Nov 2005 00:29:54 +0000
Subject:
---
framework/Exceptions/error.html | 28 +++++++++++++++++++++++++
framework/Exceptions/error.tpl | 28 -------------------------
framework/Exceptions/error404-en.html | 29 ++++++++++++++++++++++++++
framework/Exceptions/error404-en.tpl | 29 --------------------------
framework/Exceptions/error404-zh.html | 29 ++++++++++++++++++++++++++
framework/Exceptions/error404-zh.tpl | 29 --------------------------
framework/Exceptions/error404.html | 29 ++++++++++++++++++++++++++
framework/Exceptions/error404.tpl | 29 --------------------------
framework/Exceptions/error500-en.html | 29 ++++++++++++++++++++++++++
framework/Exceptions/error500-en.tpl | 29 --------------------------
framework/Exceptions/error500-zh.html | 28 +++++++++++++++++++++++++
framework/Exceptions/error500-zh.tpl | 28 -------------------------
framework/Exceptions/error500.html | 29 ++++++++++++++++++++++++++
framework/Exceptions/error500.tpl | 29 --------------------------
framework/Exceptions/exception-en.html | 37 ++++++++++++++++++++++++++++++++++
framework/Exceptions/exception-en.tpl | 37 ----------------------------------
framework/Exceptions/exception-zh.html | 37 ++++++++++++++++++++++++++++++++++
framework/Exceptions/exception-zh.tpl | 37 ----------------------------------
framework/Exceptions/exception.html | 37 ++++++++++++++++++++++++++++++++++
framework/Exceptions/exception.tpl | 37 ----------------------------------
20 files changed, 312 insertions(+), 312 deletions(-)
create mode 100644 framework/Exceptions/error.html
delete mode 100644 framework/Exceptions/error.tpl
create mode 100644 framework/Exceptions/error404-en.html
delete mode 100644 framework/Exceptions/error404-en.tpl
create mode 100644 framework/Exceptions/error404-zh.html
delete mode 100644 framework/Exceptions/error404-zh.tpl
create mode 100644 framework/Exceptions/error404.html
delete mode 100644 framework/Exceptions/error404.tpl
create mode 100644 framework/Exceptions/error500-en.html
delete mode 100644 framework/Exceptions/error500-en.tpl
create mode 100644 framework/Exceptions/error500-zh.html
delete mode 100644 framework/Exceptions/error500-zh.tpl
create mode 100644 framework/Exceptions/error500.html
delete mode 100644 framework/Exceptions/error500.tpl
create mode 100644 framework/Exceptions/exception-en.html
delete mode 100644 framework/Exceptions/exception-en.tpl
create mode 100644 framework/Exceptions/exception-zh.html
delete mode 100644 framework/Exceptions/exception-zh.tpl
create mode 100644 framework/Exceptions/exception.html
delete mode 100644 framework/Exceptions/exception.tpl
(limited to 'framework/Exceptions')
diff --git a/framework/Exceptions/error.html b/framework/Exceptions/error.html
new file mode 100644
index 00000000..cff0f910
--- /dev/null
+++ b/framework/Exceptions/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/error.tpl b/framework/Exceptions/error.tpl
deleted file mode 100644
index cff0f910..00000000
--- a/framework/Exceptions/error.tpl
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-%%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/error404-en.html b/framework/Exceptions/error404-en.html
new file mode 100644
index 00000000..11585661
--- /dev/null
+++ b/framework/Exceptions/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/error404-en.tpl b/framework/Exceptions/error404-en.tpl
deleted file mode 100644
index 11585661..00000000
--- a/framework/Exceptions/error404-en.tpl
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-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/error404-zh.html b/framework/Exceptions/error404-zh.html
new file mode 100644
index 00000000..98ec04d8
--- /dev/null
+++ b/framework/Exceptions/error404-zh.html
@@ -0,0 +1,29 @@
+
+
+无法找到页面
+
+
+
+
+%%ErrorMessage%%
+错误代码404
+
+服务器无法找到您所请求的页面。
+如果您是手工输入页面地址的,请检查拼写是否正确。
+
+
+如果您确认这是服务器错误,请联系系统管理员。
+
+
+%%Version%%
+%%Time%%
+
+
+
\ No newline at end of file
diff --git a/framework/Exceptions/error404-zh.tpl b/framework/Exceptions/error404-zh.tpl
deleted file mode 100644
index 98ec04d8..00000000
--- a/framework/Exceptions/error404-zh.tpl
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-无法找到页面
-
-
-
-
-%%ErrorMessage%%
-错误代码404
-
-服务器无法找到您所请求的页面。
-如果您是手工输入页面地址的,请检查拼写是否正确。
-
-
-如果您确认这是服务器错误,请联系系统管理员。
-
-
-%%Version%%
-%%Time%%
-
-
-
\ No newline at end of file
diff --git a/framework/Exceptions/error404.html b/framework/Exceptions/error404.html
new file mode 100644
index 00000000..11585661
--- /dev/null
+++ b/framework/Exceptions/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/error404.tpl b/framework/Exceptions/error404.tpl
deleted file mode 100644
index 11585661..00000000
--- a/framework/Exceptions/error404.tpl
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-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/error500-en.html b/framework/Exceptions/error500-en.html
new file mode 100644
index 00000000..2f0901fb
--- /dev/null
+++ b/framework/Exceptions/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/error500-en.tpl b/framework/Exceptions/error500-en.tpl
deleted file mode 100644
index 2f0901fb..00000000
--- a/framework/Exceptions/error500-en.tpl
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-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.html b/framework/Exceptions/error500-zh.html
new file mode 100644
index 00000000..4c7f6436
--- /dev/null
+++ b/framework/Exceptions/error500-zh.html
@@ -0,0 +1,28 @@
+
+
+服务器内部错误
+
+
+
+
+服务器内部错误
+%%ErrorMessage%%
+
+服务器在处理您的请求时发生了一个内部错误。请向系统管理员汇报这个错误。
+
+
+谢谢。
+
+
+%%Version%%
+%%Time%%
+
+
+
\ No newline at end of file
diff --git a/framework/Exceptions/error500-zh.tpl b/framework/Exceptions/error500-zh.tpl
deleted file mode 100644
index 4c7f6436..00000000
--- a/framework/Exceptions/error500-zh.tpl
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-服务器内部错误
-
-
-
-
-服务器内部错误
-%%ErrorMessage%%
-
-服务器在处理您的请求时发生了一个内部错误。请向系统管理员汇报这个错误。
-
-
-谢谢。
-
-
-%%Version%%
-%%Time%%
-
-
-
\ No newline at end of file
diff --git a/framework/Exceptions/error500.html b/framework/Exceptions/error500.html
new file mode 100644
index 00000000..2f0901fb
--- /dev/null
+++ b/framework/Exceptions/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/error500.tpl b/framework/Exceptions/error500.tpl
deleted file mode 100644
index 2f0901fb..00000000
--- a/framework/Exceptions/error500.tpl
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-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/exception-en.html b/framework/Exceptions/exception-en.html
new file mode 100644
index 00000000..1d76c7f2
--- /dev/null
+++ b/framework/Exceptions/exception-en.html
@@ -0,0 +1,37 @@
+
+
+%%ErrorType%%
+
+
+
+
+%%ErrorType%%
+Description
+%%ErrorMessage%%
+
+
Source File
+%%SourceFile%%
+
+%%SourceCode%%
+
+Stack Trace
+
+
+%%Version%%
+%%Time%%
+
+
+
\ No newline at end of file
diff --git a/framework/Exceptions/exception-en.tpl b/framework/Exceptions/exception-en.tpl
deleted file mode 100644
index 1d76c7f2..00000000
--- a/framework/Exceptions/exception-en.tpl
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-%%ErrorType%%
-
-
-
-
-%%ErrorType%%
-Description
-%%ErrorMessage%%
-
-
Source File
-%%SourceFile%%
-
-%%SourceCode%%
-
-Stack Trace
-
-
-%%Version%%
-%%Time%%
-
-
-
\ No newline at end of file
diff --git a/framework/Exceptions/exception-zh.html b/framework/Exceptions/exception-zh.html
new file mode 100644
index 00000000..8f56ec9e
--- /dev/null
+++ b/framework/Exceptions/exception-zh.html
@@ -0,0 +1,37 @@
+
+
+%%ErrorType%%
+
+
+
+
+%%ErrorType%%
+错误信息
+%%ErrorMessage%%
+
+
错误代码文件
+%%SourceFile%%
+
+%%SourceCode%%
+
+错误堆栈信息
+
+
+%%Version%%
+%%Time%%
+
+
+
\ No newline at end of file
diff --git a/framework/Exceptions/exception-zh.tpl b/framework/Exceptions/exception-zh.tpl
deleted file mode 100644
index 8f56ec9e..00000000
--- a/framework/Exceptions/exception-zh.tpl
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-%%ErrorType%%
-
-
-
-
-%%ErrorType%%
-错误信息
-%%ErrorMessage%%
-
-
错误代码文件
-%%SourceFile%%
-
-%%SourceCode%%
-
-错误堆栈信息
-
-
-%%Version%%
-%%Time%%
-
-
-
\ No newline at end of file
diff --git a/framework/Exceptions/exception.html b/framework/Exceptions/exception.html
new file mode 100644
index 00000000..1d76c7f2
--- /dev/null
+++ b/framework/Exceptions/exception.html
@@ -0,0 +1,37 @@
+
+
+%%ErrorType%%
+
+
+
+
+%%ErrorType%%
+Description
+%%ErrorMessage%%
+
+
Source File
+%%SourceFile%%
+
+%%SourceCode%%
+
+Stack Trace
+
+
+%%Version%%
+%%Time%%
+
+
+
\ No newline at end of file
diff --git a/framework/Exceptions/exception.tpl b/framework/Exceptions/exception.tpl
deleted file mode 100644
index 1d76c7f2..00000000
--- a/framework/Exceptions/exception.tpl
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-%%ErrorType%%
-
-
-
-
-%%ErrorType%%
-Description
-%%ErrorMessage%%
-
-
Source File
-%%SourceFile%%
-
-%%SourceCode%%
-
-Stack Trace
-
-
-%%Version%%
-%%Time%%
-
-
-
\ No newline at end of file
--
cgit v1.2.3