| 5009 |
dpurdie |
1 |
<%@LANGUAGE="VBSCRIPT"%>
|
|
|
2 |
<%
|
|
|
3 |
'=====================================================
|
|
|
4 |
' Unit Test Log
|
|
|
5 |
' Displayed as Tab within a Package Version
|
|
|
6 |
'
|
|
|
7 |
' Globals:
|
|
|
8 |
' parRtag_id,parPv_id
|
|
|
9 |
'=====================================================
|
|
|
10 |
%>
|
|
|
11 |
<%
|
|
|
12 |
Option explicit
|
|
|
13 |
' Good idea to set when using redirect
|
|
|
14 |
Response.Expires = 0 ' always load the page, dont store
|
|
|
15 |
%>
|
|
|
16 |
<!--#include file="common/conf.asp"-->
|
|
|
17 |
<!--#include file="common/globals.asp"-->
|
|
|
18 |
<!--#include file="common/formating.asp"-->
|
|
|
19 |
<!--#include file="common/qstr.asp"-->
|
|
|
20 |
<!--#include file="common/common_subs.asp"-->
|
|
|
21 |
<!--#include file="common/common_dbedit.asp"-->
|
|
|
22 |
<!--#include file="_tabs.asp"-->
|
|
|
23 |
<!--#include file="_action_buttons.asp"-->
|
|
|
24 |
<!--#include file="common/_package_common.asp"-->
|
|
|
25 |
<%
|
|
|
26 |
'------------ ACCESS CONTROL ------------------
|
|
|
27 |
%>
|
| 6181 |
dpurdie |
28 |
<!--#include file="_access_control_login_optional.asp"-->
|
| 5009 |
dpurdie |
29 |
<!--#include file="_access_control_general.asp"-->
|
|
|
30 |
<%
|
|
|
31 |
'------------ Variable Definition -------------
|
|
|
32 |
'------------ Constants Declaration -----------
|
|
|
33 |
'------------ Variable Init -------------------
|
|
|
34 |
'----------------------------------------------
|
|
|
35 |
%>
|
|
|
36 |
<html>
|
|
|
37 |
<title><%=Title(Request("rtag_id"))%></title>
|
| 5357 |
dpurdie |
38 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
| 5009 |
dpurdie |
39 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
|
|
40 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 6579 |
dpurdie |
41 |
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
|
|
|
42 |
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
|
|
|
43 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
| 5085 |
dpurdie |
44 |
<!--#include file="_jquery_includes.asp"-->
|
| 5009 |
dpurdie |
45 |
<!-- DROPDOWN MENUS -->
|
|
|
46 |
<!--#include file="_menu_def.asp"-->
|
| 6579 |
dpurdie |
47 |
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
|
| 5009 |
dpurdie |
48 |
</head>
|
|
|
49 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
|
|
|
50 |
<!-- HEADER -->
|
|
|
51 |
<!--#include file="_header.asp"-->
|
|
|
52 |
<!-- BODY ---->
|
|
|
53 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
54 |
<tr>
|
| 6876 |
dpurdie |
55 |
<td class='bg_bage'>
|
| 5009 |
dpurdie |
56 |
<!-- LEFT -->
|
|
|
57 |
<!--#include file="_environment.asp"-->
|
|
|
58 |
</td>
|
|
|
59 |
<td width="1" bgcolor="#999999"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
|
|
|
60 |
<td valign="top" width="100%">
|
|
|
61 |
<!-- MIDDLE -->
|
|
|
62 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
63 |
<tr>
|
|
|
64 |
<td width="1%" background="images/bg_action_norm.gif"><IMG height=35 src="images/spacer.gif" width=15></td>
|
|
|
65 |
<td width="100%" background="images/bg_action_norm.gif"><%Call RenderActionBar(parRtag_id,parPv_id)%></td>
|
|
|
66 |
<td width="1%" background="images/bg_action_norm.gif"><IMG height=1 src="images/spacer.gif" width=15></td>
|
|
|
67 |
</tr>
|
|
|
68 |
<tr>
|
|
|
69 |
<td background="images/bg_lght_gray.gif"><IMG height="45" src="images/spacer.gif" width=1></td>
|
|
|
70 |
<td background="images/bg_lght_gray.gif"><%Call RenderStatus(parRtag_id,parPv_id)%></td>
|
|
|
71 |
<td background="images/bg_lght_gray.gif"> </td>
|
|
|
72 |
</tr>
|
|
|
73 |
<tr>
|
|
|
74 |
<td background="images/bg_lght_gray.gif"> </td>
|
|
|
75 |
<td valign="bottom" background="images/bg_lght_gray.gif">
|
| 6873 |
dpurdie |
76 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 5009 |
dpurdie |
77 |
<tr>
|
|
|
78 |
<td><IMG height="1" src="images/spacer.gif" width="0" alt="tab-left-margin" ></td>
|
|
|
79 |
<td>
|
|
|
80 |
<!-- TABS ------------------------------------->
|
|
|
81 |
<%Call Generate_Tab_Menu ( TABarray1, "Unit Test", "orange" )%>
|
|
|
82 |
</td>
|
|
|
83 |
</tr>
|
|
|
84 |
</table>
|
|
|
85 |
</td>
|
|
|
86 |
<td background="images/bg_lght_gray.gif"> </td>
|
|
|
87 |
</tr>
|
| 6876 |
dpurdie |
88 |
<tr class='bg_panel' style="height:35px;">
|
| 6873 |
dpurdie |
89 |
<td></td>
|
|
|
90 |
<td>
|
| 5009 |
dpurdie |
91 |
<!-- TAB ACTION BUTTONS ------------------------------------->
|
|
|
92 |
</td>
|
| 6873 |
dpurdie |
93 |
<td></td>
|
| 5009 |
dpurdie |
94 |
</tr>
|
|
|
95 |
<tr>
|
|
|
96 |
<td></td>
|
|
|
97 |
<td valign="top">
|
|
|
98 |
<!-- DETAILS ------------------------------------------------->
|
|
|
99 |
<br>
|
| 6372 |
dpurdie |
100 |
<span class="body_colb">Build and Unit Test Results</span><br>
|
|
|
101 |
<!--#include file="_unit_test_log.asp"-->
|
|
|
102 |
<br>
|
| 5009 |
dpurdie |
103 |
<!-- END DETAILS ------------------------------------------------->
|
|
|
104 |
</td>
|
|
|
105 |
<td> </td>
|
|
|
106 |
</tr>
|
|
|
107 |
</table>
|
|
|
108 |
<!-- END MIDDLE -------->
|
|
|
109 |
</td>
|
|
|
110 |
</tr>
|
|
|
111 |
</table>
|
|
|
112 |
<!-- FOOTER -->
|
|
|
113 |
<!--#include file="_footer.asp"-->
|
|
|
114 |
</body>
|
|
|
115 |
</html>
|