| Line 59... |
Line 59... |
| 59 |
Call objFormComponent.FormStart()
|
59 |
Call objFormComponent.FormStart()
|
| 60 |
%>
|
60 |
%>
|
| 61 |
<div class="div_table">
|
61 |
<div class="div_table">
|
| 62 |
<table border="0" cellspacing="0" cellpadding="0" class="center_table">
|
62 |
<table border="0" cellspacing="0" cellpadding="0" class="center_table">
|
| 63 |
<tr>
|
63 |
<tr>
|
| - |
|
64 |
<td>
|
| 64 |
<td background="images/bg_bage_0a.gif">
|
65 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class=stdBrown>
|
| 65 |
<div align="center" class=" body_col">Current List of Build Machines</div>
|
66 |
<caption>Current List of Build Machines</caption>
|
| 66 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
67 |
<thead>
|
| 67 |
<tr>
|
68 |
<tr>
|
| 68 |
<!-- BUILD_MACHINE DETAILS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
69 |
<!-- BUILD_MACHINE DETAILS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
| 69 |
<td background="images/bg_bage_0.gif"></td>
|
70 |
<th></th>
|
| 70 |
<td align="left" nowrap background="images/bg_table_col.gif" class="body_col">DISPLAY NAME</td>
|
71 |
<th>DISPLAY NAME</th>
|
| 71 |
<td align="left" nowrap background="images/bg_table_col.gif" class="body_col">MACHINE HOSTNAME</td>
|
72 |
<th>MACHINE HOSTNAME</th>
|
| 72 |
<td align="left" nowrap background="images/bg_table_col.gif" class="body_col">GBE_MACHTYPE</td>
|
73 |
<th>GBE_MACHTYPE</th>
|
| 73 |
<td align="left" nowrap background="images/bg_table_col.gif" class="body_col">ALLOW USE</td>
|
74 |
<th>ALLOW USE</th>
|
| 74 |
<td align="left" nowrap background="images/bg_table_col.gif" class="body_col" width=250>DESCRIPTION</td>
|
75 |
<th width=250>DESCRIPTION</th>
|
| 75 |
<td align="left" nowrap background="images/bg_table_col.gif" class="body_col">Edit</td>
|
76 |
<th>Edit</th>
|
| 76 |
</tr>
|
77 |
</tr>
|
| - |
|
78 |
</thead>
|
| 77 |
|
79 |
|
| 78 |
<%
|
80 |
<%
|
| 79 |
' Load some action buttons
|
81 |
' Load some action buttons
|
| 80 |
Call objBtnControl.LoadActionButtons ( Array("btnEditBuildMachine", "btnDeleteBuildMachine"), OraDatabase )
|
82 |
Call objBtnControl.LoadActionButtons ( Array("btnEditBuildMachine", "btnDeleteBuildMachine"), OraDatabase )
|
| 81 |
objBtnControl.ButtonSpacer = 1
|
83 |
objBtnControl.ButtonSpacer = 1
|
| Line 101... |
Line 103... |
| 101 |
description = rsQry("description")
|
103 |
description = rsQry("description")
|
| 102 |
gbe_id = rsQry("gbe_id")
|
104 |
gbe_id = rsQry("gbe_id")
|
| 103 |
gbe_value = rsQry("gbe_value")
|
105 |
gbe_value = rsQry("gbe_value")
|
| 104 |
%>
|
106 |
%>
|
| 105 |
<tr style="vertical-align:top;" >
|
107 |
<tr style="vertical-align:top;" >
|
| 106 |
<td background="images/bg_bage_0.gif" align="center"></td>
|
108 |
<td></td>
|
| 107 |
<td bgcolor="#FFFFFF" class="body_row" nowrap><%=display_name%></td>
|
109 |
<td nowrap><%=display_name%></td>
|
| 108 |
<td bgcolor="#FFFFFF" class="body_row" nowrap><%=machine_hostname%></td>
|
110 |
<td nowrap><%=machine_hostname%></td>
|
| 109 |
<td bgcolor="#FFFFFF" class="body_row" nowrap><%=gbe_value%></td>
|
111 |
<td nowrap><%=gbe_value%></td>
|
| 110 |
<td bgcolor="#FFFFFF" class="body_row" nowrap><input type="checkbox" disabled <%=activeChecked%> ></td>
|
112 |
<td nowrap><input type="checkbox" disabled <%=activeChecked%> ></td>
|
| 111 |
<td bgcolor="#FFFFFF" class="body_row" wrap><%=description%></td>
|
113 |
<td wrap><%=description%></td>
|
| 112 |
<td bgcolor="#FFFFFF" class="body_row" nowrap><%Call objBtnControl.Render( Array("btnEditBuildMachine", "btnDeleteBuildMachine"), objAccessControl )%></td>
|
114 |
<td nowrap><%Call objBtnControl.Render( Array("btnEditBuildMachine", "btnDeleteBuildMachine"), objAccessControl )%></td>
|
| 113 |
</tr>
|
115 |
</tr>
|
| 114 |
<%
|
116 |
<%
|
| 115 |
rsQry.MoveNext()
|
117 |
rsQry.MoveNext()
|
| 116 |
Wend
|
118 |
Wend
|
| 117 |
rsQry.Close()
|
119 |
rsQry.Close()
|
| 118 |
Set rsQry = nothing
|
120 |
Set rsQry = nothing
|
| 119 |
%>
|
121 |
%>
|
| 120 |
|
122 |
|
| 121 |
<tr>
|
123 |
<tr>
|
| 122 |
<td background="images/bg_bage_0.gif" align="center"></td>
|
- |
|
| 123 |
<td bgcolor="#FFFFFF" class="body_row" nowrap></td>
|
- |
|
| 124 |
<td bgcolor="#FFFFFF" class="body_row" nowrap></td>
|
- |
|
| 125 |
<td bgcolor="#FFFFFF" class="body_row" nowrap></td>
|
- |
|
| 126 |
<td bgcolor="#FFFFFF" class="body_row" nowrap></td>
|
- |
|
| 127 |
<td bgcolor="#FFFFFF" class="body_row" nowrap></td>
|
124 |
<td colspan=5></td>
|
| 128 |
<td bgcolor="#FFFFFF" class="body_row" nowrap><%Call Action_Buttons_State("Add Build Machine", bCanEdit)%>
|
125 |
<td align=right nowrap colspan=2><%Call Action_Buttons_State("Add Build Machine", bCanEdit)%>
|
| 129 |
</tr>
|
126 |
</tr>
|
| 130 |
|
127 |
|
| 131 |
</table>
|
128 |
</table>
|
| 132 |
<%=objPMod.ComposeHiddenTags()%>
|
129 |
<%=objPMod.ComposeHiddenTags()%>
|
| 133 |
<input type="hidden" name="action" value="true">
|
130 |
<input type="hidden" name="action" value="true">
|