| Line 245... |
Line 245... |
| 245 |
OraDatabase.Parameters.Remove "OS_ID"
|
245 |
OraDatabase.Parameters.Remove "OS_ID"
|
| 246 |
%>
|
246 |
%>
|
| 247 |
</td>
|
247 |
</td>
|
| 248 |
<td valign="top"></td>
|
248 |
<td valign="top"></td>
|
| 249 |
</select>
|
249 |
</select>
|
| 250 |
</tr>
|
250 |
</tr>
|
| 251 |
|
- |
|
| 252 |
<tr>
|
251 |
<tr>
|
| 253 |
<td nowrap class="form_iname" valign="top">Command Interface</td>
|
252 |
<td nowrap class="form_iname" valign="top">Command Interface</td>
|
| - |
|
253 |
<%If NOT IsNull(objFormCollector.Item("cmd_interface")) Then%>
|
| 254 |
<td valign="top"><input type="text" name="cmd_interface" value="<%=Server.HTMLEncode(objFormCollector.Item("cmd_interface"))%>" size='70' class='form_ivalue'>
|
254 |
<td valign="top"><input type="text" name="cmd_interface" value="<%=Server.HTMLEncode(objFormCollector.Item("cmd_interface"))%>" size='70' class='form_ivalue'>
|
| - |
|
255 |
<%Else%>
|
| - |
|
256 |
<td valign="top"><input type="text" name="cmd_interface" value="<%=objFormCollector.Item("cmd_interface")%>" size='70' class='form_ivalue'>
|
| - |
|
257 |
<%End If%>
|
| 255 |
<td valign="top"></td>
|
258 |
<td valign="top"></td>
|
| 256 |
</tr>
|
259 |
</tr>
|
| 257 |
<tr>
|
260 |
<tr>
|
| 258 |
|
- |
|
| 259 |
<td nowrap class="form_iname" valign="top">Is Interface</td>
|
261 |
<td nowrap class="form_iname" valign="top">Is Interface</td>
|
| 260 |
<%If (objFormCollector.Item("is_interface")) = "F" Then%>
|
262 |
<%If (objFormCollector.Item("is_interface")) = "F" Then%>
|
| 261 |
<td valign="top"><input type="checkbox" name="isInterface"></td>
|
263 |
<td valign="top"><input type="checkbox" name="isInterface"></td>
|
| 262 |
<%Else%>
|
264 |
<%Else%>
|
| 263 |
<td valign="top"><input type="checkbox" name="isInterface" checked></td>
|
265 |
<td valign="top"><input type="checkbox" name="isInterface" checked></td>
|