Subversion Repositories DevTools

Rev

Rev 2365 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2365 Rev 5357
Line 1... Line 1...
1
<%@LANGUAGE="VBSCRIPT"%>
1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
2
<%
3
'=====================================================
3
'=====================================================
4
'|                                                   |
4
'|                                                   |
5
'|				    	REPORTS					     |
5
'|				    	REPORTS					     |
6
'|                                                   |
6
'|                                                   |
7
'=====================================================
7
'=====================================================
8
%>
8
%>
9
<%
9
<%
10
Option explicit
10
Option explicit
11
' Good idea to set when using redirect
11
' Good idea to set when using redirect
12
Response.Expires = 0	' always load the page, dont store
12
Response.Expires = 0	' always load the page, dont store
13
%>
13
%>
14
<!--#include file="common/conf.asp"-->
14
<!--#include file="common/conf.asp"-->
15
<!--#include file="common/globals.asp"-->
15
<!--#include file="common/globals.asp"-->
16
<!--#include file="common/formating.asp"-->
16
<!--#include file="common/formating.asp"-->
17
<!--#include file="common/qstr.asp"-->
17
<!--#include file="common/qstr.asp"-->
18
<!--#include file="common/common_subs.asp"-->
18
<!--#include file="common/common_subs.asp"-->
19
<!--#include file="common/reports_def.asp"-->
19
<!--#include file="common/reports_def.asp"-->
20
<%
20
<%
21
'------------ ACCESS CONTROL ------------------
21
'------------ ACCESS CONTROL ------------------
22
%>
22
%>
23
<!--#include file="_access_control_login.asp"-->
23
<!--#include file="_access_control_login.asp"-->
24
<!--#include file="_access_control_general.asp"-->
24
<!--#include file="_access_control_general.asp"-->
25
<%
25
<%
26
'------------ Variable Definition -------------
26
'------------ Variable Definition -------------
27
Dim Section
27
Dim Section
28
Dim parGroup
28
Dim parGroup
29
Dim parRepNum
29
Dim parRepNum
30
Dim parPrint
30
Dim parPrint
31
'------------ Constants Declaration -----------
31
'------------ Constants Declaration -----------
32
Const img_Advanced_Search = "<img src='images/img_reports_adv_search.jpg' width='199' height='164'>"
32
Const img_Advanced_Search = "<img src='images/img_reports_adv_search.jpg' width='199' height='164'>"
33
Const img_Admin_Reports   = "<img src='images/img_reports_admin.jpg' width='199' height='164'>"
33
Const img_Admin_Reports   = "<img src='images/img_reports_admin.jpg' width='199' height='164'>"
34
Const img_Reports            = "<img src='images/img_reports2.jpg' width='199' height='235' border='0' alt=''>"
34
Const img_Reports            = "<img src='images/img_reports2.jpg' width='199' height='235' border='0' alt=''>"
35
'------------ Variable Init -------------------
35
'------------ Variable Init -------------------
36
parGroup = Request("group")
36
parGroup = Request("group")
37
parRepNum = Request("repnum")
37
parRepNum = Request("repnum")
38
parPrint = Request("print")
38
parPrint = Request("print")
39
parRtag_id = Request("rtag_id")
39
parRtag_id = Request("rtag_id")
40
'----------------------------------------------
40
'----------------------------------------------
41
%>
41
%>
42
<%
42
<%
43
Function Set_Row_Style ( SSLink )
43
Function Set_Row_Style ( SSLink )
44
	Set_Row_Style = "onMouseOver=""this.bgColor = '"& hlColor &"'"" onMouseOut =""this.bgColor = ''"" onClick=""location.href='"& SSLink &"'"""
44
	Set_Row_Style = "onMouseOver=""this.bgColor = '"& hlColor &"'"" onMouseOut =""this.bgColor = ''"" onClick=""location.href='"& SSLink &"'"""
