Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5357 dpurdie 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
<link rel="shortcut icon" href="<%=FavIcon%>"/>
45
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
46
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
47
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
48
<link rel="stylesheet" href="images/navigation.css" type="text/css">
49
<script language="JavaScript" src="images/common.js"></script>
50
<!-- DROPDOWN MENUS -->
51
<!--#include file="_menu_def.asp"-->
52
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
53
</head>
54
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
55
<!-- MENU LAYERS -------------------------------------->
56
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)"> 
57
</div>
58
<!-- HEADER -->
59
<!--#include file="_header.asp"-->
60
<!-- BODY ---->
61
<table width="100%" border="0" cellspacing="0" cellpadding="0">
62
  <tr> 
63
    <td background="images/bg_lght_gray.gif" align="left" valign="top"> 
64
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
65
        <tr> 
66
          <td valign="top" width="1%"><img src="images/h_trsp_dot.gif" width="10" height="10"></td>
67
          <td valign="top" width="1%"> 
68
            <!-- LEFT -->
69
 
70
          </td>
71
          <td valign="top" width="1%"><img src="images/h_trsp_dot.gif" width="30" height="10"></td>
72
          <td valign="top" width="100%"> 
73
            <!-- MIDDLE -->
74
            <!-- PACKAGE PAGES ------------------------------------------>
75
            <table width="800" border="0" cellspacing="0" cellpadding="0">
76
              <tr> 
77
                <td> 
78
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
79
                    <tr> 
80
                      <td width="1%"></td>
81
                      <td width="100%" align="right"><img src="images/h_trsp_dot.gif" width="30" height="30"></td>
82
                      <td width="1%"></td>
83
                    </tr>
84
                    <tr> 
85
                      <td width="1%"></td>
86
                      <td align="right"> 
87
                      </td>
88
                      <td width="1%"></td>
89
                    </tr>
90
                    <tr> 
91
                      <td width="1%" bgcolor="#FFFFFF"><img src="images/h_trsp_dot.gif" width="10" height="480"></td>
92
                      <td bgcolor="#FFFFFF" valign="top"> 
93
                        <!-- PACKAGE SEARCH ------------------------------------------------>
94
                        <br>
95
                        <span class="form_field">Search results for <%="'"& Request("FRpkg_name") &"'"%></span><br>
96
                        <br> 
97
						<br>
98
                        <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>
99
                        <br>
100
						<br>
101
						<%Section = "BODY"%>
102
	      				<!--#include file="_reports_call.asp"-->
103
						<br>
104
                        <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>
105
                        <br> 
106
                        <!------------------------------------------------------------>
107
                      </td>
108
                      <td width="1%" background="images/lbox_bgside_white.gif">&nbsp;</td>
109
                    </tr>
110
                    <tr> 
111
                      <td width="1%" background="images/lbox_bg_orange.gif"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
112
                      <td background="images/lbox_bg_orange.gif"></td>
113
                      <td width="1%" background="images/lbox_bgside_orange.gif"></td>
114
                    </tr>
115
                  </table>
116
                </td>
117
              </tr>
118
            </table>
119
            <!-- END MIDDLE -->
120
          </td>
121
        </tr>
122
      </table>
123
    </td>
124
  </tr>
125
</table>
126
<!-- FOOTER -->
127
<!--#include file="_footer.asp"-->
128
</body>
129
</html>