source: branches/0.4/web/addons/job_monarch/dwoo/compiled/templates/footer.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: 681 bytes
Line 
1<?php
2/* template head */
3/* end template head */ ob_start(); /* template body */ ?><HR>
4<CENTER>
5<FONT SIZE="-1" class=footer>
6<A HREF="https://oss.trac.surfsara.nl/jobmonarch/">Job Monarch</A> version <?php echo $this->scope["monarchversion"];?>
7
8<A HREF="https://oss.trac.surfsara.nl/jobmonarch/">Check for Updates.</A><BR>
9
10Ganglia web version <?php echo $this->scope["webfrontendversion"];?><BR>
11
12Downloading and parsing ganglia's XML tree took <?php echo $this->scope["parsetime"];?>.<BR>
13Images created with <A HREF="http://www.rrdtool.org/">RRDTool</A>.<BR>
14</FONT>
15</CENTER>
16
17</FORM>
18</BODY>
19</HTML>
20<?php  /* end template body */
21return $this->buffer . ob_get_clean();
22?>
Note: See TracBrowser for help on using the repository browser.