Rev 1281 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<%@LANGUAGE="VBSCRIPT"%><%'====================================================='| |'| PACKAGE SEARCH |'| |'=====================================================%><%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")'----------------------------------------------%><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"><script language="JavaScript" src="images/common.js"></script><!-- DROPDOWN MENUS --><!--#include file="_menu_def.asp"--><script language="JavaScript1.2" src="images/popup_menu.js"></script></head><body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" ><!-- MENU LAYERS --------------------------------------><div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)"></div><!-- HEADER --><!--#include file="_header.asp"--><!-- BODY ----><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td background="images/bg_lght_gray.gif" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td valign="top" width="1%"><img src="images/h_trsp_dot.gif" width="10" height="10"></td><td valign="top" width="1%"><!-- LEFT --></td><td valign="top" width="1%"><img src="images/h_trsp_dot.gif" width="30" height="10"></td><td valign="top" width="100%"><!-- MIDDLE --><!-- PACKAGE PAGES ------------------------------------------><table width="800" border="0" cellspacing="0" cellpadding="0"><tr><td><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="1%"></td><td width="100%" align="right"><img src="images/h_trsp_dot.gif" width="30" height="30"></td><td width="1%"></td></tr><tr><td width="1%"></td><td align="right"></td><td width="1%"></td></tr><tr><td width="1%" bgcolor="#FFFFFF"><img src="images/h_trsp_dot.gif" width="10" height="480"></td><td bgcolor="#FFFFFF" valign="top"><!-- PACKAGE SEARCH ------------------------------------------------><br><span class="form_field">Search results for <%="'"& Request("FRpkg_name") &"'"%></span><br><br><br><a href='index.asp' class="txt_linked"><img src="images/i_home.gif" width="13" height="12" border="0" align="absmiddle" hspace="3">Back to home</a><br><br><br><%Section = "BODY"%><!--#include file="_reports_call.asp"--><br><a href='index.asp' class="txt_linked"><img src="images/i_home.gif" width="13" height="12" border="0" align="absmiddle" hspace="3">Back to home</a><br><br><!------------------------------------------------------------></td><td width="1%" background="images/lbox_bgside_white.gif"> </td></tr><tr><td width="1%" background="images/lbox_bg_orange.gif"><img src="images/h_trsp_dot.gif" width="1" height="1"></td><td background="images/lbox_bg_orange.gif"></td><td width="1%" background="images/lbox_bgside_orange.gif"></td></tr></table></td></tr></table><!-- END MIDDLE --></td></tr></table></td></tr></table><!-- FOOTER --><!--#include file="_footer.asp"--></body></html><%Call Destroy_All_Objects%>