Subversion Repositories DevTools

Rev

Rev 5513 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%@LANGUAGE="VBSCRIPT"%>
<%
Option explicit
Response.Buffer = FALSE
'=====================================================
'|                                                   |
'|                                      REPORTS                                      |
'|                                                   |
'=====================================================
' Good idea to set when using redirect

Response.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/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 Section
Dim parGroup
Dim parRepNum
Dim parPrint
Dim 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</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">
<link rel=alternate media=print href="<%
Response.write _
"print_report.asp?group="& parGroup &"&repnum="& parRepNum &"&print=true"&_
"&action=true"&_
"&FRpkg_name="& Request("FRpkg_name") &_
"&FRv_ext="& Request("FRv_ext")
%>"> 
<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">&nbsp;</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">&nbsp;</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">&nbsp;</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>