Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 6592
Line 29... Line 29...
29
'------------------------ MAIN LINE ---------------------------------
29
'------------------------ MAIN LINE ---------------------------------
30
%>
30
%>
31
<table width="100%" border="0" cellspacing="1" cellpadding="1">
31
<table width="100%" border="0" cellspacing="1" cellpadding="1">
32
   <tr>
32
   <tr>
33
      <td background="images/bg_form_lightbluedark.gif">
33
      <td background="images/bg_form_lightbluedark.gif">
34
         <table width="100%" border="0" cellspacing="1" cellpadding="3">
34
         <table width="100%" border="0" cellspacing="0" cellpadding="1">
35
            <tr>
35
            <tr>
36
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Release</td>
36
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Release</td>
37
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Last Autobuild<br>Completed</td>
37
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Last Autobuild<br>Completed</td>
38
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Autobuilt Packages</td>
38
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Autobuilt Packages</td>
39
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Lines Of Code</td>
39
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Lines Of Code</td>
40
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Unit Tested</td>
40
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Packages<br>Unit Tested</td>
41
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Autotested</td>
41
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Packages<br>Autotested</td>
-
 
42
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Total Auto<br>Test Count</td>
42
            </tr>
43
            </tr>
43
 
44
 
44
            <%
45
            <%
45
            OraDatabase.Parameters.Add "PROJ_ID", Request("proj_id"),    ORAPARM_INPUT, ORATYPE_NUMBER
46
            OraDatabase.Parameters.Add "PROJ_ID", Request("proj_id"),    ORAPARM_INPUT, ORATYPE_NUMBER
46
 
47
 
47
            Set rsTemp = OraDatabase.DbCreateDynaset( GetQuery("ReleaseMetrics.sql"), cint(0))
48
            Set rsTemp = OraDatabase.DbCreateDynaset( GetQuery("ReleaseMetricsFull.sql"), cint(0))
48
 
49
 
49
            OraDatabase.Parameters.Remove "PROJ_ID"
50
            OraDatabase.Parameters.Remove "PROJ_ID"
50
 
51
 
51
            If rsTemp.RecordCount < 1 Then%>
52
            If rsTemp.RecordCount < 1 Then%>
52
               <tr>
53
               <tr>
Line 59... Line 60...
59
                  Auto=FormatPercent(rsTemp("autobuilt")/rsTemp("total_packages"), 2)
60
                  Auto=FormatPercent(rsTemp("autobuilt")/rsTemp("total_packages"), 2)
60
                  %>
61
                  %>
61
 
62
 
62
                  <tr>
63
                  <tr>
63
                     <td background="images/bg_form_lightgray.gif" nowrap class="body_txt">
64
                     <td background="images/bg_form_lightgray.gif" nowrap class="body_txt">
-
 
65
 
64
                        <SPAN id="IMG_EXPAND_RTAG_<%=rsTemp("rtag_id")%>" style="display:block;">
66
                        <SPAN id="IMG_EXPAND_RTAG_<%=rsTemp("rtag_id")%>" style="display:block;">
65
                           <a href="javascript:;" class="txt_linked" onClick="RequestReleasePackages('?rtag_id=<%=rsTemp("rtag_id")%>', '<%=rsTemp("rtag_id")%>');">
67
                           <a href="javascript:;" class="txt_linked" onClick="RequestReleasePackages('?rtag_id=<%=rsTemp("rtag_id")%>', '<%=rsTemp("rtag_id")%>');">
66
                              <img src="images/bt_plus.gif" border="0" align="absmiddle" hspace="3">
68
                              <img src="images/bt_plus.gif" border="0" align="absmiddle" hspace="3">
67
                              <img src="images/i_world.gif" border="0" align="absmiddle" hspace="3">
69
                              <img src="images/i_world.gif" border="0" align="absmiddle" hspace="3">
68
                              <%=rsTemp("rtag_name")%>
70
                              <%=rsTemp("rtag_name")%>
Line 79... Line 81...
79
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsTemp("last_build_time")%></td>
81
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsTemp("last_build_time")%></td>
80
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsTemp("autobuilt")%>/<%=rsTemp("total_packages")%> (<%=Auto%>)</td>
82
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsTemp("autobuilt")%>/<%=rsTemp("total_packages")%> (<%=Auto%>)</td>
81
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsTemp("lines_of_code")%></td>
83
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsTemp("lines_of_code")%></td>
82
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsTemp("unit_tested")%></td>
84
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsTemp("unit_tested")%></td>
83
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsTemp("autotested")%></td>
85
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsTemp("autotested")%></td>
-
 
86
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsTemp("total_test_count")%></td>
84
                  </tr>
87
                  </tr>
85
                  <tr>
88
                  <tr>
86
                     <td nowrap class="body_txt" colspan="6">
89
                     <td nowrap class="body_txt" colspan="6">
87
                        <DIV id="DIVRTAG_<%=rsTemp("rtag_id")%>" style="display:none;"><%=enumLOADING%></DIV>
90
                        <DIV id="DIVRTAG_<%=rsTemp("rtag_id")%>" style="display:none;"><%=enumLOADING%></DIV>
88
                     </td>
91
                     </td>