Subversion Repositories DevTools

Rev

Rev 4293 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4293 Rev 4429
Line 380... Line 380...
380
                              </tr>
380
                              </tr>
381
                              <tr class="<%=rowClass%>">
381
                              <tr class="<%=rowClass%>">
382
                                 <td nowrap width="1%">
382
                                 <td nowrap width="1%">
383
                                    <!-- The use of the isChecked() javascript function below, enables the submit button if any checkboxes are checked, -->
383
                                    <!-- The use of the isChecked() javascript function below, enables the submit button if any checkboxes are checked, -->
384
                                    <!-- else it will disable the submit button. The function is badly named, but nevertheless, that is what it does.   -->
384
                                    <!-- else it will disable the submit button. The function is badly named, but nevertheless, that is what it does.   -->
-
 
385
                                    <a name="PkgName_<%=rsQry("pkg_name")%>"></a></a>
385
                                    <input type="checkbox" value="<%=rsQry("pv_id")%>" name="pv_id_list" id="pv_id_list" onClick="isChecked('pv_id_list','submit');">
386
                                    <input type="checkbox" value="<%=rsQry("pv_id")%>" name="pv_id_list" id="pv_id_list" onClick="isChecked('pv_id_list','submit');">
386
                                 </td>
387
                                 </td>
387
                                 <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>
388
                                 <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>
388
                                 <td nowrap class="body_rowg"><%=rsQry("pkg_version")%></td>
389
                                 <td nowrap class="body_rowg"><%=rsQry("pkg_version")%></td>
389
                                 <td nowrap class="body_rowg"><%=rowData%></td>
390
                                 <td nowrap class="body_rowg"><%=rowData%></td>
Line 418... Line 419...
418
                                 <td nowrap width="1%">
419
                                 <td nowrap width="1%">
419
                                    <input type="checkbox" value=0 disabled=true name="notused" id="notused">
420
                                    <input type="checkbox" value=0 disabled=true name="notused" id="notused">
420
                                 </td>
421
                                 </td>
421
                                 <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>
422
                                 <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>
422
                                 <td nowrap class="body_rowg"><%=rsQry2(2)%></td>
423
                                 <td nowrap class="body_rowg"><%=rsQry2(2)%></td>
423
                                 <td nowrap class="body_rowg"><%=rsQry2(3)%></td>
424
                                 <td nowrap class="body_rowg"><a href="#pkgName_<%=rsQry2(3)%>" style="text-decoration: none;">&raquo;&nbsp;<%=rsQry2(3)%></a></td>
424
                              </tr>
425
                              </tr>
425
                              <%
426
                              <%
426
                              rsQry2.MoveNext
427
                              rsQry2.MoveNext
427
                           Loop%>
428
                           Loop%>
428
                        </table>
429
                        </table>