| Line 103... |
Line 103... |
| 103 |
<tr>
|
103 |
<tr>
|
| 104 |
<td align="right" nowrap background="images/bg_table_col.gif" class="body_col">Action Name</td>
|
104 |
<td align="right" nowrap background="images/bg_table_col.gif" class="body_col">Action Name</td>
|
| 105 |
</tr>
|
105 |
</tr>
|
| 106 |
</table></td>
|
106 |
</table></td>
|
| 107 |
<td width="70%" nowrap align="right" background="images/bg_table_col.gif" class="body_col">Description</td>
|
107 |
<td width="70%" nowrap align="right" background="images/bg_table_col.gif" class="body_col">Description</td>
|
| - |
|
108 |
<td width="1%" nowrap align="right" background="images/bg_table_col.gif" class="body_col">Edit</td>
|
| 108 |
</tr>
|
109 |
</tr>
|
| 109 |
<%
|
110 |
<%
|
| 110 |
OraDatabase.Parameters.Add "APP_ID", parApp_id, ORAPARM_INPUT, ORATYPE_NUMBER
|
111 |
OraDatabase.Parameters.Add "APP_ID", parApp_id, ORAPARM_INPUT, ORATYPE_NUMBER
|
| 111 |
|
112 |
|
| 112 |
Set rsQry = OraDatabase.DbCreateDynaset( GetQuery ("GetControlList.sql"), ORADYN_DEFAULT )
|
113 |
Set rsQry = OraDatabase.DbCreateDynaset( GetQuery ("GetControlList.sql"), ORADYN_DEFAULT )
|
| Line 114... |
Line 115... |
| 114 |
%>
|
115 |
%>
|
| 115 |
<tr>
|
116 |
<tr>
|
| 116 |
<td align="center"><input type="checkbox" name="obj_id_list" value="<%=rsQry("obj_id")%>"></td>
|
117 |
<td align="center"><input type="checkbox" name="obj_id_list" value="<%=rsQry("obj_id")%>"></td>
|
| 117 |
<td nowrap class="body_row"><a href="Control_General.asp?obj_id=<%=rsQry("obj_id")%>&<%=objPMod.ComposeURL%>" class="body_link" title="See Control General Info"><%=LIMG_CONTROL & rsQry("obj_name")%></a></td>
|
118 |
<td nowrap class="body_row"><a href="Control_General.asp?obj_id=<%=rsQry("obj_id")%>&<%=objPMod.ComposeURL%>" class="body_link" title="See Control General Info"><%=LIMG_CONTROL & rsQry("obj_name")%></a></td>
|
| 118 |
<td class="body_row"><%=rsQry("obj_description")%></td>
|
119 |
<td class="body_row"><%=rsQry("obj_description")%></td>
|
| - |
|
120 |
<td align="center"><a href="javascript:;" onClick="MM_openBrWindow('wEditControl.asp?obj_id=<%=rsQry("obj_id")%>&rfile=<%=SCRIPT_NAME%>&<%=objPMod.ComposeURL%>','Edit Action','scrollbars=yes,resizable=yes,width=600,height=350')" title='Edit Action'><%=LIMG_EDIT%></a></td>
|
| 119 |
</tr>
|
121 |
</tr>
|
| 120 |
<%rsQry.MoveNext%>
|
122 |
<%rsQry.MoveNext%>
|
| 121 |
|
123 |
|
| 122 |
<%If (NOT rsQry.BOF) AND (NOT rsQry.EOF) Then%>
|
124 |
<%If (NOT rsQry.BOF) AND (NOT rsQry.EOF) Then%>
|
| 123 |
<tr>
|
125 |
<tr>
|