From 78601a744a54736764173ca5cbedb1cca9d2ce81 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 18 Nov 2005 23:10:40 +0000 Subject: --- .gitattributes | 2 ++ framework/Exceptions/exception-en.tpl | 37 +++++++++++++++++++++++++++++++++++ framework/Exceptions/exception-zh.tpl | 37 +++++++++++++++++++++++++++++++++++ 3 files changed, 76 insertions(+) create mode 100644 framework/Exceptions/exception-en.tpl create mode 100644 framework/Exceptions/exception-zh.tpl diff --git a/.gitattributes b/.gitattributes index 08f1b974..ab16e7b4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -46,6 +46,8 @@ 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-en.tpl -text +framework/Exceptions/exception-zh.tpl -text framework/Exceptions/exception.tpl -text framework/Exceptions/messages.en -text framework/IO/TTextWriter.php -text diff --git a/framework/Exceptions/exception-en.tpl b/framework/Exceptions/exception-en.tpl new file mode 100644 index 00000000..1d76c7f2 --- /dev/null +++ b/framework/Exceptions/exception-en.tpl @@ -0,0 +1,37 @@ + + +%%ErrorType%% + + + + +

%%ErrorType%%

+

Description

+

%%ErrorMessage%%

+

+

Source File

+

%%SourceFile%%

+
+%%SourceCode%% +
+

Stack Trace

+
+
+%%StackTrace%%
+
+
+
+%%Version%%
+%%Time%% +
+ + \ No newline at end of file diff --git a/framework/Exceptions/exception-zh.tpl b/framework/Exceptions/exception-zh.tpl new file mode 100644 index 00000000..8f56ec9e --- /dev/null +++ b/framework/Exceptions/exception-zh.tpl @@ -0,0 +1,37 @@ + + +%%ErrorType%% + + + + +

%%ErrorType%%

+

错误信息

+

%%ErrorMessage%%

+

+

错误代码文件

+

%%SourceFile%%

+
+%%SourceCode%% +
+

错误堆栈信息

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