| Line 323... |
Line 323... |
| 323 |
<!-- TIPS -->
|
323 |
<!-- TIPS -->
|
| 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' );
|
- |
|
| 329 |
formTips.tips.h_lastchange = stdTip(300, 'Last Change', 'This is an indication of the time since the daemon interogated the database.' +
|
328 |
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 ' +
|
329 |
'<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.'
|
330 |
'the last 24 hours. Longer times will be shown as a date.'
|
| 332 |
);
|
331 |
);
|
| 333 |
</script>
|
332 |
</script>
|
| Line 783... |
Line 782... |
| 783 |
<table width="100%" border="0" cellspacing="2" cellpadding="0">
|
782 |
<table width="100%" border="0" cellspacing="2" cellpadding="0">
|
| 784 |
<tr>
|
783 |
<tr>
|
| 785 |
<td align="left" nowrap background="images/bg_table_col.gif" class="body_col">Operation</td>
|
784 |
<td align="left" nowrap background="images/bg_table_col.gif" class="body_col">Operation</td>
|
| 786 |
<td align="left" nowrap background="images/bg_table_col.gif" class="body_col">Package</td>
|
785 |
<td align="left" nowrap background="images/bg_table_col.gif" class="body_col">Package</td>
|
| 787 |
<td align="left" nowrap background="images/bg_table_col.gif" class="body_col">Version</td>
|
786 |
<td align="left" nowrap background="images/bg_table_col.gif" class="body_col">Version</td>
|
| 788 |
<td align="left" nowrap background="images/bg_table_col.gif" class="body_col">Scheduled Time<%=Quick_Help("h_shedtime")%>
|
787 |
<td align="left" nowrap background="images/bg_table_col.gif" class="body_col">Scheduled Time<%=Quick_Help("SchedTime")%>
|
| 789 |
<td align="left" nowrap background="images/bg_table_col.gif" class="body_col">Repeat</td>
|
788 |
<td align="left" nowrap background="images/bg_table_col.gif" class="body_col">Repeat</td>
|
| 790 |
<td align="left" nowrap background="images/bg_table_col.gif" class="body_col">In Progress</td>
|
789 |
<td align="left" nowrap background="images/bg_table_col.gif" class="body_col">In Progress</td>
|
| 791 |
</tr>
|
790 |
</tr>
|
| 792 |
<%
|
791 |
<%
|
| 793 |
Dim PkgVersion
|
792 |
Dim PkgVersion
|