source: trunk/web/addons/job_monarch/templates/overview.tpl

Last change on this file was 554, checked in by ramonb, 16 years ago

job_monarch/jobmonarch.gif:

  • now transparent background

job_monarch/overview.php:

  • only assign graph url to rjqj

job_monarch/js/jobgrid.js:

  • add graph summary window

job_monarch/css/styles.css:

  • cleanup

job_monarch/templates/overview.tpl:

  • set removed rjqj and pie chart

job_monarch/templates/header.tpl:

  • removed logo
File size: 2.3 KB
Line 
1</FORM>
2
3<TABLE ALIGN=CENTER class="overview" cellpadding="5">
4
5<COL id="kol1">
6<COL id="kol2">
7<COL id="kol3">
8<COL id="kol4">
9
10<TR class="overview_header">
11<TD>Batch</TD>
12<TD>Jobs</TD>
13<TD>Nodes</TD>
14<TD>Cpus</TD>
15</TR>
16
17<TR class="overview_line">
18<TD class="blue">
19Capacity
20</TD>
21<TD class="blue">
22</TD>
23<TD class="blue">
24{avail_nodes}
25</TD>
26<TD class="blue">
27{avail_cpus}
28</TD>
29</TR>
30
31
32<TR class="overview">
33<TD class="red">
34Running
35</TD>
36<TD class="red">
37{running_jobs}
38</TD>
39<TD class="red">
40{running_nodes}
41</TD>
42<TD class="red">
43{running_cpus}
44</TD>
45</TR>
46
47<TR class="overview_line">
48<TD class="gray">
49Queued
50</TD>
51<TD class="gray">
52{queued_jobs}
53</TD>
54<TD class="gray">
55{queued_nodes}
56</TD>
57<TD class="gray">
58{queued_cpus}
59</TD>
60</TR>
61
62<TR class="overview">
63<TD class="brown">
64Total
65</TD>
66<TD class="brown">
67{total_jobs}
68</TD>
69<TD class="brown">
70{total_nodes}
71</TD>
72<TD class="brown">
73{total_cpus}
74</TD>
75</TR>
76
77<!-- START BLOCK : na_nodes -->
78<TR class="overview">
79<TD class="gray">
80Unavailable
81</TD>
82<TD class="gray">
83{na_jobs}
84</TD>
85<TD class="gray">
86{na_nodes}
87</TD>
88<TD class="gray">
89{na_cpus}
90</TD>
91</TR>
92<!-- END BLOCK : na_nodes -->
93
94<TR class="overview">
95<TD class="green">
96Free
97</TD>
98<TD class="green">
99</TD>
100<TD class="green">
101{free_nodes}
102</TD>
103<TD class="green">
104{free_cpus}
105</TD>
106</TR>
107
108<TR class="overview" id="selected">
109<TD>
110View
111</TD>
112<TD>
113{view_jobs}
114</TD>
115<TD>
116{view_nodes}
117</TD>
118<TD>
119{view_cpus}
120</TD>
121</TR>
122
123</TABLE>
124
125<BR>
126  <TD ALIGN="CENTER"><CENTER>
127    <BR>
128<FONT class="footer">Last updated: {report_time}</FONT></CENTER>
129  </TD>
130
131  </TD>
132  <TD ALIGN="CENTER">
133  </TD>
134</TR>
135</TABLE>
136
137<BR>
138
139<div id="grid-example"></div>
140
141<!-- START BLOCK : showhosts -->
142<TABLE BORDER="0" WIDTH="100%">
143<TR>
144  <TD CLASS=title COLSPAN="2">
145  <FONT SIZE="-1">
146  Show Hosts:
147  yes<INPUT type=radio name="sh" value="1" OnClick="toga_form.submit();" {checked1}>
148  no<INPUT type=radio name="sh" value="0" OnClick="toga_form.submit();" {checked0}>
149  </FONT>
150  |
151  job <strong>{id}</strong> metric <strong>{metric}</strong>
152  |
153   <FONT SIZE="-1">
154   Columns&nbsp;&nbsp;{cols_menu}
155   </FONT>
156  </TD>
157</TR>
158   
159</TABLE>
160
161<CENTER>
162<TABLE>
163<TR>
164<!-- START BLOCK : sorted_list -->
165{metric_image}{br}
166<!-- END BLOCK : sorted_list -->
167</TR>
168</TABLE>
169
170<p>
171(Nodes colored by 1-minute load) | <A HREF="../../node_legend.html" ALT="Node Image egend">Legend</A>
172
173</CENTER>
174
175<!-- END BLOCK : showhosts -->
Note: See TracBrowser for help on using the repository browser.