| Line 1... |
Line 1... |
| 1 |
<%@LANGUAGE="VBSCRIPT"%>
|
1 |
<%@LANGUAGE="VBSCRIPT"%>
|
| 2 |
<%
|
2 |
<%
|
| 3 |
'=====================================================
|
3 |
'=====================================================
|
| 4 |
'| |
|
4 |
'| |
|
| 5 |
'| UPDATE JANTS |
|
5 |
'| UPDATE JANTS |
|
| 6 |
'| DEPENDENCIES |
|
6 |
'| DEPENDENCIES |
|
| 7 |
'| |
|
7 |
'| |
|
| 8 |
'=====================================================
|
8 |
'=====================================================
|
| 9 |
%>
|
9 |
%>
|
| 10 |
<%
|
10 |
<%
|
| 11 |
Option explicit
|
11 |
Option explicit
|
| 12 |
' Good idea to set when using redirect
|
12 |
' Good idea to set when using redirect
|
| 13 |
Response.Expires = 0 ' always load the page, dont store
|
13 |
Response.Expires = 0 ' always load the page, dont store
|
| 14 |
%>
|
14 |
%>
|
| 15 |
<!--#include file="common/conf.asp"-->
|
15 |
<!--#include file="common/conf.asp"-->
|
| 16 |
<!--#include file="common/globals.asp"-->
|
16 |
<!--#include file="common/globals.asp"-->
|
| 17 |
<!--#include file="common/formating.asp"-->
|
17 |
<!--#include file="common/formating.asp"-->
|
| 18 |
<!--#include file="common/qstr.asp"-->
|
18 |
<!--#include file="common/qstr.asp"-->
|
| 19 |
<!--#include file="common/common_subs.asp"-->
|
19 |
<!--#include file="common/common_subs.asp"-->
|
| 20 |
|
20 |
|
| 21 |
<%
|
21 |
<%
|
| 22 |
' Make sure rtag_id is always present
|
22 |
' Make sure rtag_id is always present
|
| 23 |
If Request("pv_id") = "" Then
|
23 |
If Request("pv_id") = "" Then
|
| 24 |
Response.Redirect("index.asp")
|
24 |
Response.Redirect("index.asp")
|
| 25 |
End If
|
25 |
End If
|
| 26 |
%>
|
26 |
%>
|
| 27 |
<%
|
27 |
<%
|
| 28 |
'------------ ACCESS CONTROL ------------------
|
28 |
'------------ ACCESS CONTROL ------------------
|
| 29 |
%>
|
29 |
%>
|
| 30 |
<!--#include file="_access_control_login.asp"-->
|
30 |
<!--#include file="_access_control_login.asp"-->
|
| 31 |
<!--#include file="_access_control_general.asp"-->
|
31 |
<!--#include file="_access_control_general.asp"-->
|
| 32 |
<!--#include file="_access_control_project.asp"-->
|
32 |
<!--#include file="_access_control_project.asp"-->
|
| 33 |
<%
|
33 |
<%
|
| 34 |
'------------ Variable Definition -------------
|
34 |
'------------ Variable Definition -------------
|
| 35 |
'------------ Constants Declaration -----------
|
35 |
'------------ Constants Declaration -----------
|
| 36 |
'------------ Variable Init -------------------
|
36 |
'------------ Variable Init -------------------
|
| 37 |
'----------------------------------------------
|
37 |
'----------------------------------------------
|
| 38 |
%>
|
38 |
%>
|
| 39 |
<%Response.Cookies(COOKIE_RELEASEMANAGER_MEMORY)("devl_environment") = "ant"%>
|
39 |
<%Response.Cookies(COOKIE_RELEASEMANAGER_MEMORY)("devl_environment") = "ant"%>
|
| 40 |
<html>
|
40 |
<html>
|
| 41 |
<head>
|
41 |
<head>
|
| 42 |
<title>Release Manager</title>
|
42 |
<title>Release Manager</title>
|
| - |
|
43 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
| 43 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
44 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
| 44 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
45 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 45 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
46 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
| 46 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
47 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
| 47 |
<script language="JavaScript" src="images/common.js"></script>
|
48 |
<script language="JavaScript" src="images/common.js"></script>
|
| 48 |
<!--#include file="_jquery_includes.asp"-->
|
49 |
<!--#include file="_jquery_includes.asp"-->
|
| 49 |
<!-- TIPS -->
|
50 |
<!-- TIPS -->
|
| 50 |
<script language="JavaScript" src="images/tipster.js"></script>
|
51 |
<script language="JavaScript" src="images/tipster.js"></script>
|
| 51 |
<script language="JavaScript" src="images/_help_tips.js"></script>
|
52 |
<script language="JavaScript" src="images/_help_tips.js"></script>
|
| 52 |
|
53 |
|
| 53 |
<!-- DROPDOWN MENUS -->
|
54 |
<!-- DROPDOWN MENUS -->
|
| 54 |
<!--#include file="_menu_def.asp"-->
|
55 |
<!--#include file="_menu_def.asp"-->
|
| 55 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
56 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
| 56 |
|
57 |
|
| 57 |
</head>
|
58 |
</head>
|
| 58 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onLoad="document.updatedeps.FRdeps.focus();ProgressBar.style.visibility='hidden';">
|
59 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onLoad="document.updatedeps.FRdeps.focus();ProgressBar.style.visibility='hidden';">
|
| 59 |
<!-- MENU LAYERS -------------------------------------->
|
60 |
<!-- MENU LAYERS -------------------------------------->
|
| 60 |
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)">
|
61 |
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)">
|
| 61 |
</div>
|
62 |
</div>
|
| 62 |
<!-- TIPS LAYERS -------------------------------------->
|
63 |
<!-- TIPS LAYERS -------------------------------------->
|
| 63 |
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10"> </div>
|
64 |
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10"> </div>
|
| 64 |
<!----------------------------------------------------->
|
65 |
<!----------------------------------------------------->
|
| 65 |
|
66 |
|
| 66 |
<!-- HEADER -->
|
67 |
<!-- HEADER -->
|
| 67 |
<!--#include file="_header.asp"-->
|
68 |
<!--#include file="_header.asp"-->
|
| 68 |
<!-- BODY ---->
|
69 |
<!-- BODY ---->
|
| 69 |
<table width="100%" height="80%" border="0" cellpadding="0" cellspacing="0">
|
70 |
<table width="100%" height="80%" border="0" cellpadding="0" cellspacing="0">
|
| 70 |
<tr>
|
71 |
<tr>
|
| 71 |
<td align="center" valign="top" background="images/bg_lght_gray.gif">
|
72 |
<td align="center" valign="top" background="images/bg_lght_gray.gif">
|
| 72 |
<!-- MIDDLE -->
|
73 |
<!-- MIDDLE -->
|
| 73 |
<!--#include file="_form_update_jant_dependencies_page.asp"-->
|
74 |
<!--#include file="_form_update_jant_dependencies_page.asp"-->
|
| 74 |
</td>
|
75 |
</td>
|
| 75 |
</tr>
|
76 |
</tr>
|
| 76 |
<tr>
|
77 |
<tr>
|
| 77 |
<td valign="bottom" background="images/bg_lght_gray.gif">
|
78 |
<td valign="bottom" background="images/bg_lght_gray.gif">
|
| 78 |
<!-- FOOTER -->
|
79 |
<!-- FOOTER -->
|
| 79 |
<!--#include file="_footer.asp"-->
|
80 |
<!--#include file="_footer.asp"-->
|
| 80 |
</td>
|
81 |
</td>
|
| 81 |
</tr>
|
82 |
</tr>
|
| 82 |
</table>
|
83 |
</table>
|
| 83 |
</body>
|
84 |
</body>
|
| 84 |
</html>
|
85 |
</html>
|
| 85 |
<%
|
86 |
<%
|
| 86 |
Call Destroy_All_Objects
|
87 |
Call Destroy_All_Objects
|
| 87 |
%>
|
88 |
%>
|