45
End Function
45
End Function
46
%>
46
%>
47
<%
47
<%
48
'------------------------- MAIN LINE ---------------------------
48
'------------------------- MAIN LINE ---------------------------
49
%>
49
%>
50
<html>
50
<html>
51
<head>
51
<head>
52
<title>Release Manager</title>
52
<title>Release Manager</title>
53
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
53
<link rel="shortcut icon" href="<%=FavIcon%>"/>
54
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
54
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
55
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
56
<link rel="stylesheet" href="images/navigation.css" type="text/css">
56
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
57
<link rel=alternate media=print href="<%
57
<link rel="stylesheet" href="images/navigation.css" type="text/css">
58
Response.write _
58
<link rel=alternate media=print href="<%
59
"print_report.asp?group="& parGroup &"&repnum="& parRepNum &"&print=true"&_
59
Response.write _
60
"&action=true"&_
60
"print_report.asp?group="& parGroup &"&repnum="& parRepNum &"&print=true"&_
61
"&FRproj_id="& Request("FRproj_id") &_
61
"&action=true"&_
62
"&FRvtree_id="& Request("FRvtree_id") &_
62
"&FRproj_id="& Request("FRproj_id") &_
63
"&FRrtag_id="& Request("FRrtag_id") &_
63
"&FRvtree_id="& Request("FRvtree_id") &_
64
"&FRbase_view_id="& Request("FRbase_view_id") &_
64
"&FRrtag_id="& Request("FRrtag_id") &_
65
"&FRtest_complete="& Request("FRtest_complete") &_
65
"&FRbase_view_id="& Request("FRbase_view_id") &_
66
"&FRshow_deps="& Request("FRshow_deps") &_
66
"&FRtest_complete="& Request("FRtest_complete") &_
67
"&FRpv_id="& Request("FRpv_id")
67
"&FRshow_deps="& Request("FRshow_deps") &_
68
%>">
68
"&FRpv_id="& Request("FRpv_id")
69
<script language="JavaScript" src="images/common.js"></script>
69
%>">
70
<!-- TIPS -->
70
<script language="JavaScript" src="images/common.js"></script>
71
<script language="JavaScript" src="images/tipster.js"></script>
71
<!-- TIPS -->
72
<script language="JavaScript" src="images/_help_tips.js"></script>
72
<script language="JavaScript" src="images/tipster.js"></script>
73
</head>
73
<script language="JavaScript" src="images/_help_tips.js"></script>
74
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
74
</head>
75
<!-- TIPS LAYERS -------------------------------------->
75
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
76
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10">&nbsp;</div>
76
<!-- TIPS LAYERS -------------------------------------->
77
<!-- HEADER -->
77
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10">&nbsp;</div>
78
<!--#include file="_header.asp"-->
78
<!-- HEADER -->
79
<!-- BODY ---->
79
<!--#include file="_header.asp"-->
80
<table width="100%" border="0" cellspacing="0" cellpadding="0">
80
<!-- BODY ---->
81
  <tr>
81
<table width="100%" border="0" cellspacing="0" cellpadding="0">
82
    <td width="1%" background="images/bg_home_orange.gif" valign="top">
82
  <tr>
83
	  <!-- REPORT GROUPS ---------------------------------------------->
83
    <td width="1%" background="images/bg_home_orange.gif" valign="top">
84
	  <!--#include file="reports_categories.asp"-->
84
	  <!-- REPORT GROUPS ---------------------------------------------->
85
	  <!-- REPORT GROUPS END ------------------------------------------>
85
	  <!--#include file="reports_categories.asp"-->
86
	</td>
86
	  <!-- REPORT GROUPS END ------------------------------------------>
87
	<td rowspan="2" valign="top" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
87
	</td>
88
        <tr>
88
	<td rowspan="2" valign="top" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
89
          <td background="images/bg_lght_gray.gif"><a href="index.asp" class="body_txt"><img src="images/i_home.gif" width="13" height="12" hspace="1" vspace="2" border="0" align="absmiddle">Exit</a></td>
89
        <tr>
90
        </tr>
90
          <td background="images/bg_lght_gray.gif"><a href="index.asp" class="body_txt"><img src="images/i_home.gif" width="13" height="12" hspace="1" vspace="2" border="0" align="absmiddle">Exit</a></td>
