Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
5357 dpurdie 1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
3
'=====================================================
4
'|                                                   |
5
'|				    	ESCROW	REPORT				|
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_general.asp"-->
24
<%
25
'------------ Variable Definition -------------
26
Dim Section
27
Dim parGroup
28
Dim parRepNum
29
Dim parPrint
30
'------------ Constants Declaration -----------
31
Const img_Advanced_Search = "<img src='images/img_reports_adv_search.jpg' width='199' height='164'>"
32
Const img_Admin_Reports   = "<img src='images/img_reports_admin.jpg' width='199' height='164'>"
33
Const img_Reports 	   	  = "<img src='images/img_reports2.jpg' width='199' height='164' border='0' alt=''>"
34
'------------ Variable Init -------------------
35
parGroup = Request("group")
36
parRepNum = Request("repnum")
37
parPrint = Request("print")
38
parRtag_id = Request("rtag_id")
39
'----------------------------------------------
40
%>
41
<%
42
Function Set_Row_Style ( SSLink )
43
	Set_Row_Style = "onMouseOver=""this.bgColor = '"& hlColor &"'"" onMouseOut =""this.bgColor = ''"" onClick=""location.href='"& SSLink &"'"""
44
End Function
45
%>
46
<%
47
'------------------------- MAIN LINE ---------------------------
48
%>
49
<html>
50
<head>
51
<title>Release Manager</title>
52
<link rel="shortcut icon" href="<%=FavIcon%>"/>
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">
5984 dpurdie 57
<!--#include file="_menu_def.asp"-->
58
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
5357 dpurdie 59
<link rel=alternate media=print href="<%
60
Response.write _
61
"print_report.asp?group="& parGroup &"&repnum="& parRepNum &"&print=true"&_
62
"&action=true"&_
63
"&FRproj_id="& Request("FRproj_id") &_
64
"&FRvtree_id="& Request("FRvtree_id") &_
65
"&FRrtag_id="& Request("FRrtag_id") 
66
%>"> 
67
<script language="JavaScript" src="images/common.js"></script>
68
</head>
69
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
5984 dpurdie 70
<!-- MENU LAYERS -------------------------------------->
71
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)"></div>
5357 dpurdie 72
<!-- HEADER -->
73
<!--#include file="_header.asp"-->
74
<!-- BODY ---->
75
<table width="100%" border="0" cellspacing="0" cellpadding="0">
76
  <tr> 
77
    <td width="1%" background="images/bg_home_orange.gif" valign="top">
78
	  <!-- REPORT GROUPS ---------------------------------------------->
79
	  <!--#include file="reports_categories.asp"-->
80
	  <!-- REPORT GROUPS END ------------------------------------------>
81
	</td>
82
	<td rowspan="2" valign="top" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
83
        <tr>
5984 dpurdie 84
          <td background="images/bg_lght_gray.gif"></td>
5357 dpurdie 85
        </tr>
86
      </table>
87
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
88
        <tr> 
89
          <td width="1%" background="images/bg_lght_gray.gif">&nbsp;</td>
90
          <td width="100%" background="images/bg_lght_gray.gif" class="rep_ttl">
91
		  <!-- REPORT TITLE ----------------->
92
		  <%Section = "TITLE"%>
93
		  <!--#include file="_reports_call.asp"-->
94
		  <!-- REPORT TITLE END ------------->
95
		  </td>
96
        </tr>
97
        <tr> 
98
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="20"></td>
99
          <td background="images/bg_action_norm.gif">&nbsp;</td>
100
        </tr>
101
        <tr> 
102
          <td valign="top" background="images/bg_action_norm.gif"><!--#include file="reports_image_definition.asp"--></td>
103
          <td background="images/bg_bage.gif"> 
104
		    <!-- FORM ----------------------->
105
			<%Section = "FORM"%>
106
			<!--#include file="_reports_call.asp"-->
107
			<!-- FORM END ------------------->
108
		  </td>
109
        </tr>
110
        <tr> 
111
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
112
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
113
        </tr>
114
      </table> 
115
      <!-- REPORT ------------------------------------->
116
	  <table width="100%" border="0" cellspacing="30" cellpadding="0">
117
	  	<tr>
118
	  	  <td>
119
		  <%Section = "BODY"%>
120
	      <!--#include file="_reports_call.asp"-->
121
		  </td>
122
		</tr>
123
	  </table>
124
      <!-- REPORT END ------------------------------------->
125
    </td>
126
    <td width="1%" valign="top" background="images/bg_lght_gray.gif">&nbsp;</td>
127
  </tr>
128
  <tr> 
129
    <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>
130
    <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
131
  </tr>
132
</table>
133
<!-- FOOTER -->
134
<!--#include file="_footer.asp"-->
135
</body>
119 ghuddy 136
</html>