From 27b1d023d0ba3b61ca28faf7db79c39291110e64 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 11 Apr 2013 08:52:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0Tpl=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tpl/default_index.tpl | 8 +++++ Tpl/dispatch_jump.tpl | 44 +++++++++++++++++++++++++++ Tpl/page_trace.tpl | 67 +++++++++++++++++++++++++++++++++++++++++ Tpl/think_exception.tpl | 53 ++++++++++++++++++++++++++++++++ 4 files changed, 172 insertions(+) create mode 100644 Tpl/default_index.tpl create mode 100644 Tpl/dispatch_jump.tpl create mode 100644 Tpl/page_trace.tpl create mode 100644 Tpl/think_exception.tpl diff --git a/Tpl/default_index.tpl b/Tpl/default_index.tpl new file mode 100644 index 00000000..4de55d92 --- /dev/null +++ b/Tpl/default_index.tpl @@ -0,0 +1,8 @@ +*{ padding: 0; margin: 0; } div{ padding: 4px 48px;} body{ background: #fff; font-family: "微软雅黑"; color: #333;} h1{ font-size: 100px; font-weight: normal; margin-bottom: 12px; } p{ line-height: 1.8em; font-size: 36px }

:)

欢迎使用 ThinkPHP

'); + } +} \ No newline at end of file diff --git a/Tpl/dispatch_jump.tpl b/Tpl/dispatch_jump.tpl new file mode 100644 index 00000000..585efa59 --- /dev/null +++ b/Tpl/dispatch_jump.tpl @@ -0,0 +1,44 @@ + + + + +跳转提示 + + + +
+ +

:)

+

+ +

:(

+

+
+

+

+页面自动 跳转 等待时间: +

+
+ + + \ No newline at end of file diff --git a/Tpl/page_trace.tpl b/Tpl/page_trace.tpl new file mode 100644 index 00000000..caa4c570 --- /dev/null +++ b/Tpl/page_trace.tpl @@ -0,0 +1,67 @@ +
+ + +
+
+ \ No newline at end of file diff --git a/Tpl/think_exception.tpl b/Tpl/think_exception.tpl new file mode 100644 index 00000000..84b27e97 --- /dev/null +++ b/Tpl/think_exception.tpl @@ -0,0 +1,53 @@ + + + +系统发生错误 + + + +
+

:(

+

+
+ +
+
+

错误位置

+
+
+

FILE:  LINE:

+
+
+ + +
+
+

TRACE

+
+
+

+
+
+ +
+
+ + + \ No newline at end of file