Subversion Repositories DevTools

Rev

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

Rev 6615 Rev 6616
Line 81... Line 81...
81
         font-size: 12px;
81
         font-size: 12px;
82
      }
82
      }
83
      .style3 {
83
      .style3 {
84
         font-size: 11px;
84
         font-size: 11px;
85
         font-family: tahoma, sans-serif;
85
         font-family: tahoma, sans-serif;
-
 
86
	  }
-
 
87
	  .subindent { 
-
 
88
		  padding-left:2em; 
86
      }
89
      }
87
      -->
90
      -->
88
      </style>
91
      </style>
89
   </head>
92
   </head>
90
   <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
93
   <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
Line 199... Line 202...
199
                                               <%=emailField(enum_imgUserLg & rsTemp("full_name"), rsTemp("user_email"))%>
202
                                               <%=emailField(enum_imgUserLg & rsTemp("full_name"), rsTemp("user_email"))%>
200
                                          </td>
203
                                          </td>
201
                                          <td nowrap class="body_txt"><%=rsTemp("counter")%></td>
204
                                          <td nowrap class="body_txt"><%=rsTemp("counter")%></td>
202
                                       </tr>
205
                                       </tr>
203
                                       <tr id="TGL_WIP_<%=userId%>" style="display:none;">
206
                                       <tr id="TGL_WIP_<%=userId%>" style="display:none;">
204
                                          <td nowrap class="body_txt" colspan="3"><div id="WIP_<%=userId%>"><div><%=enumLOADING%></div></td>
207
                                          <td nowrap class="body_txt" colspan="3"><div class="subindent" id="WIP_<%=userId%>"><%=enumLOADING%></div></td>
205
                                       </tr>
208
                                       </tr>
206
                                       <tr>
209
                                       <tr>
207
                                          <td colspan="3" background="images/bg_form_lightbluedark_line.gif"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
210
                                          <td colspan="3" background="images/bg_form_lightbluedark_line.gif"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
208
                                       </tr>
211
                                       </tr>
209
                                       <%
212
                                       <%
Line 243... Line 246...
243
                                            <a href='javascript:;'><img src="images/bt_plus.gif" border="0" align="absmiddle" hspace="3" id="IMG_DGL_<%=userId%>" class="txt_linked" onClick="ToggleLoadControl('DGL_<%=userId%>','RequestUserDangle.asp?user_id=<%=userId%>');"><%=emailField(enum_imgUserLg & rsTemp("full_name"), rsTemp("user_email"))%></a>
246
                                            <a href='javascript:;'><img src="images/bt_plus.gif" border="0" align="absmiddle" hspace="3" id="IMG_DGL_<%=userId%>" class="txt_linked" onClick="ToggleLoadControl('DGL_<%=userId%>','RequestUserDangle.asp?user_id=<%=userId%>');"><%=emailField(enum_imgUserLg & rsTemp("full_name"), rsTemp("user_email"))%></a>
244
                                          </td>
247
                                          </td>
245
                                          <td nowrap class="body_txt"><%=pkgCount%></td>
248
                                          <td nowrap class="body_txt"><%=pkgCount%></td>
246
                                       </tr>
249
                                       </tr>
247
                                       <tr id="TGL_DGL_<%=userId%>" style="display:none;">
250
                                       <tr id="TGL_DGL_<%=userId%>" style="display:none;">
248
                                          <td nowrap class="body_txt" colspan="3"><div id='DGL_<%=userId%>'><%=enumLOADING%></div></td>
251
                                          <td nowrap class="body_txt" colspan="3"><div class=subindent id='DGL_<%=userId%>'><%=enumLOADING%></div></td>
249
                                       </tr>
252
                                       </tr>
250
                                       <tr>
253
                                       <tr>
251
                                          <td colspan="3" background="images/bg_form_lightbluedark_line.gif"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
254
                                          <td colspan="3" background="images/bg_form_lightbluedark_line.gif"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
252
                                       </tr>
255
                                       </tr>
253
                                       <%
256
                                       <%
Line 271... Line 274...
271
                                                <td nowrap class="body_row" valign="top">Last Built Release</td>
274
                                                <td nowrap class="body_row" valign="top">Last Built Release</td>
272
                                                <td nowrap class="body_row" valign="top">Completed</td>
275
                                                <td nowrap class="body_row" valign="top">Completed</td>
273
                                                <td nowrap class="body_row" valign="top">Autobuilt Packages</td>
276
                                                <td nowrap class="body_row" valign="top">Autobuilt Packages</td>
274
                                             </tr>
277
                                             </tr>
275
                                             <%
278
                                             <%
276
                                             Set rsQry = OraDatabase.DbCreateDynaset( GetQuery("ProjectsWithMetrics.sql"), cint(0))
