Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 ghuddy 1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
3
'=====================================================
121 hknight 4
'                  Rename Version
119 ghuddy 5
'               --- PROCESS FORM ---
6
'=====================================================
7
%>
8
<%
9
Option explicit
10
' Good idea to set when using redirect
121 hknight 11
Response.Expires = 0  ' always load the page, dont store
119 ghuddy 12
%>
13
<!--#include file="common/conf.asp"-->
14
<!--#include file="common/globals.asp"-->
15
<!--#include file="common/formating.asp"-->
16
<!--#include file="common/qstr.asp"-->
17
<!--#include file="common/common_subs.asp"-->
4199 dpurdie 18
<!--#include file="common/_popup_window_common.asp"-->
119 ghuddy 19
<%
20
'------------ ACCESS CONTROL ------------------
21
%>
22
<!--#include file="_access_control_login.asp"-->
23
<!--#include file="_access_control_general.asp"-->
24
<!--#include file="_access_control_project.asp"-->
25
<html>
26
<head>
27
<title>Release Manager</title>
28
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
29
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
30
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
31
<link rel="stylesheet" href="images/navigation.css" type="text/css">
32
<script language="JavaScript" src="images/common.js"></script>
33
</head>
4198 dpurdie 34
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
35
<!-- TIPS LAYERS -------------------------------------->
36
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10">&nbsp;</div>
37
<!----------------------------------------------------->
38
<!-- MIDDLE -->
39
<!--#include file="_form_new_version_page.asp"-->
119 ghuddy 40
</body>
41
</html>
4198 dpurdie 42
<%
43
Call Destroy_All_Objects
44
%>