Subversion Repositories DevTools

Rev

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

Rev 6618 Rev 6651
Line 32... Line 32...
32
%>
32
%>
33
<!-- RequestProjectRelease.asp -->
33
<!-- RequestProjectRelease.asp -->
34
<table width="100%" border="0" cellspacing="1" cellpadding="1">
34
<table width="100%" border="0" cellspacing="1" cellpadding="1">
35
<tr>
35
<tr>
36
  <td class="form_field_bg">
36
  <td class="form_field_bg">
37
     <table width="100%" border="0" cellspacing="1" cellpadding="1">
37
     <table width="100%" border="0" cellspacing="1" cellpadding="1" class="etable">
38
        <tr class="form_field_bg">
38
        <tr class="form_field_bg">
39
           <td nowrap class="body_row" valign="top">Release</td>
39
           <th nowrap class="body_row" valign="top">Release</th>
40
           <td nowrap class="body_row" valign="top">Last Autobuild<br>Completed</td>
40
           <th nowrap class="body_row" valign="top">Last Autobuild<br>Completed</th>
41
           <td nowrap class="body_row" valign="top">Autobuilt Packages</td>
41
           <th nowrap class="body_row" valign="top">Autobuilt Packages</th>
42
           <td nowrap class="body_row" valign="top">Lines Of Code</td>
42
           <th nowrap class="body_row" valign="top">Lines Of Code</th>
43
           <td nowrap class="body_row" valign="top">Packages<br>Unit Tested</td>
43
           <th nowrap class="body_row" valign="top">Packages<br>Unit Tested</th>
44
           <td nowrap class="body_row" valign="top">Packages<br>Autotested</td>
44
           <th nowrap class="body_row" valign="top">Packages<br>Autotested</th>
45
           <td nowrap class="body_row" valign="top">Total Auto<br>Test Count</td>
45
           <th nowrap class="body_row" valign="top">Total Auto<br>Test Count</th>
46
        </tr>
46
        </tr>
47
 
47
 
48
        <%
48
        <%
49
        OraDatabase.Parameters.Add "PROJ_ID", Request("proj_id"),    ORAPARM_INPUT, ORATYPE_NUMBER
49
        OraDatabase.Parameters.Add "PROJ_ID", Request("proj_id"),    ORAPARM_INPUT, ORATYPE_NUMBER
50
 
50
 
Line 60... Line 60...
60
 
60
 
61
           While ((NOT rsTemp.BOF) AND (NOT rsTemp.EOF))
61
           While ((NOT rsTemp.BOF) AND (NOT rsTemp.EOF))
62
              BaseId = "RTAG_" & rsTemp("rtag_id")
62
              BaseId = "RTAG_" & rsTemp("rtag_id")
63
              Auto=FormatPercent(rsTemp("autobuilt")/rsTemp("total_packages"), 2)
63
              Auto=FormatPercent(rsTemp("autobuilt")/rsTemp("total_packages"), 2)
64
              %>
64
              %>
65
                <tr class="form_field_grey_bg">
65
                <tr class="form_field_grey_bg csvData">
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>