Subversion Repositories DevTools

Rev

Rev 5207 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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