Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

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