| 64 |
jtweddle |
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/config.asp"-->
|
|
|
15 |
<!--#include file="common/globals.asp"-->
|
|
|
16 |
<!--#include file="common/formating.asp"-->
|
|
|
17 |
|
|
|
18 |
<!--#include file="common/common_subs.asp"-->
|
|
|
19 |
<!--#include file="common/reports_def.asp"-->
|
|
|
20 |
<!--#include file="common/_explorer_common.asp"-->
|
|
|
21 |
<%
|
|
|
22 |
'------------ ACCESS CONTROL ------------------
|
|
|
23 |
%>
|
|
|
24 |
<!--#include file="_access_control_general.asp"-->
|
|
|
25 |
<%
|
|
|
26 |
'------------ Variable Definition -------------
|
|
|
27 |
Dim parGroup
|
|
|
28 |
Dim parRepNum
|
|
|
29 |
Dim parPrint
|
|
|
30 |
Dim parRtag_id
|
|
|
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>Production Manager Reports</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="scripts/deployment_manager.css" type="text/css">
|
|
|
56 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
|
|
57 |
<script language="JavaScript" src="images/common.js"></script>
|
|
|
58 |
</head>
|
|
|
59 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
|
|
|
60 |
<!-- HEADER -->
|
|
|
61 |
<%If objAccessControl.UserLogedIn Then%>
|
|
|
62 |
<div id="Layer1" style="position:absolute; left:2; top:2; width:1px; height:1px; z-index:1"><a href="#"><img src="images/i_logout.gif" width="14" height="14" border="0" alt="Logout from <%=objAccessControl.UserName%> disabled" title="Logout from <%=objAccessControl.UserName%> disabled"></a></div>
|
|
|
63 |
<%End If%>
|
|
|
64 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
65 |
<tr>
|
|
|
66 |
<td width="1%" background="images/bg_lightgreen.gif"><img src="images/p_header.gif" width="552" height="45"></td>
|
|
|
67 |
<td width="100%" background="images/bg_lightgreen.gif"> </td>
|
|
|
68 |
<td width="1%" rowspan="2" valign="bottom" background="images/bg_lightgreen.gif"><a href="Default.asp"><img src="images/pm_logo.gif" alt="Home" title="Home" width="241" height="69" border="0"></a></td>
|
|
|
69 |
</tr>
|
|
|
70 |
<tr>
|
|
|
71 |
<td align=left noWrap valign=center width=150 background="images/h_dot.gif" height="1"></td>
|
|
|
72 |
<td background="images/h_dot.gif" height="1"></td>
|
|
|
73 |
</tr>
|
|
|
74 |
</table>
|
|
|
75 |
<!-- BODY ---->
|
|
|
76 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
77 |
<tr>
|
|
|
78 |
<td width="1%" background="images/bg_lightgreen.gif" valign="top">
|
|
|
79 |
<!-- REPORT GROUPS ---------------------------------------------->
|
|
|
80 |
<!--#include file="reports_categories.asp"-->
|
|
|
81 |
<!-- REPORT GROUPS END ------------------------------------------>
|
|
|
82 |
</td>
|
|
|
83 |
<td rowspan="2" valign="top" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
84 |
<tr>
|
|
|
85 |
<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>
|
|
|
86 |
</tr>
|
|
|
87 |
</table>
|
|
|
88 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
89 |
<tr>
|
|
|
90 |
<td width="1%" background="images/bg_lght_gray.gif"> </td>
|
|
|
91 |
<td width="100%" background="images/bg_lght_gray.gif" class="rep_ttlb">
|
|
|
92 |
<!-- REPORT TITLE ----------------->
|
|
|
93 |
<!-- REPORT TITLE END ------------->
|
|
|
94 |
</td>
|
|
|
95 |
</tr>
|
|
|
96 |
<tr>
|
|
|
97 |
<td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="20"></td>
|
|
|
98 |
<td background="images/bg_action_norm.gif"> </td>
|
|
|
99 |
</tr>
|
|
|
100 |
<tr>
|
|
|
101 |
<td valign="top" background="images/bg_action_norm.gif"><!--#include file="reports_image_definition.asp"--></td>
|
|
|
102 |
<td background="images/bg_bage.gif">
|
|
|
103 |
<!-- FORM ----------------------->
|
|
|
104 |
<!-- FORM END ------------------->
|
|
|
105 |
</td>
|
|
|
106 |
</tr>
|
|
|
107 |
<tr>
|
|
|
108 |
<td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
|
|
109 |
<td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
|
|
110 |
</tr>
|
|
|
111 |
<tr>
|
|
|
112 |
<td> </td>
|
|
|
113 |
<td class="body_txt"><br>
|
|
|
114 |
<%Call Reports_List ( parGroup )%>
|
|
|
115 |
</td>
|
|
|
116 |
</tr>
|
|
|
117 |
</table>
|
|
|
118 |
<!-- REPORT ------------------------------------->
|
|
|
119 |
<table width="100%" border="0" cellspacing="5" cellpadding="0">
|
|
|
120 |
<tr>
|
|
|
121 |
<td>
|
|
|
122 |
<!--#include file="_reports_call.asp"-->
|
|
|
123 |
</td>
|
|
|
124 |
</tr>
|
|
|
125 |
</table>
|
|
|
126 |
<!-- REPORT END ------------------------------------->
|
|
|
127 |
</td>
|
|
|
128 |
<td width="1%" valign="top" background="images/bg_lght_gray.gif"> </td>
|
|
|
129 |
</tr>
|
|
|
130 |
<tr>
|
|
|
131 |
<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>
|
|
|
132 |
<td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
|
|
|
133 |
</tr>
|
|
|
134 |
</table>
|
|
|
135 |
<!-- FOOTER -->
|
|
|
136 |
<!--#include file="_footer.asp"-->
|
|
|
137 |
</body>
|
|
|
138 |
</html>
|