? my $app = $_[0];
? my @windows = $app->sorted_windows;
? my $titlewin = @windows > 1 ? $windows[1] : $windows[0];
= $titlewin->title ?>
">
" />
" />
" />
" type="text/css"
media="only screen and (max-device-width: 480px)" />
-
" />
-
" />
? for (0 .. @windows - 1) {
? my $window = $windows[$_];
? my @classes = ();
? if (@windows > 1) {
? push @classes, "active" if $_ == 1;
? }
? else {
? push @classes, "active" if $_ == 0;
? }
?= $_mt->render_file('tab.html', $_[0], $window, @classes)
? }