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
'|				    	ESCROW	REPORT				|
5
'|				    	ESCROW	REPORT				|
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_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
'------------ Constants Declaration -----------
30
'------------ Constants Declaration -----------
31
Const img_Advanced_Search = "<img src='images/img_reports_adv_search.jpg' width='199' height='164'>"
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'>"
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=''>"
33
Const img_Reports 	   	  = "<img src='images/img_reports2.jpg' width='199' height='164' border='0' alt=''>"
34
'------------ Variable Init -------------------
34
'------------ Variable Init -------------------
35
parGroup = Request("group")
35
parGroup = Request("group")
36
parRepNum = Request("repnum")
36
parRepNum = Request("repnum")
37
parPrint = Request("print")
37
parPrint = Request("print")
38
parRtag_id = Request("rtag_id")
38
parRtag_id = Request("rtag_id")
39
'----------------------------------------------
39
'----------------------------------------------
40
%>
40
%>
41
<%
41
<%
42
Function Set_Row_Style ( SSLink )
42
Function Set_Row_Style ( SSLink )
43
	Set_Row_Style = "onMouseOver=""this.bgColor = '"& hlColor &"'"" onMouseOut =""this.bgColor = ''"" onClick=""location.href='"& SSLink &"'"""
43
	Set_Row_Style = "onMouseOver=""this.bgColor = '"& hlColor &"'"" onMouseOut =""this.bgColor = ''"" onClick=""location.href='"& SSLink &"'"""
44
End Function
44
End Function
45
%>
45
%>
46
<%
46
<%
47
'------------------------- MAIN LINE ---------------------------
47
'------------------------- MAIN LINE ---------------------------
48
%>
48
%>
49
<html>
49
<html>
50
<head>
50
<head>
51
<title>Release Manager</title>
51
<title>Release Manager</title>
52
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
52
<link rel="shortcut icon" href="<%=FavIcon%>"/>
53
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
53
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
54
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
54
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
55
<link rel="stylesheet" href="images/navigation.css" type="text/css">
55
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
56
<link rel=alternate media=print href="<%
56
<link rel="stylesheet" href="images/navigation.css" type="text/css">
57
Response.write _
57
<link rel=alternate media=print href="<%
58
"print_report.asp?group="& parGroup &"&repnum="& parRepNum &"&print=true"&_
58
Response.write _
59
"&action=true"&_
59
"print_report.asp?group="& parGroup &"&repnum="& parRepNum &"&print=true"&_
60
"&FRproj_id="& Request("FRproj_id") &_
60
"&action=true"&_
61
"&FRvtree_id="& Request("FRvtree_id") &_
61
"&FRproj_id="& Request("FRproj_id") &_
62
"&FRrtag_id="& Request("FRrtag_id") 
62
"&FRvtree_id="& Request("FRvtree_id") &_
63
%>"> 
63
"&FRrtag_id="& Request("FRrtag_id") 
64
<script language="JavaScript" src="images/common.js"></script>
64
%>"> 
65
</head>
65
<script language="JavaScript" src="images/common.js"></script>
66
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
66
</head>
67
<!-- HEADER -->
67
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
68
<!--#include file="_header.asp"-->
68
<!-- HEADER -->
69
<!-- BODY ---->
69
<!--#include file="_header.asp"-->
70
<table width="100%" border="0" cellspacing="0" cellpadding="0">
70
<!-- BODY ---->
71
  <tr> 
71
<table width="100%" border="0" cellspacing="0" cellpadding="0">
72
    <td width="1%" background="images/bg_home_orange.gif" valign="top">
72
  <tr> 
73
	  <!-- REPORT GROUPS ---------------------------------------------->
73
    <td width="1%" background="images/bg_home_orange.gif" valign="top">
74
	  <!--#include file="reports_categories.asp"-->
74
	  <!-- REPORT GROUPS ---------------------------------------------->
75
	  <!-- REPORT GROUPS END ------------------------------------------>
75
	  <!--#include file="reports_categories.asp"-->
76
	</td>
