source: branches/0.4/web/addons/job_monarch/dwoo/compiled/compiled/templates/job_monarch/cluster_extra.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: 798 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 */ ?><!-- A place to put custom HTML for the cluster view. -->
6<?php if ((isset($this->scope["cluster"]) ? $this->scope["cluster"] : null) == "LISA Cluster") {
7?> 
8<HR>
9<A HREF="./addons/job_monarch/?c=<?php echo $this->scope["cluster"];?>">
10<IMG SRC="./addons/job_monarch/image.php?c=<?php echo $this->scope["cluster"];?>&view=small-clusterimage" BORDER=0>
11</A>
12<?php echo Dwoo_Plugin_include($this, 'fairshare_pie.php', null, null, null, '_root', null);?>
13
14<?php 
15}?>
16
17<!-- <img src="pie.php?<?php echo $this->scope["fairshare_pie_args"];?>" /> -->
18<?php  /* end template body */
19return $this->buffer . ob_get_clean();
20?>
Note: See TracBrowser for help on using the repository browser.