| Line 117... |
Line 117... |
| 117 |
<td></td>
|
117 |
<td></td>
|
| 118 |
<td valign="top">
|
118 |
<td valign="top">
|
| 119 |
<!-- DETAILS ------------------------------------------------->
|
119 |
<!-- DETAILS ------------------------------------------------->
|
| 120 |
<br>
|
120 |
<br>
|
| 121 |
<span class="body_colb">Runtime Dependencies</span><br>
|
121 |
<span class="body_colb">Runtime Dependencies</span><br>
|
| 122 |
<table width="100%" border="0" cellspacing="1" cellpadding="3">
|
122 |
<table width="100%" border="0" cellspacing="1" cellpadding="3" class="stdGrey">
|
| - |
|
123 |
<thead>
|
| 123 |
<tr>
|
124 |
<tr>
|
| 124 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field"></td>
|
125 |
<th nowrap width="1%" ></th>
|
| 125 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Product </td>
|
126 |
<th nowrap width="1%" >Product </th>
|
| 126 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Version </td>
|
127 |
<th nowrap width="1%" >Version </th>
|
| 127 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="100%" class="form_field">Comments</td>
|
128 |
<th nowrap width="100%">Comments</th>
|
| 128 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">URL</td>
|
129 |
<th nowrap width="1%" >URL</th>
|
| 129 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field" align="center">Added</td>
|
130 |
<th nowrap width="1%" align="center">Added</th>
|
| 130 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field"></td>
|
131 |
<th nowrap width="1%" ></th>
|
| 131 |
</tr>
|
132 |
</tr>
|
| - |
|
133 |
</thead>
|
| 132 |
<%Set rsTemp = OraDatabase.DbCreateDynaset( Get_Runtime_Dependencies ( parPv_id ), cint(0))%>
|
134 |
<%Set rsTemp = OraDatabase.DbCreateDynaset( Get_Runtime_Dependencies ( parPv_id ), cint(0))%>
|
| 133 |
<%If rsTemp.RecordCount < 1 Then%>
|
135 |
<%If rsTemp.RecordCount < 1 Then%>
|
| 134 |
<tr>
|
136 |
<tr>
|
| 135 |
<td background="images/bg_form_lightgray.gif" nowrap> </td>
|
137 |
<td nowrap> </td>
|
| 136 |
<td background="images/bg_form_lightgray.gif" nowrap> </td>
|
138 |
<td nowrap> </td>
|
| 137 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
139 |
<td> </td>
|
| 138 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
140 |
<td> </td>
|
| 139 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
141 |
<td> </td>
|
| 140 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
142 |
<td> </td>
|
| 141 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
143 |
<td> </td>
|
| 142 |
</tr>
|
144 |
</tr>
|
| 143 |
<%End If%>
|
145 |
<%End If%>
|
| 144 |
<%While ((NOT rsTemp.BOF) AND (NOT rsTemp.EOF))%>
|
146 |
<%While ((NOT rsTemp.BOF) AND (NOT rsTemp.EOF))%>
|
| 145 |
<tr>
|
147 |
<tr>
|
| 146 |
<%If canEdit Then%>
|
148 |
<%If canEdit Then%>
|
| 147 |
<td align="center" nowrap background="images/bg_form_lightgray.gif"><a href="javascript:;" onClick="MM_openVixIFrame('_wform_update_runtime_dependency.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&rtd_id=<%=rsTemp("rtd_id")%>','Update Runtime Dependency')"><img src="images/i_edit.gif" alt="Edit" width="12" height="12" hspace="3" vspace="3" border="0"></a></td>
|
149 |
<td align="center" nowrap><a href="javascript:;" onClick="MM_openVixIFrame('_wform_update_runtime_dependency.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&rtd_id=<%=rsTemp("rtd_id")%>','Update Runtime Dependency')"><img src="images/i_edit.gif" alt="Edit" width="12" height="12" hspace="3" vspace="3" border="0"></a></td>
|
| 148 |
<%Else%>
|
150 |
<%Else%>
|
| 149 |
<td align="center" nowrap background="images/bg_form_lightgray.gif"><img src="images/i_edit_disable.gif" alt="Edit disabled." width="12" height="12" hspace="3" vspace="3" border="0"></td>
|
151 |
<td align="center" nowrap><img src="images/i_edit_disable.gif" alt="Edit disabled." width="12" height="12" hspace="3" vspace="3" border="0"></td>
|
| 150 |
<%End If%>
|
152 |
<%End If%>
|
| 151 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsTemp("pkg_name")%></td>
|
153 |
<td nowrap valign="top"><%=rsTemp("pkg_name")%></td>
|
| 152 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsTemp("pkg_version")%></td>
|
154 |
<td nowrap valign="top"><%=rsTemp("pkg_version")%></td>
|
| 153 |
<td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsTemp("rtd_comments")%></td>
|
155 |
<td valign="top"><%=rsTemp("rtd_comments")%></td>
|
| 154 |
<td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%If NOT IsNull(rsTemp("rtd_url")) Then Response.write "<a href='http://"& rsTemp("rtd_url") &"' target='_blank'><img src='images/i_url.gif' width='15' height='15' hspace='3' vspace='3' border='0' alt='"& rsTemp("rtd_url") &"'></a>"%></td>
|
156 |
<td valign="top"><%If NOT IsNull(rsTemp("rtd_url")) Then Response.write "<a href='http://"& rsTemp("rtd_url") &"' target='_blank'><img src='images/i_url.gif' width='15' height='15' hspace='3' vspace='3' border='0' alt='"& rsTemp("rtd_url") &"'></a>"%></td>
|
| 155 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=DisplayDate(rsTemp("mod_date"))%> by <%=emailField(enum_imgUser & rsTemp("full_name") ,rsTemp("user_email"))%></td>
|
157 |
<td nowrap valign="top"><%=DisplayDate(rsTemp("mod_date"))%> by <%=emailField(enum_imgUser & rsTemp("full_name") ,rsTemp("user_email"))%></td>
|
| 156 |
<%If canEdit Then%>
|
158 |
<%If canEdit Then%>
|
| 157 |
<td align="center" background="images/bg_form_lightgray.gif" class="form_item" valign="top"><a href="_remove_runtime_dependency.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&rtd_id=<%=rsTemp("rtd_id")%>" onClick="return vixConfirmDelete('this Runtime Dependency');"><img src="images/i_delete.gif" alt="Remove from list." width="13" height="12" hspace="3" border="0"></a></td>
|
159 |
<td align="center" valign="top"><a href="_remove_runtime_dependency.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&rtd_id=<%=rsTemp("rtd_id")%>" onClick="return vixConfirmDelete('this Runtime Dependency');"><img src="images/i_delete.gif" alt="Remove from list." width="13" height="12" hspace="3" border="0"></a></td>
|
| 158 |
<%Else%>
|
160 |
<%Else%>
|
| 159 |
<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>
|
161 |
<td align="center" valign="top"><img src="images/i_delete_disable.gif" alt="Remove disabled." width="13" height="12" hspace="3" border="0"></td>
|
| 160 |
<%End If%>
|
162 |
<%End If%>
|
| 161 |
</tr>
|
163 |
</tr>
|
| 162 |
<%rsTemp.MoveNext
|
164 |
<%rsTemp.MoveNext
|
| 163 |
WEnd
|
165 |
WEnd
|
| 164 |
rsTemp.Close
|
166 |
rsTemp.Close
|