Subversion Repositories DevTools

Rev

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

Rev 6616 Rev 6618
Line 66... Line 66...
66
                    <td nowrap class="body_row">
66
                    <td nowrap class="body_row">
67
                        <a title="Show Metrics for this Release" href='javascript://rtag_id=<%=rsTemp("rtag_id")%>;' class=txt_linked onClick="ToggleLoadControl('<%=BaseId%>','RequestReleasePackages.asp?rtag_id=<%=rsTemp("rtag_id")%>');"><img id='IMG_<%=BaseId%>' src="images/bt_plus.gif" border="0" align="absmiddle" hspace="3" ><%=ReleaseIcon(rsTemp("official"))%></a>
67
                        <a title="Show Metrics for this Release" href='javascript://rtag_id=<%=rsTemp("rtag_id")%>;' class=txt_linked onClick="ToggleLoadControl('<%=BaseId%>','RequestReleasePackages.asp?rtag_id=<%=rsTemp("rtag_id")%>');"><img id='IMG_<%=BaseId%>' src="images/bt_plus.gif" border="0" align="absmiddle" hspace="3" ><%=ReleaseIcon(rsTemp("official"))%></a>
68
                        <a title="Open this Release" href='dependencies.asp?rtag_id=<%=rsTemp("rtag_id")%>'><%=rsTemp("rtag_name")%></a>
68
                        <a title="Open this Release" href='dependencies.asp?rtag_id=<%=rsTemp("rtag_id")%>'><%=rsTemp("rtag_name")%></a>
69
                    </td>
69
                    </td>
70
                    <td nowrap class="body_row"><%=rsTemp("last_build_time")%></td>
70
                    <td nowrap class="body_row"><%=rsTemp("last_build_time")%></td>
71
                    <td nowrap class="body_row"><%=rsTemp("autobuilt")%>/<%=rsTemp("total_packages")%> (<%=Auto%>)</td>
71
                    <td nowrap class="body_row tright"><%=rsTemp("autobuilt")%>/<%=rsTemp("total_packages")%> (<%=Auto%>)</td>
72
                    <td nowrap class="body_row"><%=rsTemp("lines_of_code")%></td>
72
                    <td nowrap class="body_row tright"><%=rsTemp("lines_of_code")%></td>
73
                    <td nowrap class="body_row"><%=rsTemp("unit_tested")%></td>
73
                    <td nowrap class="body_row tright"><%=rsTemp("unit_tested")%></td>
74
                    <td nowrap class="body_row"><%=rsTemp("autotested")%></td>
74
                    <td nowrap class="body_row tright"><%=rsTemp("autotested")%></td>
75
                    <td nowrap class="body_row"><%=rsTemp("total_test_count")%></td>
75
                    <td nowrap class="body_row tright"><%=rsTemp("total_test_count")%></td>
76
                </tr>
76
                </tr>
77
                <tr class="form_field_grey_bg" id="TGL_<%=BaseId%>" style="display:none;">
77
                <tr class="form_field_grey_bg" id="TGL_<%=BaseId%>" style="display:none;">
78
                  <td nowrap class="body_row" colspan="7"><div class=subindent id='<%=BaseId%>'><%=enumLOADING%></div></td>
78
                  <td nowrap class="body_row" colspan="7"><div class=subSectionIndent id='<%=BaseId%>'><%=enumLOADING%></div></td>
79
                </tr>
79
                </tr>
80
              <%rsTemp.MoveNext
80
              <%rsTemp.MoveNext
81
           WEnd
81
           WEnd
82
           rsTemp.Close
82
           rsTemp.Close
83
           Set rsTemp = nothing
83
           Set rsTemp = nothing