ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
frames_description.html.php
Go to the documentation of this file.
1 <div class="frames-description <?php echo $has_frames_tabs ? 'frames-description-application' : '' ?>">
2  <?php if ($has_frames_tabs): ?>
3  <?php if ($active_frames_tab == 'application'): ?>
4  <span href="#" id="application-frames-tab" class="frames-tab frames-tab-active">
5  Application frames (<?php echo $frames->countIsApplication() ?>)
6  </span>
7  <?php else: ?>
8  <a href="#" id="application-frames-tab" class="frames-tab">
9  Application frames (<?php echo $frames->countIsApplication() ?>)
10  </a>
11  <?php endif; ?>
12  <a href="#" id="all-frames-tab" class="frames-tab <?php echo $active_frames_tab == 'all' ? 'frames-tab-active' : '' ?>">
13  All frames (<?php echo count($frames) ?>)
14  </a>
15  <?php else: ?>
16  <span>
17  Stack frames (<?php echo count($frames) ?>)
18  </span>
19  <?php endif; ?>
20 </div>