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