91
      </table>
91
        </tr>
92
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
92
      </table>
93
        <tr>
93
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
94
          <td width="1%" background="images/bg_lght_gray.gif">&nbsp;</td>
94
        <tr>
95
          <td width="100%" background="images/bg_lght_gray.gif" class="rep_ttl">
95
          <td width="1%" background="images/bg_lght_gray.gif">&nbsp;</td>
96
		  <!-- REPORT TITLE ----------------->
96
          <td width="100%" background="images/bg_lght_gray.gif" class="rep_ttl">
97
		  <%Section = "TITLE"%>
97
		  <!-- REPORT TITLE ----------------->
98
		  <!--#include file="_reports_call.asp"-->
98
		  <%Section = "TITLE"%>
99
		  <!-- REPORT TITLE END ------------->
99
		  <!--#include file="_reports_call.asp"-->
100
		  </td>
100
		  <!-- REPORT TITLE END ------------->
101
        </tr>
101
		  </td>
102
        <tr>
102
        </tr>
103
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="20"></td>
103
        <tr>
104
          <td background="images/bg_action_norm.gif">&nbsp;</td>
104
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="20"></td>
105
        </tr>
105
          <td background="images/bg_action_norm.gif">&nbsp;</td>
106
        <tr>
106
        </tr>
107
          <td valign="top" background="images/bg_action_norm.gif"><!--#include file="reports_image_definition.asp"--></td>
107
        <tr>
108
          <td background="images/bg_bage.gif">
108
          <td valign="top" background="images/bg_action_norm.gif"><!--#include file="reports_image_definition.asp"--></td>
109
		    <!-- FORM ----------------------->
109
          <td background="images/bg_bage.gif">
110
			<%Section = "FORM"%>
110
		    <!-- FORM ----------------------->
111
			<!--#include file="_reports_call.asp"-->
111
			<%Section = "FORM"%>
112
			<!-- FORM END ------------------->
112
			<!--#include file="_reports_call.asp"-->
113
		  </td>
113
			<!-- FORM END ------------------->
114
        </tr>
114
		  </td>
115
        <tr>
115
        </tr>
116
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
116
        <tr>
117
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
117
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
118
        </tr>
118
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
119
      </table>
119
        </tr>
120
      <!-- REPORT ------------------------------------->
120
      </table>
121
	  <table width="100%" border="0" cellspacing="30" cellpadding="0">
121
      <!-- REPORT ------------------------------------->
122
	  	<tr>
122
	  <table width="100%" border="0" cellspacing="30" cellpadding="0">
123
	  	  <td>
123
	  	<tr>
124
		    <br>
124
	  	  <td>
125
		    <%Section = "BODY"%>
125
		    <br>
126
	      <!--#include file="_reports_call.asp"-->		  </td>
126
		    <%Section = "BODY"%>
127
		</tr>
127
	      <!--#include file="_reports_call.asp"-->		  </td>
128
	  </table>
128
		</tr>
129
      <!-- REPORT END ------------------------------------->
129
	  </table>
130
    </td>
130
      <!-- REPORT END ------------------------------------->
131
    <td width="1%" valign="top" background="images/bg_lght_gray.gif">&nbsp;</td>
131
    </td>
132
  </tr>
132
    <td width="1%" valign="top" background="images/bg_lght_gray.gif">&nbsp;</td>
133
  <tr>
133
  </tr>
134
    <td valign="bottom" align="center" background="images/bg_home_orange.gif"><img src="images/img_reports.gif" width="100" height="72" vspace="20" hspace="30"></td>
134
  <tr>
135
    <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
135
    <td valign="bottom" align="center" background="images/bg_home_orange.gif"><img src="images/img_reports.gif" width="100" height="72" vspace="20" hspace="30"></td>
136
  </tr>
136
    <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
137
</table>
137
  </tr>
138
<!-- FOOTER -->
138
</table>
139
<!--#include file="_footer.asp"-->
139
<!-- FOOTER -->
140
</body>
140
<!--#include file="_footer.asp"-->
141
</html>
141
</body>
-
 
142
</html>