Simple exception handler and error handler added, profile update added with stubs
[shipsimu.git] / templates / de / code / emergency_exit.ctp
1 <!-- A compileable template for emergency messages //-->
2
3 {?header:title="Problem in application framework detected!"?}
4
5 {?navigation?}
6
7         <div id="emergency_exit message_box">
8                 $content[message]
9         </div>
10
11         <div id="emergency_exit backtrace_box">
12                 <div id="backtrace_header">
13                         File inclusion backtrace:
14                 </div>
15                 <div id="backtrace_content">
16                         $content[backtrace]
17                 </div>
18         </div>
19
20         <div id="stats_box">
21                 <div id="stats_header">
22                         Statistics
23                 </div>
24                 <div id="stats_objects">
25                         Total objects: $content[total_objects]
26                 </div>
27                 <div id="stats_includes">
28                         Loaded class files: $content[total_includes]
29                         <span class="hint">(Including exception and interfaces.)</span>
30                 </div>
31         </div>
32
33 {?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."?}