| Line 228... |
Line 228... |
| 228 |
<tr>
|
228 |
<tr>
|
| 229 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col"></td>
|
229 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col"></td>
|
| 230 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">DAEMON HOSTNAME</td>
|
230 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">DAEMON HOSTNAME</td>
|
| 231 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">DAEMON MODE</td>
|
231 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">DAEMON MODE</td>
|
| 232 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">GBE_MACHTYPE</td>
|
232 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">GBE_MACHTYPE</td>
|
| 233 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">GBE_BUILDFILTER</td>
|
233 |
<td valign="top" wrap background="images/bg_table_col.gif" class="body_col">GBE_BUILDFILTER</td>
|
| 234 |
<%If objAccessControl.IsVisible("ConfigureRelease") Then%>
|
234 |
<%If objAccessControl.IsVisible("ConfigureRelease") Then%>
|
| 235 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">ACTION</td>
|
235 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">ACTION</td>
|
| 236 |
<%End If%>
|
236 |
<%End If%>
|
| 237 |
<td valign="top">
|
237 |
<td valign="top">
|
| 238 |
</tr>
|
238 |
</tr>
|
| Line 263... |
Line 263... |
| 263 |
<tr>
|
263 |
<tr>
|
| 264 |
<td colspan="5" background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
264 |
<td colspan="5" background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
| 265 |
</tr>
|
265 |
</tr>
|
| 266 |
<tr>
|
266 |
<tr>
|
| 267 |
<%If rsQry("daemon_mode") = "M" AND rsQry.RecordCount <> 1 Then%>
|
267 |
<%If rsQry("daemon_mode") = "M" AND rsQry.RecordCount <> 1 Then%>
|
| 268 |
<td align="center"><input type=<%=cbtype%> name="rcon_id_list" value="<%=rsQry("rcon_id")%>" disabled></td>
|
268 |
<td valign="top" align="center"><input type=<%=cbtype%> name="rcon_id_list" value="<%=rsQry("rcon_id")%>" disabled></td>
|
| 269 |
<%Else%>
|
269 |
<%Else%>
|
| 270 |
<td align="center"><input type=<%=cbtype%> name="rcon_id_list" value="<%=rsQry("rcon_id")%>"></td>
|
270 |
<td valign="top" align="center"><input type=<%=cbtype%> name="rcon_id_list" value="<%=rsQry("rcon_id")%>"></td>
|
| 271 |
<%End If%>
|
271 |
<%End If%>
|
| 272 |
<td nowrap class="body_rowg"><%=rsQry("daemon_hostname")%></td>
|
272 |
<td valign="top" nowrap class="body_rowg"><%=rsQry("daemon_hostname")%></td>
|
| 273 |
<td nowrap class="body_rowg"><%=daemon_mode%></td>
|
273 |
<td valign="top" nowrap class="body_rowg"><%=daemon_mode%></td>
|
| 274 |
<td nowrap class="body_rowg"><%=rsQry("gbe_value")%></td>
|
274 |
<td valign="top" nowrap class="body_rowg"><%=rsQry("gbe_value")%></td>
|
| 275 |
<td nowrap class="body_rowg"><%=rsQry("gbe_buildfilter")%></td>
|
275 |
<td valign="top" wrap class="body_rowg"><%=rsQry("gbe_buildfilter")%></td>
|
| 276 |
<%If objAccessControl.IsVisible("ConfigureRelease") Then%>
|
276 |
<%If objAccessControl.IsVisible("ConfigureRelease") Then%>
|
| 277 |
<td nowrap class="body_rowg"><%Call objBtnControl.Render ( Array("btnEditDaemon", "btnDeleteDaemon"), objAccessControl )%></td>
|
277 |
<td valign="top" nowrap class="body_rowg"><%Call objBtnControl.Render ( Array("btnEditDaemon", "btnDeleteDaemon"), objAccessControl )%></td>
|
| 278 |
<%End If%>
|
278 |
<%End If%>
|
| 279 |
</tr>
|
279 |
</tr>
|
| 280 |
<%
|
280 |
<%
|
| 281 |
rsQry.MoveNext
|
281 |
rsQry.MoveNext
|
| 282 |
Loop
|
282 |
Loop
|