Subversion Repositories DevTools

Rev

Rev 119 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%@LANGUAGE="VBSCRIPT"%>
<%
'=====================================================
'|                                                   |
'|                                      REPORTS                                      |
'|                                                   |
'=====================================================
%>
<%
Option explicit
' Good idea to set when using redirect
Response.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 Section
Dim parGroup
Dim parRepNum
Dim 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 -->
<%If objAccessControl.UserLogedIn Then%>
<div id="Layer1" style="position:absolute; left:2; top:2; width:1px; height:1px; z-index:1"><img src="images/i_logout.gif" width="14" height="14" border="0" alt="Logout from <%=objAccessControl.UserName%> disabled" title="Logout from <%=objAccessControl.UserName%> disabled"></div>
<%End If%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td><a href="index.asp"><img src="images/b_release_manager.jpg" width="467" height="50" border="0"></a></td>
    <td valign="bottom" align="right">&nbsp;</td>
  </tr>
  <tr> 
    <td align=left noWrap valign=center width=150 background="images/h_dot.gif" height="1"></td>
    <td background="images/h_dot.gif" height="1"></td>
  </tr>
</table>
<!-- 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">&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_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>