Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 ghuddy 1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
3
'=====================================================
4
'|                                                   |
5
'|			           PACKAGE SEARCH			     |
6
'|                                                   |
7
'=====================================================
8
%>
9
<%
10
Option explicit
11
' Good idea to set when using redirect
12
Response.Expires = 0	' always load the page, dont store
13
%>
14
<!--#include file="common/conf.asp"-->
15
<!--#include file="common/globals.asp"-->
16
<!--#include file="common/formating.asp"-->
17
<!--#include file="common/qstr.asp"-->
18
<!--#include file="common/common_subs.asp"-->
19
<!--#include file="common/reports_def.asp"-->
20
<%
21
'------------ ACCESS CONTROL ------------------
22
%>
23
<!--#include file="_access_control_general.asp"-->
24
<%
25
'------------ Variable Definition -------------
26
Dim Section
27
Dim parGroup
28
Dim parRepNum
29
Dim parPrint
30
'------------ Constants Declaration -----------
31
Const img_Advanced_Search = "<img src='images/img_reports_adv_search.jpg' width='199' height='164'>"
32
Const img_Admin_Reports   = "<img src='images/img_reports_admin.jpg' width='199' height='164'>"
33
Const img_Reports 	   	  = "<img src='images/img_reports2.jpg' width='199' height='164' border='0' alt=''>"
34
'------------ Variable Init -------------------
35
parGroup = Request("group")
36
parRepNum = Request("repnum")
37
parPrint = Request("print")
38
parRtag_id = Request("rtag_id")
39
'----------------------------------------------
40
%>
41
<html>
42
<head>
43
<title>Release Manager</title>
44
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
45
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
46
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
47
<link rel="stylesheet" href="images/navigation.css" type="text/css">
48
<script language="JavaScript" src="images/common.js"></script>
49
<!-- DROPDOWN MENUS -->
50
<!--#include file="_menu_def.asp"-->
51
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
52
</head>
53
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
54
<!-- MENU LAYERS -------------------------------------->
55
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)"> 
56
</div>
57
<!-- HEADER -->
58
<%If objAccessControl.UserLogedIn Then%> 
59
<div id="Layer1" style="position:absolute; left:2; top:2; width:1px; height:1px; z-index:1"><a href="logout.asp?rfile=<%=scriptName%>&hidenv=true<%=QSTR_All%>"><img src="images/i_logout.gif" width="14" height="14" border="0" alt="Logout from <%=objAccessControl.UserName%>" title="Logout from <%=objAccessControl.UserName%>"></a></div>
60
<%End If%>
61
<table width="100%" border="0" cellspacing="0" cellpadding="0">
62
  <tr> 
63
    <td><a href="index.asp"><img src="images/b_release_manager.jpg" width="467" height="50" border="0"></a></td>
64
    <td valign="bottom" align="right"><%Call Print_TopRight_Menu_ROW1 ()%></td>
65
  </tr>
66
  <tr> 
67
    <td align=left noWrap valign=center width=150 background="images/h_dot.gif" height="1"></td>
68
    <td background="images/h_dot.gif" height="1"></td>
69
  </tr>
70
</table>
71
<!-- BODY ---->
72
<table width="100%" border="0" cellspacing="0" cellpadding="0">
73
  <tr> 
74
    <td background="images/bg_lght_gray.gif" align="left" valign="top"> 
75
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
76
        <tr> 
77
          <td valign="top" width="1%"><img src="images/h_trsp_dot.gif" width="10" height="10"></td>
78
          <td valign="top" width="1%"> 
79
            <!-- LEFT -->
80
 
81
          </td>
82
          <td valign="top" width="1%"><img src="images/h_trsp_dot.gif" width="30" height="10"></td>
83
          <td valign="top" width="100%"> 
84
            <!-- MIDDLE -->
85
            <!-- PACKAGE PAGES ------------------------------------------>
86
            <table width="800" border="0" cellspacing="0" cellpadding="0">
87
              <tr> 
88
                <td> 
89
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
90
                    <tr> 
91
                      <td width="1%"></td>
92
                      <td width="100%" align="right"><img src="images/h_trsp_dot.gif" width="30" height="30"></td>
93
                      <td width="1%"></td>
94
                    </tr>
95
                    <tr> 
96
                      <td width="1%"></td>
97
                      <td align="right"> 
98
                      </td>
99
                      <td width="1%"></td>
100
                    </tr>
101
                    <tr> 
102
                      <td width="1%" bgcolor="#FFFFFF"><img src="images/h_trsp_dot.gif" width="10" height="480"></td>
103
                      <td bgcolor="#FFFFFF" valign="top"> 
104
                        <!-- PACKAGE SEARCH ------------------------------------------------>
105
                        <br>
106
                        <span class="form_field">Search results for <%="'"& Request("FRpkg_name") &"'"%></span><br>
107
                        <br> 
108
						<br>
109
                        <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>
110
                        <br>
111
						<br>
112
						<%Section = "BODY"%>
113
	      				<!--#include file="_reports_call.asp"-->
114
						<br>
115
                        <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>
116
                        <br> 
117
                        <!------------------------------------------------------------>
118
                      </td>
119
                      <td width="1%" background="images/lbox_bgside_white.gif">&nbsp;</td>
120
                    </tr>
121
                    <tr> 
122
                      <td width="1%" background="images/lbox_bg_orange.gif"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
123
                      <td background="images/lbox_bg_orange.gif"></td>
124
                      <td width="1%" background="images/lbox_bgside_orange.gif"></td>
125
                    </tr>
126
                  </table>
127
                </td>
128
              </tr>
129
            </table>
130
            <!-- END MIDDLE -->
131
          </td>
132
        </tr>
133
      </table>
134
    </td>
135
  </tr>
136
</table>
137
<!-- FOOTER -->
138
<!--#include file="_footer.asp"-->
139
</body>
140
</html>
141
<%
142
Call Destroy_All_Objects
143
%>