| 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/config.asp"-->
|
14 |
<!--#include file="common/config.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 |
|
17 |
|
| 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_general.asp"-->
|
23 |
<!--#include file="_access_control_general.asp"-->
|
| 24 |
<%
|
24 |
<%
|
| 25 |
'------------ Variable Definition -------------
|
25 |
'------------ Variable Definition -------------
|
| 26 |
Dim Section
|
26 |
Dim Section
|
| 27 |
Dim parGroup
|
27 |
Dim parGroup
|
| 28 |
Dim parRepNum
|
28 |
Dim parRepNum
|
| 29 |
Dim parPrint
|
29 |
Dim parPrint
|
| 30 |
Dim parRtag_id
|
30 |
Dim parRtag_id
|
| 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='164' border='0' alt=''>"
|
34 |
Const img_Reports = "<img src='images/img_reports2.jpg' width='199' height='164' 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>Deployment Manager</title>
|
52 |
<title>Deployment 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="scripts/deployment_manager.css" type="text/css">
|
55 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 56 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
56 |
<link rel="stylesheet" href="scripts/deployment_manager.css" type="text/css">
|
| 57 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
57 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
| 58 |
<link rel=alternate media=print href="<%
|
58 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
| 59 |
Response.write _
|
59 |
<link rel=alternate media=print href="<%
|
| 60 |
"print_report.asp?group="& parGroup &"&repnum="& parRepNum &"&print=true"&_
|
60 |
Response.write _
|
| 61 |
"&action=true"&_
|
61 |
"print_report.asp?group="& parGroup &"&repnum="& parRepNum &"&print=true"&_
|
| 62 |
"&FRproj_id="& Request("FRproj_id") &_
|
62 |
"&action=true"&_
|
| 63 |
"&FRvtree_id="& Request("FRvtree_id") &_
|
63 |
"&FRproj_id="& Request("FRproj_id") &_
|
| 64 |
"&FRrtag_id="& Request("FRrtag_id")
|
64 |
"&FRvtree_id="& Request("FRvtree_id") &_
|
| 65 |
%>">
|
65 |
"&FRrtag_id="& Request("FRrtag_id")
|
| 66 |
<script language="JavaScript" src="scripts/common.js"></script>
|
66 |
%>">
|
| 67 |
</head>
|
67 |
<script language="JavaScript" src="scripts/common.js"></script>
|
| 68 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
|
68 |
</head>
|
| 69 |
<!-- HEADER ++++++++++++++++ -->
|
69 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
|
| 70 |
<!--#include file="_header.asp"-->
|
70 |
<!-- HEADER ++++++++++++++++ -->
|
| 71 |
<!-- +++++++++++++++++++++++ -->
|
71 |
<!--#include file="_header.asp"-->
|
| 72 |
<!-- BODY ---->
|
72 |
<!-- +++++++++++++++++++++++ -->
|
| 73 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
73 |
<!-- BODY ---->
|
| 74 |
<tr>
|
74 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 75 |
<td width="1%" background="images/bg_lite_blue.gif" valign="top">
|
75 |
<tr>
|
| 76 |
<!-- REPORT GROUPS ---------------------------------------------->
|
76 |
<td width="1%" background="images/bg_lite_blue.gif" valign="top">
|
| 77 |
<!--#include file="reports_categories.asp"-->
|
77 |
<!-- REPORT GROUPS ---------------------------------------------->
|
| 78 |
<!-- REPORT GROUPS END ------------------------------------------>
|
78 |
<!--#include file="reports_categories.asp"-->
|
| 79 |
</td>
|
79 |
<!-- REPORT GROUPS END ------------------------------------------>
|
| 80 |
<td rowspan="2" valign="top" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
80 |
</td>
|
| 81 |
<tr>
|
81 |
<td rowspan="2" valign="top" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 82 |
<td background="images/bg_lght_gray.gif"><a href="default.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>
|
82 |
<tr>
|
| 83 |
</tr>
|
83 |
<td background="images/bg_lght_gray.gif"><a href="default.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>
|
| 84 |
</table>
|
84 |
</tr>
|
| 85 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
85 |
</table>
|
| 86 |
<tr>
|
86 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 87 |
<td width="1%" background="images/bg_lght_gray.gif"> </td>
|
87 |
<tr>
|
| 88 |
<td width="100%" background="images/bg_lght_gray.gif" class="rep_ttl">
|
88 |
<td width="1%" background="images/bg_lght_gray.gif"> </td>
|
| 89 |
<!-- REPORT TITLE ----------------->
|
89 |
<td width="100%" background="images/bg_lght_gray.gif" class="rep_ttl">
|
| 90 |
<%Section = "TITLE"%>
|
90 |
<!-- REPORT TITLE ----------------->
|
| 91 |
<!--#include file="_reports_call.asp"-->
|
91 |
<%Section = "TITLE"%>
|
| 92 |
<!-- REPORT TITLE END ------------->
|
92 |
<!--#include file="_reports_call.asp"-->
|
| 93 |
</td>
|
93 |
<!-- REPORT TITLE END ------------->
|
| 94 |
</tr>
|
94 |
</td>
|
| 95 |
<tr>
|
95 |
</tr>
|
| 96 |
<td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="20"></td>
|
96 |
<tr>
|
| 97 |
<td background="images/bg_action_norm.gif"> </td>
|
97 |
<td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="20"></td>
|
| 98 |
</tr>
|
98 |
<td background="images/bg_action_norm.gif"> </td>
|
| 99 |
<tr>
|
99 |
</tr>
|
| 100 |
<td valign="top" background="images/bg_action_norm.gif"><!--#include file="reports_image_definition.asp"--></td>
|
100 |
<tr>
|
| 101 |
<td background="images/bg_bage.gif">
|
101 |
<td valign="top" background="images/bg_action_norm.gif"><!--#include file="reports_image_definition.asp"--></td>
|
| 102 |
<!-- FORM ----------------------->
|
102 |
<td background="images/bg_bage.gif">
|
| 103 |
<%Section = "FORM"%>
|
103 |
<!-- FORM ----------------------->
|
| 104 |
<!--#include file="_reports_call.asp"-->
|
104 |
<%Section = "FORM"%>
|
| 105 |
<!-- FORM END ------------------->
|
105 |
<!--#include file="_reports_call.asp"-->
|
| 106 |
</td>
|
106 |
<!-- FORM END ------------------->
|
| 107 |
</tr>
|
107 |
</td>
|
| 108 |
<tr>
|
108 |
</tr>
|
| 109 |
<td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
109 |
<tr>
|
| 110 |
<td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
110 |
<td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
| 111 |
</tr>
|
111 |
<td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
| 112 |
</table>
|
112 |
</tr>
|
| 113 |
<!-- REPORT ------------------------------------->
|
113 |
</table>
|
| 114 |
<table width="100%" border="0" cellspacing="30" cellpadding="0">
|
114 |
<!-- REPORT ------------------------------------->
|
| 115 |
<tr>
|
115 |
<table width="100%" border="0" cellspacing="30" cellpadding="0">
|
| 116 |
<td>
|
116 |
<tr>
|
| 117 |
<%Section = "BODY"%>
|
117 |
<td>
|
| 118 |
<!--#include file="_reports_call.asp"-->
|
118 |
<%Section = "BODY"%>
|
| 119 |
</td>
|
119 |
<!--#include file="_reports_call.asp"-->
|
| 120 |
</tr>
|
120 |
</td>
|
| 121 |
</table>
|
121 |
</tr>
|
| 122 |
<!-- REPORT END ------------------------------------->
|
122 |
</table>
|
| 123 |
</td>
|
123 |
<!-- REPORT END ------------------------------------->
|
| 124 |
<td width="1%" valign="top" background="images/bg_lght_gray.gif"> </td>
|
124 |
</td>
|
| 125 |
</tr>
|
125 |
<td width="1%" valign="top" background="images/bg_lght_gray.gif"> </td>
|
| 126 |
<tr>
|
126 |
</tr>
|
| 127 |
<td valign="bottom" align="center" background="images/bg_lite_blue.gif"><img src="images/img_reports.gif" width="100" height="72" vspace="20" hspace="30"></td>
|
127 |
<tr>
|
| 128 |
<td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
|
128 |
<td valign="bottom" align="center" background="images/bg_lite_blue.gif"><img src="images/img_reports.gif" width="100" height="72" vspace="20" hspace="30"></td>
|
| 129 |
</tr>
|
129 |
<td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
|
| 130 |
</table>
|
130 |
</tr>
|
| 131 |
<!-- FOOTER -->
|
131 |
</table>
|
| 132 |
<!--#include file="_footer.asp"-->
|
132 |
<!-- FOOTER -->
|
| 133 |
</body>
|
133 |
<!--#include file="_footer.asp"-->
|
| - |
|
134 |
</body>
|
| 134 |
</html>
|
135 |
</html>
|
| 135 |
|
136 |
|