| Line 382... |
Line 382... |
| 382 |
</tr>
|
382 |
</tr>
|
| 383 |
<tr class="<%=rowClass%>">
|
383 |
<tr class="<%=rowClass%>">
|
| 384 |
<td nowrap width="1%">
|
384 |
<td nowrap width="1%">
|
| 385 |
<!-- The use of the isChecked() javascript function below, enables the submit button if any checkboxes are checked, -->
|
385 |
<!-- The use of the isChecked() javascript function below, enables the submit button if any checkboxes are checked, -->
|
| 386 |
<!-- else it will disable the submit button. The function is badly named, but nevertheless, that is what it does. -->
|
386 |
<!-- else it will disable the submit button. The function is badly named, but nevertheless, that is what it does. -->
|
| 387 |
<a name="PkgName_<%=rsQry("pkg_name")%>"></a></a>
|
387 |
<a name="PkgName_<%=rsQry("pkg_name")%>">
|
| 388 |
<input type="checkbox" value="<%=rsQry("pv_id")%>" name="pv_id_list" id="pv_id_list" onClick="isChecked('pv_id_list','submit');">
|
388 |
<input type="checkbox" value="<%=rsQry("pv_id")%>" name="pv_id_list" id="pv_id_list" onClick="isChecked('pv_id_list','submit');">
|
| - |
|
389 |
</a>
|
| 389 |
</td>
|
390 |
</td>
|
| 390 |
<td nowrap class="body_rowg"><a class="txt_linked" href="dependencies.asp?pv_id=<%=rsQry("pv_id")%>&rtag_id=<%=rsQry("rtag_id")%>" title="<%=rsQry("pv_description")%>"><%=rsQry("pkg_name")%></a></td>
|
391 |
<td nowrap class="body_rowg"><a class="txt_linked" href="dependencies.asp?pv_id=<%=rsQry("pv_id")%>&rtag_id=<%=rsQry("rtag_id")%>" title="<%=rsQry("pv_description")%>"><%=rsQry("pkg_name")%></a></td>
|
| 391 |
<td nowrap class="body_rowg"><%=rsQry("pkg_version")%></td>
|
392 |
<td nowrap class="body_rowg"><%=rsQry("pkg_version")%></td>
|
| 392 |
<td nowrap class="body_rowg"><%=rowData%></td>
|
393 |
<td nowrap class="body_rowg"><%=rowData%></td>
|
| 393 |
</tr>
|
394 |
</tr>
|
| Line 421... |
Line 422... |
| 421 |
<td nowrap width="1%">
|
422 |
<td nowrap width="1%">
|
| 422 |
<input type="checkbox" value=0 disabled=true name="notused" id="notused">
|
423 |
<input type="checkbox" value=0 disabled=true name="notused" id="notused">
|
| 423 |
</td>
|
424 |
</td>
|
| 424 |
<td nowrap class="body_rowg"><a class="txt_linked" href="dependencies.asp?pv_id=<%=rsQry2(0)%>&rtag_id=<%=rsQry2(4)%>" title="<%=rsQry2(5)%>"><%=rsQry2(1)%></a></td>
|
425 |
<td nowrap class="body_rowg"><a class="txt_linked" href="dependencies.asp?pv_id=<%=rsQry2(0)%>&rtag_id=<%=rsQry2(4)%>" title="<%=rsQry2(5)%>"><%=rsQry2(1)%></a></td>
|
| 425 |
<td nowrap class="body_rowg"><%=rsQry2(2)%></td>
|
426 |
<td nowrap class="body_rowg"><%=rsQry2(2)%></td>
|
| 426 |
<td nowrap class="body_rowg"><a href="#pkgName_<%=rsQry2(3)%>" style="text-decoration: none;">» <%=rsQry2(3)%></a></td>
|
427 |
<td nowrap class="body_rowg"><a href="#PkgName_<%=rsQry2(3)%>" style="text-decoration: none;">» <%=rsQry2(3)%></a></td>
|
| 427 |
</tr>
|
428 |
</tr>
|
| 428 |
<%
|
429 |
<%
|
| 429 |
rsQry2.MoveNext
|
430 |
rsQry2.MoveNext
|
| 430 |
Loop%>
|
431 |
Loop%>
|
| 431 |
</table>
|
432 |
</table>
|