| Line 1... |
Line 1... |
| 1 |
<%@LANGUAGE="VBSCRIPT"%>
|
1 |
<%@LANGUAGE="VBSCRIPT"%>
|
| 2 |
<%
|
2 |
<%
|
| 3 |
'=====================================================
|
3 |
'=====================================================
|
| 4 |
'| |
|
- |
|
| - |
|
4 |
'
|
| 5 |
'| Build Status Information |
|
5 |
' Build Status Information
|
| 6 |
'| |
|
- |
|
| - |
|
6 |
'
|
| 7 |
'=====================================================
|
7 |
'=====================================================
|
| 8 |
%>
|
8 |
%>
|
| 9 |
<%
|
9 |
<%
|
| 10 |
Option explicit
|
10 |
Option explicit
|
| 11 |
' Good idea to set when using redirect
|
11 |
' Good idea to set when using redirect
|
| Line 324... |
Line 324... |
| 324 |
<script type="text/javascript" src="scripts/json2.js"></script>
|
324 |
<script type="text/javascript" src="scripts/json2.js"></script>
|
| 325 |
<script language="JavaScript" src="images/tipster.js"></script>
|
325 |
<script language="JavaScript" src="images/tipster.js"></script>
|
| 326 |
<script language="JavaScript" src="images/_help_tips.js"></script>
|
326 |
<script language="JavaScript" src="images/_help_tips.js"></script>
|
| 327 |
<script language="JavaScript" type="text/JavaScript">
|
327 |
<script language="JavaScript" type="text/JavaScript">
|
| 328 |
formTips.tips.h_shedtime = stdTip(200, 'Color Code', '<SPAN style=color:Red>Red</SPAN> = overdue<br><SPAN style=color:Green>Green</SPAN> = ready' );
|
328 |
formTips.tips.h_shedtime = stdTip(200, 'Color Code', '<SPAN style=color:Red>Red</SPAN> = overdue<br><SPAN style=color:Green>Green</SPAN> = ready' );
|
| - |
|
329 |
formTips.tips.h_lastchange = stdTip(300, 'Last Change', 'This is an indication of the time since the daemon interogated the database.' +
|
| - |
|
330 |
'<p>Short times will be shown as seconds. Longer times will be shown as a time within ' +
|
| - |
|
331 |
'the last 24 hours. Longer times will be shown as a date.'
|
| - |
|
332 |
);
|
| 329 |
</script>
|
333 |
</script>
|
| 330 |
<!-- DROPDOWN MENUS -->
|
334 |
<!-- DROPDOWN MENUS -->
|
| 331 |
<!--#include file="_menu_def.asp"-->
|
335 |
<!--#include file="_menu_def.asp"-->
|
| 332 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
336 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
| 333 |
</head>
|
337 |
</head>
|
| Line 596... |
Line 600... |
| 596 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Daemon Host</td>
|
600 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Daemon Host</td>
|
| 597 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Machine Type</td>
|
601 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Machine Type</td>
|
| 598 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Mode</td>
|
602 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Mode</td>
|
| 599 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Run Level</td>
|
603 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Run Level</td>
|
| 600 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Current Package</td>
|
604 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Current Package</td>
|
| 601 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Last Change<br>Delta (secs)</td>
|
605 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Last Change<%=Quick_Help("h_lastchange")%></td>
|
| 602 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Control State</td>
|
606 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Control State</td>
|
| 603 |
</tr>
|
607 |
</tr>
|
| 604 |
<%
|
608 |
<%
|
| 605 |
' Get the number of release configurations for this RTAG_ID, and iterate through them
|
609 |
' Get the number of release configurations for this RTAG_ID, and iterate through them
|
| 606 |
query_string = " select * from release_config rc, gbe_machtype gm, build_machine_config bm"&_
|
610 |
query_string = " select * from release_config rc, gbe_machtype gm, build_machine_config bm"&_
|