diff --git a/application/views/scripts/node/empty.phtml b/application/views/scripts/node/empty.phtml deleted file mode 100644 index 263fd9f..0000000 --- a/application/views/scripts/node/empty.phtml +++ /dev/null @@ -1 +0,0 @@ -__CLOSEME__ diff --git a/application/views/scripts/process/history.phtml b/application/views/scripts/process/history.phtml deleted file mode 100644 index 34a20b3..0000000 --- a/application/views/scripts/process/history.phtml +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - -
 
- -
- - - - - - -
 
-
- -
-history as $entry) { -if ($entry->hostname !== $last_host || $entry->service !== $last_service) { - -echo '' . "\n"; -} -$cnt++; -if ($cnt > 10000) break; - $duration = $entry->timestamp - $current_offset; - if ($next_color === null) { - $color = stateColor($entry->last_state); - } else { - $color = $next_color; - } - $next_color = stateColor($entry->state); - - if ($entry->state == 0) { - $offset = ceil($duration / 3600 / 6); - } else { - $offset = floor($duration / 3600 / 6); - } - echo '
 
'; - $current_offset += $duration; - - $last_host = $entry->hostname; -$last_service = $entry->service; - -} - - -?>
diff --git a/application/views/scripts/process/toplevel.phtml b/application/views/scripts/process/toplevel.phtml deleted file mode 100644 index b943dad..0000000 --- a/application/views/scripts/process/toplevel.phtml +++ /dev/null @@ -1,47 +0,0 @@ -bp->countChildren(); -$howMany = 'normal'; - -if ($count < 20) { - $howMany = 'few'; -} elseif ($count > 50) { - $howMany = 'many'; -} - -?> -compact): ?> -
-tabs ?> -

- formSelect('config', $this->configName, array('class' => 'autosubmit'), $this->processList) ?> -
- icon('sitemap') ?> -

-
- - -
-
- bp->getChildren() as $name => $node): ?> - - -
- render('warnings.phtml') ?> -
diff --git a/application/views/scripts/warnings.phtml b/application/views/scripts/warnings.phtml deleted file mode 100644 index 9d1b16c..0000000 --- a/application/views/scripts/warnings.phtml +++ /dev/null @@ -1,6 +0,0 @@ -warnings): ?> -

translate('Warnings') ?>

-warnings as $warning): ?> -escape($warning) ?>
- -