Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
5357 dpurdie 1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
3
'=====================================================
6827 dpurdie 4
'|  REMOVE PACKAGES
5
'   form_remove_pkgs.asp
6
'   
7
'   This page is unreachable
5357 dpurdie 8
'|                                                   |
9
'=====================================================
10
%>
11
<%
12
Option explicit
13
' Good idea to set when using redirect
14
Response.Expires = 0	' always load the page, dont store
15
%>
16
<!--#include file="common/conf.asp"-->
17
<!--#include file="common/globals.asp"-->
18
<!--#include file="common/formating.asp"-->
19
<!--#include file="common/qstr.asp"-->
20
<!--#include file="common/common_subs.asp"-->
21
<%
22
' Make sure rtag_id is always present
23
If Request("rtag_id") = "" Then
5957 dpurdie 24
    Call Destroy_All_Objects
5357 dpurdie 25
	Response.Redirect("index.asp")
26
End If
27
%>
28
<%
29
'------------ ACCESS CONTROL ------------------
30
%>
31
<!--#include file="_access_control_login.asp"-->
32
<!--#include file="_access_control_general.asp"-->
33
<%
34
'------------ Variable Definition -------------
35
'------------ Constants Declaration -----------
36
'------------ Variable Init -------------------
37
'----------------------------------------------
38
%>
39
<html>
40
<head>
41
<title>Release Manager</title>
42
<link rel="shortcut icon" href="<%=FavIcon%>"/>
43
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
44
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6579 dpurdie 45
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
46
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
47
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
5357 dpurdie 48
<!-- TIPS -->
6579 dpurdie 49
<script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
50
<script language="JavaScript" src="images/_help_tips.js?ver=<%=VixVerNum%>"></script>
5357 dpurdie 51
<!-- DROPDOWN MENUS -->
5983 dpurdie 52
<!--#include file="_jquery_includes.asp"-->
5357 dpurdie 53
<!--#include file="_menu_def.asp"-->
6579 dpurdie 54
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
5357 dpurdie 55
 
56
</head>
57
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
58
<!-- HEADER -->
59
<!--#include file="_header.asp"-->
60
<!-- BODY ---->
61
<table width="100%" height="80%" border="0" cellpadding="0" cellspacing="0">
62
  <tr>
63
    <td align="center" valign="top" background="images/bg_lght_gray.gif">
64
	<!-- MIDDLE -->
65
	<!--#include file="_form_remove_pkgs_page.asp"-->
66
	</td>
67
  </tr>
68
</table>
5957 dpurdie 69
<!-- FOOTER -->
70
<!--#include file="_footer.asp"-->
5357 dpurdie 71
</body>
72
</html>