Templates moved from core to add directory
authorRoland Häder <roland@mxchange.org>
Sat, 14 Mar 2009 01:56:29 +0000 (01:56 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 14 Mar 2009 01:56:29 +0000 (01:56 +0000)
.gitattributes
application/mxchange/templates/de/.htaccess [new file with mode: 0644]
application/mxchange/templates/de/code/.htaccess [new file with mode: 0644]
application/mxchange/templates/de/code/emergency_exit.ctp [new file with mode: 0644]
application/mxchange/templates/de/code/footer_msg.ctp [new file with mode: 0644]

index be80d12584edc4e5eb4d058b08973e4088e9ccfb..08abd88b84f96bd84971c5b691f698fca539a76a 100644 (file)
@@ -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 (file)
index 0000000..3a42882
--- /dev/null
@@ -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 (file)
index 0000000..3a42882
--- /dev/null
@@ -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 (file)
index 0000000..e974daf
--- /dev/null
@@ -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 (file)
index 0000000..fb1de36
--- /dev/null
@@ -0,0 +1,8 @@
+       <div id="footer_message">
+               $content[footer_msg]
+       </div>
+
+</div> <!-- masterbox //-->
+
+</body>
+</html>