run:R W Run
4.94 KB
2026-04-08 19:27:40
R W Run
413 By
2026-04-08 19:27:40
R W Run
263 By
2026-04-08 19:27:41
R W Run
1.46 KB
2026-04-08 19:27:39
R W Run
1.57 KB
2026-04-08 19:27:39
R W Run
279 By
2026-04-08 19:27:39
R W Run
2.86 KB
2026-04-08 19:27:39
R W Run
281 By
2026-04-08 19:27:40
R W Run
1.43 KB
2026-04-08 19:27:41
R W Run
45 By
2026-04-08 19:27:38
R W Run
4.16 KB
2026-04-08 19:27:39
R W Run
1.58 KB
2026-04-08 19:27:39
R W Run
1.46 KB
2026-04-08 19:27:38
R W Run
174 By
2026-04-08 19:27:39
R W Run
528 By
2026-04-08 19:27:41
R W Run
4.46 KB
2026-04-08 19:27:40
R W Run
4.96 KB
2026-04-08 19:27:39
R W Run
17 By
2026-04-08 19:27:40
R W Run
5.25 KB
2026-04-08 19:27:40
R W Run
1.64 KB
2026-04-08 19:27:39
R W Run
1.24 KB
2026-04-08 19:27:40
R W Run
error_log
📄panel.tpl
1<div class="panel panel-{$type}">
2 {if isset($headerTitle)}
3 <div class="panel-heading">
4 <h3 class="panel-title"><strong>{$headerTitle}</strong></h3>
5 </div>
6 {/if}
7 {if isset($bodyContent)}
8 <div class="panel-body{if isset($bodyTextCenter)} text-center{/if}">
9 {$bodyContent}
10 </div>
11 {/if}
12 {if isset($footerContent)}
13 <div class="panel-footer{if isset($footerTextCenter)} text-center{/if}">
14 {$footerContent}
15 </div>
16 {/if}
17</div>
18