Rev 5513 | 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/config.asp"--><!--#include file="common/globals.asp"--><!--#include file="common/formating.asp"--><!--#include file="common/common_subs.asp"--><!--#include file="common/reports_def.asp"--><!--#include file="common/_explorer_common.asp"--><%'------------ ACCESS CONTROL ------------------%><!--#include file="_access_control_general.asp"--><%'------------ Variable Definition -------------Dim parGroupDim parRepNumDim parPrintDim parRtag_id'------------ 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>Deployment Manager Reports</title><link rel="shortcut icon" href="<%=FavIcon%>"/><meta HTTP-EQUIV="Pragma" CONTENT="no-cache"><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><link href="scripts/deployment_manager.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css"><link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css"><link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css"><script language="JavaScript" src="scripts/common.js?ver=<%=VixVerNum%>"></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_lite_blue.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="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></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_ttlb"><!-- REPORT TITLE -----------------><!-- 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 -----------------------><!-- 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><tr><td> </td><td class="body_txt"><br><%Call Reports_List ( parGroup )%></td></tr></table><!-- REPORT -------------------------------------><table width="100%" border="0" cellspacing="5" cellpadding="0"><tr><td><!--#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_lite_blue.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>