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() ?>)
8 <
a href=
"#" id=
"application-frames-tab" class=
"frames-tab">
9 Application frames (<?
php echo $frames->countIsApplication() ?>)
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) ?>)
17 Stack frames (<?
php echo count($frames) ?>)