Subversion Repositories DevTools

Rev

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

Rev 6623 Rev 6651
Line 48... Line 48...
48
%>
48
%>
49
<!-- RequestPackageVersionHistoryMetrics.asp -->
49
<!-- RequestPackageVersionHistoryMetrics.asp -->
50
<table width="100%" border="0" cellspacing="1" cellpadding="1">
50
<table width="100%" border="0" cellspacing="1" cellpadding="1">
51
<tr>
51
<tr>
52
  <td>
52
  <td>
53
     <table width="100%" border="0" cellspacing="1" cellpadding="1">
53
     <table width="100%" border="0" cellspacing="1" cellpadding="1" class="etable">
54
        <tr class="form_field_bg">
54
        <tr class="form_field_bg">
55
           <td nowrap class="body_row" valign="top" >Package Version [<%=rsMetrics.RecordCount%>]</td>
55
           <th nowrap class="body_row" valign="top" >Package Version [<%=rsMetrics.RecordCount%>]</th>
56
           <td nowrap class="body_row" valign="top" >Autobuilt</td>
56
           <th nowrap class="body_row" valign="top" >Autobuilt</th>
57
           <td nowrap class="body_row" valign="top" >Build Reason</td>
57
           <th nowrap class="body_row" valign="top" >Build Reason</th>
58
           <td nowrap class="body_row" valign="top" >Lines Of Code</td>
58
           <th nowrap class="body_row" valign="top" >Lines Of Code</th>
59
           <td nowrap class="body_row" valign="top" >Unit Tested</td>
59
           <th nowrap class="body_row" valign="top" >Unit Tested</th>
60
           <td nowrap class="body_row" valign="top" >Autotested</td>
60
           <th nowrap class="body_row" valign="top" >Autotested</th>
61
           <td nowrap class="body_row" valign="top" >Last Modified</td>
61
           <th nowrap class="body_row" valign="top" >Last Modified</th>
62
           <td nowrap class="" valign="top" ></td>
62
           <th nowrap class="" valign="top" ></th>
63
        </tr>
63
        </tr>
64
 
64
 
65
        <%
65
        <%
66
 
66
 
67
        If rsMetrics.RecordCount < 1 Then
67
        If rsMetrics.RecordCount < 1 Then
Line 85... Line 85...
85
                    trClass = "form_field_hilight_bg"
85
                    trClass = "form_field_hilight_bg"
86
                    showBaseRippleHelp = TRUE
86
                    showBaseRippleHelp = TRUE
87
                End If
87
                End If
88
               End If
88
               End If
89
              %>
89
              %>
90
                 <tr class="<%=trClass%>">
90
                 <tr class="csvData <%=trClass%>">
91
                    <td nowrap class="body_row">
91
                    <td nowrap class="body_row">
92
                       <a class="txt_linked" href="dependencies.asp?pv_id=<%=rsMetrics("pv_id")%>"><%=rsMetrics("pkg_name")%>&nbsp;<%=rsMetrics("pkg_version")%></a>
92
                       <a class="txt_linked" href="dependencies.asp?pv_id=<%=rsMetrics("pv_id")%>"><%=rsMetrics("pkg_name")%>&nbsp;<%=rsMetrics("pkg_version")%></a>
93
                    </td>
93
                    </td>
94
                    <td nowrap class="body_row"><%=IIf(rsMetrics("is_autobuildable") = "Y", "Yes", "No")%></td>
94
                    <td nowrap class="body_row"><%=IIf(rsMetrics("is_autobuildable") = "Y", "Yes", "No")%></td>
95
                    <td nowrap class="body_row"><%=rsMetrics("reason")%></td>
95
                    <td nowrap class="body_row"><%=rsMetrics("reason")%></td>