76
	  <!-- REPORT GROUPS END ------------------------------------------>
77
	<td rowspan="2" valign="top" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
77
	</td>
78
        <tr>
78
	<td rowspan="2" valign="top" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
79
          <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>
79
        <tr>
80
        </tr>
80
          <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>
81
      </table>
81
        </tr>
82
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
82
      </table>
83
        <tr> 
83
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
84
          <td width="1%" background="images/bg_lght_gray.gif">&nbsp;</td>
84
        <tr> 
85
          <td width="100%" background="images/bg_lght_gray.gif" class="rep_ttl">
85
          <td width="1%" background="images/bg_lght_gray.gif">&nbsp;</td>
86
		  <!-- REPORT TITLE ----------------->
86
          <td width="100%" background="images/bg_lght_gray.gif" class="rep_ttl">
87
		  <%Section = "TITLE"%>
87
		  <!-- REPORT TITLE ----------------->
88
		  <!--#include file="_reports_call.asp"-->
88
		  <%Section = "TITLE"%>
89
		  <!-- REPORT TITLE END ------------->
89
		  <!--#include file="_reports_call.asp"-->
90
		  </td>
90
		  <!-- REPORT TITLE END ------------->
91
        </tr>
91
		  </td>
92
        <tr> 
92
        </tr>
93
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="20"></td>
93
        <tr> 
94
          <td background="images/bg_action_norm.gif">&nbsp;</td>
94
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="20"></td>
95
        </tr>
95
          <td background="images/bg_action_norm.gif">&nbsp;</td>
96
        <tr> 
96
        </tr>
97
          <td valign="top" background="images/bg_action_norm.gif"><!--#include file="reports_image_definition.asp"--></td>
97
        <tr> 
98
          <td background="images/bg_bage.gif"> 
98
          <td valign="top" background="images/bg_action_norm.gif"><!--#include file="reports_image_definition.asp"--></td>
99
		    <!-- FORM ----------------------->
99
          <td background="images/bg_bage.gif"> 
100
			<%Section = "FORM"%>
100
		    <!-- FORM ----------------------->
101
			<!--#include file="_reports_call.asp"-->
101
			<%Section = "FORM"%>
102
			<!-- FORM END ------------------->
102
			<!--#include file="_reports_call.asp"-->
103
		  </td>
103
			<!-- FORM END ------------------->
104
        </tr>
104
		  </td>
105
        <tr> 
105
        </tr>
106
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
106
        <tr> 
107
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
107
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
108
        </tr>
108
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
109
      </table> 
109
        </tr>
110
      <!-- REPORT ------------------------------------->
110
      </table> 
111
	  <table width="100%" border="0" cellspacing="30" cellpadding="0">
111
      <!-- REPORT ------------------------------------->
112
	  	<tr>
112
	  <table width="100%" border="0" cellspacing="30" cellpadding="0">
113
	  	  <td>
113
	  	<tr>
114
		  <%Section = "BODY"%>
114
	  	  <td>
115
	      <!--#include file="_reports_call.asp"-->
115
		  <%Section = "BODY"%>
116
		  </td>
116
	      <!--#include file="_reports_call.asp"-->
117
		</tr>
117
		  </td>
118
	  </table>
118
		</tr>
119
      <!-- REPORT END ------------------------------------->
119
	  </table>
120
    </td>
120
      <!-- REPORT END ------------------------------------->
121
    <td width="1%" valign="top" background="images/bg_lght_gray.gif">&nbsp;</td>
121
    </td>
122
  </tr>
122
    <td width="1%" valign="top" background="images/bg_lght_gray.gif">&nbsp;</td>
123
  <tr> 
123
  </tr>
124
    <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>
124
  <tr> 
125
    <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
125
    <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>
126
  </tr>
126
    <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
127
</table>
127
  </tr>
128
<!-- FOOTER -->
128
</table>
129
<!--#include file="_footer.asp"-->
129
<!-- FOOTER -->
130
</body>
130
<!--#include file="_footer.asp"-->
-
 
131
</body>
131
</html>
132
</html>
132
133