Subversion Repositories DevTools

Rev

Rev 159 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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