ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
layout.html.php
Go to the documentation of this file.
1 <?php
5 ?>
6 <!DOCTYPE html>
7 <html>
8  <head>
9  <meta charset="utf-8">
10  <title><?php echo $tpl->escape($page_title) ?></title>
11 
12  <style><?php echo $stylesheet ?></style>
13  </head>
14  <body>
15 
16  <div class="Whoops container">
17 
18  <div class="stack-container">
19  <div class="frames-container cf <?php echo (!$has_frames ? 'empty' : '') ?>">
20  <?php $tpl->render($frame_list) ?>
21  </div>
22  <div class="details-container cf">
23  <header>
24  <?php $tpl->render($header) ?>
25  </header>
26  <?php $tpl->render($frame_code) ?>
27  <?php $tpl->render($env_details) ?>
28  </div>
29  </div>
30  </div>
31 
32  <script src="//cdnjs.cloudflare.com/ajax/libs/zeroclipboard/1.3.5/ZeroClipboard.min.js"></script>
33  <script src="//cdnjs.cloudflare.com/ajax/libs/prettify/r224/prettify.js"></script>
34  <script><?php echo $zepto ?></script>
35  <script><?php echo $javascript ?></script>
36  </body>
37 </html>
"color:#CC0000 style
Definition: example_001.php:92
global $tpl
Definition: ilias.php:8
$header