]> git.mxchange.org Git - hub.git/blobdiff - templates/de/code/emergency_exit.ctp
Code base merged from ship-simu repos
[hub.git] / templates / de / code / emergency_exit.ctp
index a16e1cd133fd05b1ca68ee2b2c34cc9090eb0768..29725af3dc9c8a33f664f09fbf2ef00bffd8e04d 100644 (file)
@@ -2,10 +2,28 @@
 
 {?header:title="Problem in application framework detected!"?}
 
-{?navigation:nav_row=home;imprint;contact?}
+{?navigation?}
 
-       <div class="emergency_exit message_box">
+       <div id="emergency_exit message_box">
                $content[message]
        </div>
 
+       <div id="emergency_exit backtrace_box">
+               <div id="backtrace_header">
+                       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>
+
 {?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."?}