Subversion Repositories DevTools

Rev

Rev 4014 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4014 Rev 5356
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
<!--#include file="common/_explorer_common.asp"-->
20
<!--#include file="common/_explorer_common.asp"-->
21
<%
21
<%
22
'------------ ACCESS CONTROL ------------------
22
'------------ ACCESS CONTROL ------------------
23
%>
23
%>
24
<!--#include file="_access_control_general.asp"-->
24
<!--#include file="_access_control_general.asp"-->
25
<%
25
<%
26
'------------ Variable Definition -------------
26
'------------ Variable Definition -------------
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>Production Manager Reports</title>
52
<title>Production Manager Reports</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/navigation.css" type="text/css">
56
<link rel="stylesheet" href="scripts/deployment_manager.css" type="text/css">
57
<script language="JavaScript" src="images/common.js"></script>
57
<link rel="stylesheet" href="images/navigation.css" type="text/css">
58
</head>
58
<script language="JavaScript" src="images/common.js"></script>
59
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
59
</head>
60
<!-- HEADER -->
60
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
61
<!--#include file="_header.asp"-->
61
<!-- HEADER -->
62
<!-- BODY ---->
62
<!--#include file="_header.asp"-->
63
<table width="100%" border="0" cellspacing="0" cellpadding="0">
63
<!-- BODY ---->
64
  <tr> 
64
<table width="100%" border="0" cellspacing="0" cellpadding="0">
65
    <td width="1%" background="images/bg_lightgreen.gif" valign="top">
65
  <tr> 
66
	  <!-- REPORT GROUPS ---------------------------------------------->
66
    <td width="1%" background="images/bg_lightgreen.gif" valign="top">
67
	  <!--#include file="reports_categories.asp"-->
67
	  <!-- REPORT GROUPS ---------------------------------------------->
68
	  <!-- REPORT GROUPS END ------------------------------------------>
68
	  <!--#include file="reports_categories.asp"-->
69
	</td>
69
	  <!-- REPORT GROUPS END ------------------------------------------>
70
	<td rowspan="2" valign="top" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
70
	</td>
71
        <tr>
71
	<td rowspan="2" valign="top" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
72
          <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>
72
        <tr>
73
        </tr>
73
          <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>
74
      </table>
74
        </tr>
75
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
75
      </table>
76
        <tr> 
76
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
77
          <td width="1%" background="images/bg_lght_gray.gif">&nbsp;</td>
77
        <tr> 
78
          <td width="100%" background="images/bg_lght_gray.gif" class="rep_ttlb">
78
          <td width="1%" background="images/bg_lght_gray.gif">&nbsp;</td>
79
		  <!-- REPORT TITLE ----------------->
79
          <td width="100%" background="images/bg_lght_gray.gif" class="rep_ttlb">
80
		  <!-- REPORT TITLE END ------------->
80
		  <!-- REPORT TITLE ----------------->
81
		  </td>
81
		  <!-- REPORT TITLE END ------------->
82
        </tr>
82
		  </td>
83
        <tr> 
83
        </tr>
84
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="20"></td>
84
        <tr> 
85
          <td background="images/bg_action_norm.gif">&nbsp;</td>
85
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="20"></td>
86
        </tr>
86
          <td background="images/bg_action_norm.gif">&nbsp;</td>
87
        <tr> 
87
        </tr>
88
          <td valign="top" background="images/bg_action_norm.gif"><!--#include file="reports_image_definition.asp"--></td>
88
        <tr> 
89
          <td background="images/bg_bage.gif"> 
89
          <td valign="top" background="images/bg_action_norm.gif"><!--#include file="reports_image_definition.asp"--></td>
90
		    <!-- FORM ----------------------->
90
          <td background="images/bg_bage.gif"> 
91
			<!-- FORM END ------------------->
91
		    <!-- FORM ----------------------->
92
		  </td>
92
			<!-- FORM END ------------------->
93
        </tr>
93
		  </td>
94
        <tr> 
94
        </tr>
95
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
95
        <tr> 
96
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
96
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
97
        </tr>
97
          <td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
98
        <tr> 
98
        </tr>
99
          <td>&nbsp;</td>
99
        <tr> 
100
          <td class="body_txt"><br>
100
          <td>&nbsp;</td>
101
            <%Call Reports_List ( parGroup )%>	
101
          <td class="body_txt"><br>
102
          </td>
102
            <%Call Reports_List ( parGroup )%>	
103
        </tr>
103
          </td>
104
      </table> 
104
        </tr>
105
      <!-- REPORT ------------------------------------->
105
      </table> 
106
	  <table width="100%" border="0" cellspacing="5" cellpadding="0">
106
      <!-- REPORT ------------------------------------->
107
	  	<tr>
107
	  <table width="100%" border="0" cellspacing="5" cellpadding="0">
108
	  	  <td>
108
	  	<tr>
109
	      <!--#include file="_reports_call.asp"-->
109
	  	  <td>
110
		  </td>
110
	      <!--#include file="_reports_call.asp"-->
111
		</tr>
111
		  </td>
112
	  </table>
112
		</tr>
113
      <!-- REPORT END ------------------------------------->
113
	  </table>
114
    </td>
114
      <!-- REPORT END ------------------------------------->
115
    <td width="1%" valign="top" background="images/bg_lght_gray.gif">&nbsp;</td>
115
    </td>
116
  </tr>
116
    <td width="1%" valign="top" background="images/bg_lght_gray.gif">&nbsp;</td>
117
  <tr> 
117
  </tr>
118
    <td valign="bottom" align="center" background="images/bg_lightgreen.gif"><img src="images/img_reports.gif" width="100" height="72" vspace="20" hspace="30"></td>
118
  <tr> 
119
    <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
119
    <td valign="bottom" align="center" background="images/bg_lightgreen.gif"><img src="images/img_reports.gif" width="100" height="72" vspace="20" hspace="30"></td>
120
  </tr>
120
    <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
121
</table>
121
  </tr>
122
<!-- FOOTER -->
122
</table>
123
<!--#include file="_footer.asp"-->
123
<!-- FOOTER -->
124
</body>
124
<!--#include file="_footer.asp"-->
-
 
125
</body>
125
</html>
126
</html>
126
127