Subversion Repositories DevTools

Rev

Rev 6877 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5357 dpurdie 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
%>
6181 dpurdie 23
<!--#include file="_access_control_login_optional.asp"-->
5357 dpurdie 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='164' 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
<link rel="shortcut icon" href="<%=FavIcon%>"/>
54
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6579 dpurdie 56
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
57
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
7063 dpurdie 58
<!--#include file="_jquery_includes.asp"-->
5984 dpurdie 59
<!--#include file="_menu_def.asp"-->
6579 dpurdie 60
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
5357 dpurdie 61
<link rel=alternate media=print href="<%
62
Response.write _
63
"print_report.asp?group="& parGroup &"&repnum="& parRepNum &"&print=true"&_
64
"&action=true"&_
65
"&FRproj_id="& Request("FRproj_id") &_
66
"&FRvtree_id="& Request("FRvtree_id") &_
67
"&FRrtag_id="& Request("FRrtag_id") &_
68
"&FRbase_view_id="& Request("FRbase_view_id") &_
69
"&FRtest_complete="& Request("FRtest_complete") &_
70
"&FRshow_deps="& Request("FRshow_deps") &_
71
"&FRpv_id="& Request("FRpv_id")
72
%>"> 
6579 dpurdie 73
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
5357 dpurdie 74
</head>
75
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
76
<!-- HEADER -->
77
<!--#include file="_header.asp"-->
78
<!-- BODY ---->
79
<table width="100%" border="0" cellspacing="0" cellpadding="0">
80
  <tr> 
6876 dpurdie 81
    <td class='bg_panel'>
5357 dpurdie 82
	  <!-- REPORT GROUPS ---------------------------------------------->
83
	  <!--#include file="reports_categories.asp"-->
84
	  <!-- REPORT GROUPS END ------------------------------------------>
85
	</td>
86
	<td rowspan="2" valign="top" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
87
        <tr>
5984 dpurdie 88
          <td background="images/bg_lght_gray.gif"></td>
5357 dpurdie 89
        </tr>
90
      </table>
91
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
92
        <tr> 
93
          <td width="1%" background="images/bg_lght_gray.gif">&nbsp;</td>
94
          <td width="100%" background="images/bg_lght_gray.gif" class="rep_ttl">
95
		  <!-- REPORT TITLE ----------------->
96
		  <%Section = "TITLE"%>
97
		  <!--#include file="_reports_call.asp"-->
98
		  <!-- REPORT TITLE END ------------->
99
		  </td>
100
        </tr>
101
        <tr> 
6877 dpurdie 102
          <td class='bg_dialog'><img src="images/spacer.gif" width="1" height="20"></td>
103
          <td class='bg_dialog'>&nbsp;</td>
5357 dpurdie 104
        </tr>
105
        <tr> 
6877 dpurdie 106
          <td valign="top" class='bg_dialog'><!--#include file="reports_image_definition.asp"--></td>
6876 dpurdie 107
          <td class='bg_bage'> 
5357 dpurdie 108
		    <!-- FORM ----------------------->
109
			<%Section = "FORM"%>
110
			<!--#include file="_reports_call.asp"-->
111
			<!-- FORM END ------------------->
112
		  </td>
113
        </tr>
114
        <tr> 
6877 dpurdie 115
          <td class='bg_dialog'><img src="images/spacer.gif" width="1" height="1"></td>
116
          <td class='bg_dialog'><img src="images/spacer.gif" width="1" height="1"></td>
5357 dpurdie 117
        </tr>
118
      </table> 
119
      <!-- REPORT ------------------------------------->
120
	  <table width="100%" border="0" cellspacing="30" cellpadding="0">
121
	  	<tr>
122
	  	  <td>
123
		    <br>
124
		    <%Section = "BODY"%>
125
	      <!--#include file="_reports_call.asp"-->		  </td>
126
		</tr>
127
	  </table>
128
      <!-- REPORT END ------------------------------------->
129
    </td>
130
    <td width="1%" valign="top" background="images/bg_lght_gray.gif">&nbsp;</td>
131
  </tr>
132
  <tr> 
6876 dpurdie 133
    <td class='bg_panel_btm'><img src="images/img_reports.gif" width="100" height="72" vspace="20" hspace="30"></td>
5357 dpurdie 134
    <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
135
  </tr>
136
</table>
137
<!-- FOOTER -->
138
<!--#include file="_footer.asp"-->
139
</body>
140
</html>