ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
header.html.php
Go to the documentation of this file.
1<div class="exception">
2 <h3 class="exc-title">
3 <?php foreach ($name as $i => $nameSection): ?>
4 <?php if ($i == count($name) - 1): ?>
5 <span class="exc-title-primary"><?php echo $tpl->escape($nameSection) ?></span>
6 <?php else: ?>
7 <?php echo $tpl->escape($nameSection) . ' \\' ?>
8 <?php endif ?>
9 <?php endforeach ?>
10 <?php if ($code): ?>
11 <span title="Exception Code">(<?php echo $tpl->escape($code) ?>)</span>
12 <?php endif ?>
13 <button id="copy-button" class="clipboard" data-clipboard-target="plain-exception" title="copy exception into clipboard"></button>
14 <span id="plain-exception"><?php echo $tpl->escape($plain_exception) ?></span>
15 </h3>
16 <p class="exc-message">
17 <?php echo $tpl->escape($message) ?>
18 </p>
19</div>
global $tpl
Definition: ilias.php:8
$code
Definition: example_050.php:99