| Line 53... |
Line 53... |
| 53 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
53 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 54 |
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
|
54 |
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
|
| 55 |
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
|
55 |
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
|
| 56 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
56 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
| 57 |
<script language="JavaScript" src="scripts/remote_scripting.js?ver=<%=VixVerNum%>"></script>
|
57 |
<script language="JavaScript" src="scripts/remote_scripting.js?ver=<%=VixVerNum%>"></script>
|
| - |
|
58 |
<%bCsvExport = True%>
|
| 58 |
<!--#include file="_jquery_includes.asp"-->
|
59 |
<!--#include file="_jquery_includes.asp"-->
|
| 59 |
<!-- TIPS -->
|
60 |
<!-- TIPS -->
|
| 60 |
<script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
|
61 |
<script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
|
| 61 |
<script language="JavaScript" src="images/_help_tips.js?ver=<%=VixVerNum%>"></script>
|
62 |
<script language="JavaScript" src="images/_help_tips.js?ver=<%=VixVerNum%>"></script>
|
| 62 |
<!-- DROPDOWN MENUS -->
|
63 |
<!-- DROPDOWN MENUS -->
|
| Line 253... |
Line 254... |
| 253 |
<tr>
|
254 |
<tr>
|
| 254 |
<td class="body_sect">Release Metrics</td>
|
255 |
<td class="body_sect">Release Metrics</td>
|
| 255 |
</tr>
|
256 |
</tr>
|
| 256 |
<tr>
|
257 |
<tr>
|
| 257 |
<td>
|
258 |
<td>
|
| 258 |
<table width="100%" border="0" cellspacing="1" cellpadding="1">
|
259 |
<table width="100%" border="0" cellspacing="1" cellpadding="1" class="etable">
|
| 259 |
<tr class="form_field_bg">
|
260 |
<tr class="form_field_bg">
|
| 260 |
<td nowrap class="body_row" valign="top">Project</td>
|
261 |
<th nowrap class="body_row" valign="top">Project</th>
|
| 261 |
<td nowrap class="body_row" valign="top">Last Built Release</td>
|
262 |
<th nowrap class="body_row" valign="top">Last Built Release</th>
|
| 262 |
<td nowrap class="body_row" valign="top">Completed</td>
|
263 |
<th nowrap class="body_row" valign="top">Completed</th>
|
| 263 |
<td nowrap class="body_row" valign="top">Autobuilt Packages</td>
|
264 |
<th nowrap class="body_row" valign="top">Autobuilt Packages</th>
|
| 264 |
</tr>
|
265 |
</tr>
|
| 265 |
<%
|
266 |
<%
|
| 266 |
Set rsQry = OraDatabase.DbCreateDynaset( GetQuery("ReleaseMetricsSummary.sql"), cint(0))
|
267 |
Set rsQry = OraDatabase.DbCreateDynaset( GetQuery("ReleaseMetricsSummary.sql"), cint(0))
|
| 267 |
|
268 |
|
| 268 |
While ((NOT rsQry.BOF) AND (NOT rsQry.EOF))
|
269 |
While ((NOT rsQry.BOF) AND (NOT rsQry.EOF))
|
| 269 |
Dim proj_id: proj_id = rsQry("proj_id")
|
270 |
Dim proj_id: proj_id = rsQry("proj_id")
|
| 270 |
Auto=FormatPercent(rsQry("autobuilt")/rsQry("total_packages"), 2)
|
271 |
Auto=FormatPercent(rsQry("autobuilt")/rsQry("total_packages"), 2)
|
| 271 |
%>
|
272 |
%>
|
| 272 |
<tr class="form_field_grey_bg">
|
273 |
<tr class="form_field_grey_bg csvData">
|
| 273 |
<td nowrap class="body_row">
|
274 |
<td nowrap class="body_row">
|
| 274 |
<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>
|
275 |
<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>
|
| 275 |
<a title="Open this Project" href="rtree.asp?proj_id=<%=proj_id%>"><%=rsQry("proj_name")%></a>
|
276 |
<a title="Open this Project" href="rtree.asp?proj_id=<%=proj_id%>"><%=rsQry("proj_name")%></a>
|
| 276 |
</td>
|
277 |
</td>
|
| 277 |
<td nowrap class="body_row" title="Open this Release">
|
278 |
<td nowrap class="body_row" title="Open this Release">
|