Subversion Repositories DevTools

Rev

Rev 5898 | Rev 5952 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5898 Rev 5932
Line 603... Line 603...
603
End Function
603
End Function
604
%>
604
%>
605
<%
605
<%
606
'------------------ MAIN LINE --------------------
606
'------------------ MAIN LINE --------------------
607
'-------------------------------------------------
607
'-------------------------------------------------
-
 
608
If pkgInfoHash.Exists("pv_id") Then
608
%>
609
%>
609
<!-- PACKAGE INFORMATION --------------------------------------------------------------------------------------------------------------->
610
<!-- PACKAGE INFORMATION --------------------------------------------------------------------------------------------------------------->
610
   <fieldset class="fset"><legend class="body_colb"><img src='images/s_info.gif' width='21' height='24' hspace='4' border='0' align='absmiddle'>Package Information</legend>
611
   <fieldset class="fset"><legend class="body_colb"><img src='images/s_info.gif' width='21' height='24' hspace='4' border='0' align='absmiddle'>Package Information</legend>
611
   <a name="PACKAGE_INFORMATION"></a>
612
   <a name="PACKAGE_INFORMATION"></a>
612
   <table width="100%" border="0" cellspacing="1" cellpadding="2">
613
   <table width="100%" border="0" cellspacing="1" cellpadding="2">
Line 2534... Line 2535...
2534
            </tr>
2535
            </tr>
2535
            <%rsQry.MoveNext
2536
            <%rsQry.MoveNext
2536
         WEnd%>
2537
         WEnd%>
2537
      </table>
2538
      </table>
2538
   </fieldset>
2539
   </fieldset>
2539
   <br>
-
 
2540
2540
   <br>
-
 
2541
<%End If%>
-
 
2542
 
-
 
2543