source: branches/0.4/web/addons/job_monarch/dwoo/compiled/compiled/templates/default/cluster_refresh.tpl.d17.php @ 755

Last change on this file since 755 was 755, checked in by ramonb, 11 years ago
  • add Dwoo
  • Property svn:executable set to *
File size: 967 bytes
Line 
1<?php
2/* template head */
3if (function_exists('Dwoo_Plugin_include')===false)
4        $this->getLoader()->loadPlugin('include');
5/* end template head */ ob_start(); /* template body */ ;
6echo $this->scope["localtimestamp"];?><!-- || -->Overview of <?php echo $this->scope["cluster"];?> @ <?php echo $this->scope["localtime"];?><!-- || --><?php echo Dwoo_Plugin_include($this, 'cluster_overview.tpl', null, null, null, '_root', null);?><!-- || --><?php if ((isset($this->scope["pie_args"]) ? $this->scope["pie_args"] : null)) {
7?>./pie.php?<?php echo $this->scope["pie_args"];
8
9}?><!-- || --><?php if ((isset($this->scope["heatmap"]) ? $this->scope["heatmap"] : null) && (isset($this->scope["num_nodes"]) ? $this->scope["num_nodes"] : null) > 0) {
10
11echo $this->scope["heatmap"];
12
13}?><!-- || --><?php echo Dwoo_Plugin_include($this, 'cluster_host_metric_graphs.tpl', null, null, null, '_root', null);?>
14
15<?php  /* end template body */
16return $this->buffer . ob_get_clean();
17?>
Note: See TracBrowser for help on using the repository browser.