| Line 106... |
Line 106... |
| 106 |
<td></td>
|
106 |
<td></td>
|
| 107 |
<td valign="top">
|
107 |
<td valign="top">
|
| 108 |
<!-- DETAILS ------------------------------------------------->
|
108 |
<!-- DETAILS ------------------------------------------------->
|
| 109 |
<br>
|
109 |
<br>
|
| 110 |
<span class="body_colb">Processes</span><br>
|
110 |
<span class="body_colb">Processes</span><br>
|
| 111 |
<table width="100%" border="0" cellspacing="1" cellpadding="3">
|
111 |
<table width="100%" border="0" cellspacing="1" cellpadding="3" class="stdGrey">
|
| - |
|
112 |
<thead>
|
| 112 |
<tr>
|
113 |
<tr>
|
| 113 |
<td background="images/bg_form_lightbluedark.gif" nowrap class="form_field"></td>
|
114 |
<th nowrap></th>
|
| 114 |
<td background="images/bg_form_lightbluedark.gif" nowrap class="form_field">Health Tag </td>
|
115 |
<th nowrap>Health Tag </th>
|
| 115 |
<td background="images/bg_form_lightbluedark.gif" nowrap class="form_field">Process Description </td>
|
116 |
<th nowrap>Process Description </th>
|
| 116 |
<td background="images/bg_form_lightbluedark.gif" nowrap class="form_field">Command Interface</td>
|
117 |
<th nowrap>Command Interface</th>
|
| 117 |
<td background="images/bg_form_lightbluedark.gif" nowrap class="form_field">Interface</td>
|
118 |
<th nowrap>Interface</th>
|
| 118 |
<td background="images/bg_form_lightbluedark.gif" nowrap class="form_field">Owner</td>
|
119 |
<th nowrap>Owner</th>
|
| 119 |
<td background="images/bg_form_lightbluedark.gif" nowrap class="form_field"></td>
|
120 |
<th nowrap></th>
|
| 120 |
</tr>
|
121 |
</tr>
|
| - |
|
122 |
</thead>
|
| 121 |
<%Set rsTemp = OraDatabase.DbCreateDynaset( Get_Processes ( parPv_id ), cint(0))%>
|
123 |
<%Set rsTemp = OraDatabase.DbCreateDynaset( Get_Processes ( parPv_id ), cint(0))%>
|
| 122 |
<%If rsTemp.RecordCount < 1 Then%>
|
124 |
<%If rsTemp.RecordCount < 1 Then%>
|
| 123 |
<tr>
|
125 |
<tr>
|
| 124 |
<td background="images/bg_form_lightgray.gif" nowrap> </td>
|
126 |
<td nowrap> </td>
|
| 125 |
<td background="images/bg_form_lightgray.gif" nowrap> </td>
|
127 |
<td nowrap> </td>
|
| 126 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
128 |
<td> </td>
|
| 127 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
129 |
<td> </td>
|
| 128 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
130 |
<td> </td>
|
| 129 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
131 |
<td> </td>
|
| 130 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
132 |
<td> </td>
|
| 131 |
</tr>
|
133 |
</tr>
|
| 132 |
<%End If%>
|
134 |
<%End If%>
|
| 133 |
<%While ((NOT rsTemp.BOF) AND (NOT rsTemp.EOF))%>
|
135 |
<%While ((NOT rsTemp.BOF) AND (NOT rsTemp.EOF))%>
|
| 134 |
<tr>
|
136 |
<tr>
|
| 135 |
<td align="center" nowrap background="images/bg_form_lightgray.gif"></td>
|
137 |
<td align="center" nowrap></td>
|
| 136 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsTemp("proc_name")%></td>
|
138 |
<td nowrap valign="top"><%=rsTemp("proc_name")%></td>
|
| 137 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsTemp("proc_description")%></td>
|
139 |
<td nowrap valign="top"><%=rsTemp("proc_description")%></td>
|
| 138 |
<td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsTemp("run_as")%></td>
|
140 |
<td valign="top"><%=rsTemp("run_as")%></td>
|
| 139 |
<td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsTemp("is_interface")%></td>
|
141 |
<td valign="top"><%=rsTemp("is_interface")%></td>
|
| 140 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsTemp("pkg_owner")%></td>
|
142 |
<td nowrap valign="top"><%=rsTemp("pkg_owner")%></td>
|
| 141 |
<%If pkgInfoHash.Item("dlocked") = "N" OR (pkgInfoHash.Item("dlocked") = "R") Then%>
|
143 |
<%If pkgInfoHash.Item("dlocked") = "N" OR (pkgInfoHash.Item("dlocked") = "R") Then%>
|
| 142 |
<td align="center" background="images/bg_form_lightgray.gif" class="form_item" valign="top"><a href="_remove_process.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&proc_id=<%=rsTemp("proc_id")%>" onClick="return vixConfirmDelete('this process');"><img src="images/i_delete.gif" alt="Remove from list." width="13" height="12" hspace="3" border="0"></a></td>
|
144 |
<td align="center" valign="top"><a href="_remove_process.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&proc_id=<%=rsTemp("proc_id")%>" onClick="return vixConfirmDelete('this process');"><img src="images/i_delete.gif" alt="Remove from list." width="13" height="12" hspace="3" border="0"></a></td>
|
| 143 |
<%Else%>
|
145 |
<%Else%>
|
| 144 |
<td align="center" background="images/bg_form_lightgray.gif" class="form_item" valign="top"><img src="images/i_delete_disable.gif" alt="Remove disabled." width="13" height="12" hspace="3" border="0"></td>
|
146 |
<td align="center" valign="top"><img src="images/i_delete_disable.gif" alt="Remove disabled." width="13" height="12" hspace="3" border="0"></td>
|
| 145 |
<%End If%>
|
147 |
<%End If%>
|
| 146 |
</tr>
|
148 |
</tr>
|
| 147 |
<%rsTemp.MoveNext
|
149 |
<%rsTemp.MoveNext
|
| 148 |
WEnd
|
150 |
WEnd
|
| 149 |
rsTemp.Close
|
151 |
rsTemp.Close
|