| Line 763... |
Line 763... |
| 763 |
<tr>
|
763 |
<tr>
|
| 764 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Created:</b></td>
|
764 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Created:</b></td>
|
| 765 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
765 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
| 766 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" ID="Table3">
|
766 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" ID="Table3">
|
| 767 |
<tr class="sublbox_txt">
|
767 |
<tr class="sublbox_txt">
|
| 768 |
<td><%=EuroDate(pkgInfoHash.Item ("created_stamp"))&" by "& pkgInfoHash.Item ("creator")%></td>
|
768 |
<td><%=DisplayDate(pkgInfoHash.Item ("created_stamp"))&" by "& pkgInfoHash.Item ("creator")%></td>
|
| 769 |
<td><a href=<%=shref%> class='txt_linked'><img src='images/bt_send_email.gif' width='36' height='13' hspace='3' border='0' align=right alt=<%=smail%>></a></td>
|
769 |
<td><a href=<%=shref%> class='txt_linked'><img src='images/bt_send_email.gif' width='36' height='13' hspace='3' border='0' align=right alt=<%=smail%>></a></td>
|
| 770 |
</tr>
|
770 |
</tr>
|
| 771 |
</table>
|
771 |
</table>
|
| 772 |
</td>
|
772 |
</td>
|
| 773 |
</tr>
|
773 |
</tr>
|
| Line 780... |
Line 780... |
| 780 |
<tr>
|
780 |
<tr>
|
| 781 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Last Modified:</b></td>
|
781 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Last Modified:</b></td>
|
| 782 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
782 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
| 783 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" ID="Table4">
|
783 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" ID="Table4">
|
| 784 |
<tr class="sublbox_txt">
|
784 |
<tr class="sublbox_txt">
|
| 785 |
<td><%=EuroDateTime(pkgInfoHash.Item ("modified_stamp")) &" by "& pkgInfoHash.Item ("modifier")%></td>
|
785 |
<td><%=DisplayDateTimeSecs(pkgInfoHash.Item ("modified_stamp")) &" by "& pkgInfoHash.Item ("modifier")%></td>
|
| 786 |
<td><a href=<%=shref%> class='txt_linked'><img src='images/bt_send_email.gif' width='36' height='13' hspace='3' border='0' align=right alt=<%=smail%>></a></td>
|
786 |
<td><a href=<%=shref%> class='txt_linked'><img src='images/bt_send_email.gif' width='36' height='13' hspace='3' border='0' align=right alt=<%=smail%>></a></td>
|
| 787 |
</tr>
|
787 |
</tr>
|
| 788 |
</table>
|
788 |
</table>
|
| 789 |
</td>
|
789 |
</td>
|
| 790 |
</tr>
|
790 |
</tr>
|
| Line 798... |
Line 798... |
| 798 |
<tr>
|
798 |
<tr>
|
| 799 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Added to Release:</b></td>
|
799 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Added to Release:</b></td>
|
| 800 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
800 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
| 801 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" ID="Table2">
|
801 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" ID="Table2">
|
| 802 |
<tr class="sublbox_txt">
|
802 |
<tr class="sublbox_txt">
|
| 803 |
<td><%=EuroDate(pkgInfoHash.Item ("insert_stamp")) &" by "& pkgInfoHash.Item ("insertor")%></td>
|
803 |
<td><%=DisplayDate(pkgInfoHash.Item ("insert_stamp")) &" by "& pkgInfoHash.Item ("insertor")%></td>
|
| 804 |
<td><a href=<%=shref%> class='txt_linked'><img src='images/bt_send_email.gif' width='36' height='13' hspace='3' border='0' align=right alt=<%=smail%>></a></td>
|
804 |
<td><a href=<%=shref%> class='txt_linked'><img src='images/bt_send_email.gif' width='36' height='13' hspace='3' border='0' align=right alt=<%=smail%>></a></td>
|
| 805 |
</tr>
|
805 |
</tr>
|
| 806 |
</table>
|
806 |
</table>
|
| 807 |
</td>
|
807 |
</td>
|
| 808 |
</tr>
|
808 |
</tr>
|
| Line 1289... |
Line 1289... |
| 1289 |
<tr>
|
1289 |
<tr>
|
| 1290 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Metrics Collected:</b></td>
|
1290 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Metrics Collected:</b></td>
|
| 1291 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("created_stamp")%></td>
|
1291 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("created_stamp")%></td>
|
| 1292 |
</tr>
|
1292 |
</tr>
|
| 1293 |
<%End If%>
|
1293 |
<%End If%>
|
| - |
|
1294 |
<%If NOT IsNull(rsPkgMetrics("build_time")) Then%>
|
| - |
|
1295 |
<tr>
|
| - |
|
1296 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Build Time:</b></td>
|
| - |
|
1297 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("build_time")%> Seconds</td>
|
| - |
|
1298 |
</tr>
|
| - |
|
1299 |
<%End If%>
|
| - |
|
1300 |
|
| 1294 |
</table>
|
1301 |
</table>
|
| 1295 |
</div>
|
1302 |
</div>
|
| 1296 |
<%End If%>
|
1303 |
<%End If%>
|
| 1297 |
</fieldset>
|
1304 |
</fieldset>
|
| 1298 |
<br>
|
1305 |
<br>
|
| Line 2221... |
Line 2228... |
| 2221 |
<%End If%>
|
2228 |
<%End If%>
|
| 2222 |
<%Else%>
|
2229 |
<%Else%>
|
| 2223 |
<td nowrap bgcolor=#f5f5f5 class="form_item" valign="top"><a href="javascript:;" onClick="MM_openVixIFrame('<%If Not IsNull(rsQry("test_id")) Then%>_wform_update_unit_test.asp<%Else%>_wform_unit_test.asp<%End If%>?test_id=<%=rsQry("test_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&test_type_id=<%=rsQry("test_type_id")%>','Update Unit Test')" class="txt_linked"><img src="images/i_test.gif" width="16" height="16" hspace="3" align="absmiddle" border="0"><%=rsQry("test_type_name")%></a></td>
|
2230 |
<td nowrap bgcolor=#f5f5f5 class="form_item" valign="top"><a href="javascript:;" onClick="MM_openVixIFrame('<%If Not IsNull(rsQry("test_id")) Then%>_wform_update_unit_test.asp<%Else%>_wform_unit_test.asp<%End If%>?test_id=<%=rsQry("test_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&test_type_id=<%=rsQry("test_type_id")%>','Update Unit Test')" class="txt_linked"><img src="images/i_test.gif" width="16" height="16" hspace="3" align="absmiddle" border="0"><%=rsQry("test_type_name")%></a></td>
|
| 2224 |
<%End If%>
|
2231 |
<%End If%>
|
| 2225 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><%=NewLine_To_BR( To_HTML( rsQry("test_summary") ))%></td>
|
2232 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><%=NewLine_To_BR( To_HTML( rsQry("test_summary") ))%></td>
|
| 2226 |
<td nowrap bgcolor=#f5f5f5 class="form_item" valign="top"><%If ( NOT IsNull(rsQry("tester")) ) Then%><%=EuroDate ( rsQry("completion_date") )%><br>by <a href="mailto:<%=rsQry("tester_email")%>" class="txt_linked"><%=rsQry("tester")%></a><%End If%></td>
|
2233 |
<td nowrap bgcolor=#f5f5f5 class="form_item" valign="top"><%If ( NOT IsNull(rsQry("tester")) ) Then%><%=DisplayDate ( rsQry("completion_date") )%><br>by <a href="mailto:<%=rsQry("tester_email")%>" class="txt_linked"><%=rsQry("tester")%></a><%End If%></td>
|
| 2227 |
<td nowrap bgcolor=#f5f5f5 class="form_item" valign="top" align="center"><%=rsQry("numof_test")%></td>
|
2234 |
<td nowrap bgcolor=#f5f5f5 class="form_item" valign="top" align="center"><%=rsQry("numof_test")%></td>
|
| 2228 |
|
2235 |
|
| 2229 |
<%If CInt(rsQry("test_type_id")) = enumTEST_TYPE_AUTOMATIC Then%>
|
2236 |
<%If CInt(rsQry("test_type_id")) = enumTEST_TYPE_AUTOMATIC Then%>
|
| 2230 |
<td bgcolor=#f5f5f5 class="form_item" align="center" valign="top">
|
2237 |
<td bgcolor=#f5f5f5 class="form_item" align="center" valign="top">
|
| 2231 |
<%If NOT IsNull( rsQry("results_url") ) Then%>
|
2238 |
<%If NOT IsNull( rsQry("results_url") ) Then%>
|
| Line 2243... |
Line 2250... |
| 2243 |
<%End If%>
|
2250 |
<%End If%>
|
| 2244 |
</td>
|
2251 |
</td>
|
| 2245 |
<%End If%>
|
2252 |
<%End If%>
|
| 2246 |
|
2253 |
|
| 2247 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top" align="center"><%=FormatAccepted( rsQry("test_accepted"), rsQry("test_id") )%></td>
|
2254 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top" align="center"><%=FormatAccepted( rsQry("test_accepted"), rsQry("test_id") )%></td>
|
| 2248 |
<td nowrap bgcolor=#f5f5f5 class="form_item" valign="top"><%If NOT IsNull(rsQry("reviewee")) Then%><%=EuroDate ( rsQry("acceptance_date") )%><br>by <a href="mailto:<%=rsQry("reviewee_email")%>" class="txt_linked"><%=rsQry("reviewee")%></a><%End If%></td>
|
2255 |
<td nowrap bgcolor=#f5f5f5 class="form_item" valign="top"><%If NOT IsNull(rsQry("reviewee")) Then%><%=DisplayDate ( rsQry("acceptance_date") )%><br>by <a href="mailto:<%=rsQry("reviewee_email")%>" class="txt_linked"><%=rsQry("reviewee")%></a><%End If%></td>
|
| 2249 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><%=NewLine_To_BR( To_HTML( rsQry("review_comments") ))%></td>
|
2256 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><%=NewLine_To_BR( To_HTML( rsQry("review_comments") ))%></td>
|
| 2250 |
|
2257 |
|
| 2251 |
<%
|
2258 |
<%
|
| 2252 |
If ( ( pageIsEditable _
|
2259 |
If ( ( pageIsEditable _
|
| 2253 |
AND (scriptName = "fixed_issues.asp") _
|
2260 |
AND (scriptName = "fixed_issues.asp") _
|
| Line 2313... |
Line 2320... |
| 2313 |
<%If ((NOT rsQry.BOF) AND (NOT rsQry.EOF)) Then%>
|
2320 |
<%If ((NOT rsQry.BOF) AND (NOT rsQry.EOF)) Then%>
|
| 2314 |
<%If NOT IsNull(rsQry("date_of_review")) Then%>
|
2321 |
<%If NOT IsNull(rsQry("date_of_review")) Then%>
|
| 2315 |
<table width="100%" border="0" cellspacing="1" cellpadding="4">
|
2322 |
<table width="100%" border="0" cellspacing="1" cellpadding="4">
|
| 2316 |
<tr>
|
2323 |
<tr>
|
| 2317 |
<td width="1%" align="right" nowrap bgcolor=#e4e9ec class="form_field">Date of Review</td>
|
2324 |
<td width="1%" align="right" nowrap bgcolor=#e4e9ec class="form_field">Date of Review</td>
|
| 2318 |
<td width="1%" nowrap bgcolor=#f5f5f5 class="form_item"><%=EuroDate ( rsQry("date_of_review") )%> </td>
|
2325 |
<td width="1%" nowrap bgcolor=#f5f5f5 class="form_item"><%=DisplayDate ( rsQry("date_of_review") )%> </td>
|
| 2319 |
<td width="1%" align="right" nowrap bgcolor=#e4e9ec class="form_field"> Time Spent:</td>
|
2326 |
<td width="1%" align="right" nowrap bgcolor=#e4e9ec class="form_field"> Time Spent:</td>
|
| 2320 |
<td width="100%" bgcolor=#f5f5f5 class="form_item"><%=rsQry("time_spent")%> hrs </td>
|
2327 |
<td width="100%" bgcolor=#f5f5f5 class="form_item"><%=rsQry("time_spent")%> hrs </td>
|
| 2321 |
</tr>
|
2328 |
</tr>
|
| 2322 |
<tr>
|
2329 |
<tr>
|
| 2323 |
<td align="right" valign="top" nowrap bgcolor=#e4e9ec class="form_field">Reason for Review</td>
|
2330 |
<td align="right" valign="top" nowrap bgcolor=#e4e9ec class="form_field">Reason for Review</td>
|
| Line 2382... |
Line 2389... |
| 2382 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><a href="<%=rsCodeReviewURL("url")%>" target="_blank" class="txt_linked"><%=rsCodeReviewURL("url")%></a></td>
|
2389 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><a href="<%=rsCodeReviewURL("url")%>" target="_blank" class="txt_linked"><%=rsCodeReviewURL("url")%></a></td>
|
| 2383 |
<%Else%>
|
2390 |
<%Else%>
|
| 2384 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><a href="<%=rsCodeReviewURL("full_url")%>" target="_blank" class="txt_linked"><%=rsCodeReviewURL("full_url")%></a></td>
|
2391 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><a href="<%=rsCodeReviewURL("full_url")%>" target="_blank" class="txt_linked"><%=rsCodeReviewURL("full_url")%></a></td>
|
| 2385 |
<%End If%>
|
2392 |
<%End If%>
|
| 2386 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><%=rsCodeReviewURL("reason")%></td>
|
2393 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><%=rsCodeReviewURL("reason")%></td>
|
| 2387 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><%=EuroDate(rsCodeReviewURL("date_of_review"))%></td>
|
2394 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><%=DisplayDate(rsCodeReviewURL("date_of_review"))%></td>
|
| 2388 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><%=EuroDate(rsCodeReviewURL("last_modified"))%></td>
|
2395 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><%=DisplayDate(rsCodeReviewURL("last_modified"))%></td>
|
| 2389 |
<%If (scriptName = "fixed_issues.asp") AND objAccessControl.UserLogedIn AND (pageIsEditable OR (pkgInfoHash.Item("dlocked") = "Y")) Then%>
|
2396 |
<%If (scriptName = "fixed_issues.asp") AND objAccessControl.UserLogedIn AND (pageIsEditable OR (pkgInfoHash.Item("dlocked") = "Y")) Then%>
|
| 2390 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><a href="javascript:;" onclick="MM_openVixIFrame('_wform_edit_code_review_url.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&cr_id=<%=rsCodeReviewURL("cr_id")%>','Edit Code Review URL')" class="txt_linked"><img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align="absmiddle" alt="Edit this code review URL"></a></td>
|
2397 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><a href="javascript:;" onclick="MM_openVixIFrame('_wform_edit_code_review_url.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&cr_id=<%=rsCodeReviewURL("cr_id")%>','Edit Code Review URL')" class="txt_linked"><img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align="absmiddle" alt="Edit this code review URL"></a></td>
|
| 2391 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><a href="_remove_code_review_url.asp?cr_id=<%=rsCodeReviewURL("cr_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onclick="return vixConfirmDelete('this code review URL from Release Manager');"><img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this code review URL"></a></td>
|
2398 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><a href="_remove_code_review_url.asp?cr_id=<%=rsCodeReviewURL("cr_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onclick="return vixConfirmDelete('this code review URL from Release Manager');"><img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this code review URL"></a></td>
|
| 2392 |
<%Else%>
|
2399 |
<%Else%>
|
| 2393 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"></td>
|
2400 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"></td>
|