source: branches/0.4/web/addons/job_monarch/dwoo/compiled/compiled/templates/default/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: 3.2 KB
Line 
1<?php
2/* template head */
3/* end template head */ ob_start(); /* template body */ ?><!-- Begin footer.tpl -->
4</form> <!-- ganglia-form -->
5</div> <!-- tabs-main -->
6
7<div id="tabs-search">
8  Search term matches any number of metrics and hosts. For example type web or disk; wait a split second, and a drop down menu will show up with choices.
9  <!-- Uses LiveSearch from http://andreaslagerkvist.com/jquery/live-search/ -->
10  <div id="metric-search">
11    <form method="post" action="/search/">
12      <p>
13        <label>
14            <small>Search as you type</small><br />
15            <input type="text" name="q" id="search-field-q" size="60" placeholder="Search as you type" on />
16        </label>
17      </p>
18    </form>
19  </div>
20</div>
21
22<div id="create-new-view-dialog" title="Create new view">
23  <div id="create-new-view-layer">
24    <form id="create_view_form">
25      <input type="hidden" name="create_view" value="1">
26      <fieldset>
27         <label for="name">View Name</label>
28         <input type="text" name="view_name" id="view_name" class="text ui-widget-content ui-corner-all" />
29         <center><button onclick="createView(); return false;">Create</button></center>
30      </fieldset>
31    </form>
32  </div>
33  <div id="create-new-view-confirmation-layer"></div>
34</div>
35
36<div id="tabs-mobile"></div>
37
38<div id="tabs-autorotation">
39Invoke automatic rotation system. Automatic rotation rotates all of the graphs/metrics specified in a view waiting
4030 seconds in between each. This will run as long as you have this page open.
41<p>
42Please select the view you want to rotate.</p>
43  <div id="tabs-autorotation-chooser">
44Loading view, please wait...<img src="img/spinner.gif" />
45  </div>
46</div>
47
48<div id="tabs-livedashboard">
49Live dashboard provides you with an overview of all view metrics in a compact format. Data updates every 15 seconds.
50Only those elements that contain a metric or graph report are supported. Aggregate graphs will not be included.
51<p>
52You can get more graphs per page by using your browser zoom functionality.
53<p>
54Please select the view you want to view</p>
55  <div id="tabs-livedashboard-chooser">
56Loading view, please wait...<img src="img/spinner.gif" />
57  </div>
58</div>
59
60
61<hr />
62<div align="center">
63<font size="-1" class="footer">
64Ganglia Web Frontend version <?php echo $this->scope["webfrontend_version"];?>
65
66<a href="http://ganglia.sourceforge.net/downloads.php?component=ganglia-webfrontend&amp;version=<?php echo $this->scope["webfrontend_version"];?>">Check for Updates.</a><br />
67
68Ganglia Web Backend <i>(<?php echo $this->scope["webbackend_component"];?>)</i> version <?php echo $this->scope["webbackend_version"];?>
69
70<a href="http://ganglia.sourceforge.net/downloads.php?component=<?php echo $this->scope["webbackend_component"];?>&amp;version=<?php echo $this->scope["webbackend_version"];?>">Check for Updates.</a><br />
71
72Downloading and parsing ganglia's XML tree took <?php echo $this->scope["parsetime"];?>.<br />
73Images created with <a href="http://www.rrdtool.org/">RRDtool</a> version <?php echo $this->scope["rrdtool_version"];?>.<br />
74<?php echo $this->globals["ad"];?> <?php echo $this->globals["version"];?>.<br />
75</font>
76</div>
77</div> <!-- div-tabs -->
78</BODY>
79<!-- End footer.tpl -->
80</HTML>
81
82<?php  /* end template body */
83return $this->buffer . ob_get_clean();
84?>
Note: See TracBrowser for help on using the repository browser.