279
                                             Set rsQry = OraDatabase.DbCreateDynaset( GetQuery("ReleaseMetricsSummary.sql"), cint(0))
277
 
280
 
278
                                             While ((NOT rsQry.BOF) AND (NOT rsQry.EOF))
281
                                             While ((NOT rsQry.BOF) AND (NOT rsQry.EOF))
279
                                                 Dim proj_id: proj_id = rsQry("proj_id")
282
                                                 Dim proj_id: proj_id = rsQry("proj_id")
280
                                                OraDatabase.Parameters.Add "PROJ_ID", proj_id, ORAPARM_INPUT, ORATYPE_NUMBER
-
 
281
 
-
 
282
                                                Set rsTemp = OraDatabase.DbCreateDynaset( GetQuery("ReleaseMetrics.sql"), cint(0))
-
 
283
 
-
 
284
                                                If rsTemp.RecordCount > 0 Then
-
 
285
                                                   Auto=FormatPercent(rsTemp("autobuilt")/rsTemp("total_packages"), 2)
283
                                                 Auto=FormatPercent(rsQry("autobuilt")/rsQry("total_packages"), 2)
286
                                                End If
-
 
287
                                                %>
284
                                                %>
288
                                                <tr class="form_field_grey_bg">
285
                                                <tr class="form_field_grey_bg">
289
                                                   <td nowrap class="body_row">
286
                                                   <td nowrap class="body_row">
290
                                                   <a href='javascript://proj_id=<%=proj_id%>;' class="txt_linked" onClick="ToggleLoadControl('RPM_<%=proj_id%>','RequestProjectRelease.asp?proj_id=<%=rsQry("proj_id")%>');"><img src="images/bt_plus.gif" border="0" align="absmiddle" hspace="3" id="IMG_RPM_<%=proj_id%>"><img src="images/i_world.gif" border="0" align="absmiddle" hspace="3"><%=rsQry("proj_name")%></a>
287
                                                        <a title="Show all metrics for this Project" href='javascript://proj_id=<%=proj_id%>;' class="txt_linked" onClick="ToggleLoadControl('RPM_<%=proj_id%>','RequestProjectRelease.asp?proj_id=<%=rsQry("proj_id")%>');"><img src="images/bt_plus.gif" border="0" align="absmiddle" hspace="3" id="IMG_RPM_<%=proj_id%>"><img src="images/i_world.gif" border="0" align="absmiddle" hspace="3"></a>
-
 
288
                                                        <a title="Open this Project" href="rtree.asp?proj_id=<%=proj_id%>"><%=rsQry("proj_name")%></a>
291
                                                   </td>
289
                                                   </td>
292
                                                   <td nowrap class="body_row"><%=rsTemp("rtag_name")%></td>
290
                                                   <td nowrap class="body_row" title="Open this Release">
293
                                                   <td nowrap class="body_row"><%=rsTemp("last_build_time")%></td>
291
                                                        <a href='dependencies.asp?rtag_id=<%=rsQry("rtag_id")%>'><%=rsQry("rtag_name")%></a></td>
294
                                                   <td nowrap class="body_row">
292
                                                   <td nowrap class="body_row"><%=rsQry("last_build_time")%></td>
295
                                                   <%If rsTemp.RecordCount > 0 Then%>
-
 
296
                                                        <%=rsTemp("autobuilt")%>/<%=rsTemp("total_packages")%> (<%=Auto%>)
293
                                                   <td nowrap class="body_row"><%=rsQry("autobuilt")%>/<%=rsQry("total_packages")%> (<%=Auto%>)
297
                                                   <%End If%>
-
 
298
                                                   </td>
294
                                                   </td>
299
                                                </tr>
295
                                                </tr>
300
                                               <tr id="TGL_RPM_<%=proj_id%>" style="display:none;" class="form_field_grey_bg">
296
                                               <tr id="TGL_RPM_<%=proj_id%>" style="display:none;" class="form_field_grey_bg">
301
                                                  <td nowrap class="body_row" colspan="4"><div id='RPM_<%=proj_id%>'><%=enumLOADING%></div></td>
297
                                                  <td nowrap class="body_row" colspan="4"><div class=subindent id='RPM_<%=proj_id%>'><%=enumLOADING%></div></td>
302
                                               </tr>
298
                                               </tr>
303
                                                <%
299
                                                <%
304
                                                OraDatabase.Parameters.Remove "PROJ_ID"
-
 
305
                                                rsTemp.Close()
-
 
306
                                                Set rsTemp = Nothing
-
 
307
                                                rsQry.MoveNext
300
                                                rsQry.MoveNext
308
                                             Wend
301
                                             Wend
309
 
302
 
310
                                             rsQry.Close()
303
                                             rsQry.Close()
311
                                             Set rsQry = Nothing
304
                                             Set rsQry = Nothing