Rev 1281 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<%@LANGUAGE="VBSCRIPT"%><%'====================================================='| |'| REPORTS |'| |'=====================================================%><%Option explicit' Good idea to set when using redirectResponse.Expires = 0 ' always load the page, dont store%><!--#include file="common/conf.asp"--><!--#include file="common/globals.asp"--><!--#include file="common/formating.asp"--><!--#include file="common/qstr.asp"--><!--#include file="common/common_subs.asp"--><!--#include file="common/reports_def.asp"--><%'------------ ACCESS CONTROL ------------------%><!--#include file="_access_control_general.asp"--><%'------------ Variable Definition -------------Dim SectionDim parGroupDim parRepNumDim parPrint'------------ Constants Declaration -----------Const img_Advanced_Search = "<img src='images/img_reports_adv_search.jpg' width='199' height='164'>"Const img_Admin_Reports = "<img src='images/img_reports_admin.jpg' width='199' height='164'>"Const img_Reports = "<img src='images/img_reports2.jpg' width='199' height='164' border='0' alt=''>"'------------ Variable Init -------------------parGroup = Request("group")parRepNum = Request("repnum")parPrint = Request("print")parRtag_id = Request("rtag_id")'----------------------------------------------%><%Function Set_Row_Style ( SSLink )Set_Row_Style = "onMouseOver=""this.bgColor = '"& hlColor &"'"" onMouseOut =""this.bgColor = ''"" onClick=""location.href='"& SSLink &"'"""End Function%><%'------------------------- MAIN LINE ---------------------------%><html><head><title>Release Manager</title><meta HTTP-EQUIV="Pragma" CONTENT="no-cache"><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><link rel="stylesheet" href="images/release_manager_style.css" type="text/css"><link rel="stylesheet" href="images/navigation.css" type="text/css"><link rel=alternate media=print href="<%Response.write _"print_report.asp?group="& parGroup &"&repnum="& parRepNum &"&print=true"&_"&action=true"&_"&FRproj_id="& Request("FRproj_id") &_"&FRvtree_id="& Request("FRvtree_id") &_"&FRrtag_id="& Request("FRrtag_id")%>"><script language="JavaScript" src="images/common.js"></script></head><body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0"><!-- HEADER --><!--#include file="_header.asp"--><!-- BODY ----><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="1%" background="images/bg_home_orange.gif" valign="top"><!-- REPORT GROUPS ----------------------------------------------><!--#include file="reports_categories.asp"--><!-- REPORT GROUPS END ------------------------------------------></td><td rowspan="2" valign="top" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><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></tr></table><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="1%" background="images/bg_lght_gray.gif"> </td><td width="100%" background="images/bg_lght_gray.gif" class="rep_ttl"><!-- REPORT TITLE -----------------><%Section = "TITLE"%><!--#include file="_reports_call.asp"--><!-- REPORT TITLE END -------------></td></tr><tr><td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="20"></td><td background="images/bg_action_norm.gif"> </td></tr><tr><td valign="top" background="images/bg_action_norm.gif"><!--#include file="reports_image_definition.asp"--></td><td background="images/bg_bage.gif"><!-- FORM -----------------------><%Section = "FORM"%><!--#include file="_reports_call.asp"--><!-- FORM END -------------------></td></tr><tr><td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td><td background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="1" height="1"></td></tr></table><!-- REPORT -------------------------------------><table width="100%" border="0" cellspacing="30" cellpadding="0"><tr><td><%Section = "BODY"%><!--#include file="_reports_call.asp"--></td></tr></table><!-- REPORT END -------------------------------------></td><td width="1%" valign="top" background="images/bg_lght_gray.gif"> </td></tr><tr><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><td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td></tr></table><!-- FOOTER --><!--#include file="_footer.asp"--></body></html>