From: Roland Häder <roland@mxchange.org>
Date: Sat, 14 Mar 2009 01:56:29 +0000 (+0000)
Subject: Templates moved from core to add directory
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=12d02a55967dd298792efaa67538c5be6961b1f9;p=mailer.git

Templates moved from core to add directory
---

diff --git a/.gitattributes b/.gitattributes
index be80d12584..08abd88b84 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -14,6 +14,10 @@ application/mxchange/loader.php -text
 application/mxchange/main/.htaccess -text
 application/mxchange/starter.php -text
 application/mxchange/templates/.htaccess -text
+application/mxchange/templates/de/.htaccess -text
+application/mxchange/templates/de/code/.htaccess -text
+application/mxchange/templates/de/code/emergency_exit.ctp -text
+application/mxchange/templates/de/code/footer_msg.ctp -text
 /clear-cache.sh -text
 db/.htaccess -text
 docs/COPYING -text
diff --git a/application/mxchange/templates/de/.htaccess b/application/mxchange/templates/de/.htaccess
new file mode 100644
index 0000000000..3a42882788
--- /dev/null
+++ b/application/mxchange/templates/de/.htaccess
@@ -0,0 +1 @@
+Deny from all
diff --git a/application/mxchange/templates/de/code/.htaccess b/application/mxchange/templates/de/code/.htaccess
new file mode 100644
index 0000000000..3a42882788
--- /dev/null
+++ b/application/mxchange/templates/de/code/.htaccess
@@ -0,0 +1 @@
+Deny from all
diff --git a/application/mxchange/templates/de/code/emergency_exit.ctp b/application/mxchange/templates/de/code/emergency_exit.ctp
new file mode 100644
index 0000000000..e974daf5bf
--- /dev/null
+++ b/application/mxchange/templates/de/code/emergency_exit.ctp
@@ -0,0 +1,29 @@
+{?header:title="Problem in application framework detected!"?}
+
+<div id="emergency_message">
+	$content[message]
+</div>
+
+<div id="emergency_backtrace">
+	<div id="backtrace_header">
+		File inclusion backtrace:
+	</div>
+	<div id="backtrace_content">
+		$content[backtrace]
+	</div>
+</div>
+
+<div id="stats_box">
+	<div id="stats_header">
+		Statistics
+	</div>
+	<div id="stats_objects">
+		Total objects: $content[total_objects]
+	</div>
+	<div id="stats_includes">
+		Loaded class files: $content[total_includes]
+		<span class="hint">(Including exception and interfaces.)</span>
+	</div>
+</div>
+
+{?footer_msg:footer_msg="Please contact the support and supply the full above message, if you think you are not qualified to fix this problem."?}
diff --git a/application/mxchange/templates/de/code/footer_msg.ctp b/application/mxchange/templates/de/code/footer_msg.ctp
new file mode 100644
index 0000000000..fb1de36305
--- /dev/null
+++ b/application/mxchange/templates/de/code/footer_msg.ctp
@@ -0,0 +1,8 @@
+	<div id="footer_message">
+		$content[footer_msg]
+	</div>
+
+</div> <!-- masterbox //-->
+
+</body>
+</html>