| Line 35... |
Line 35... |
| 35 |
<%
|
35 |
<%
|
| 36 |
'------------ Variable Definition -------------
|
36 |
'------------ Variable Definition -------------
|
| 37 |
'------------ Constants Declaration -----------
|
37 |
'------------ Constants Declaration -----------
|
| 38 |
'------------ Variable Init -------------------
|
38 |
'------------ Variable Init -------------------
|
| 39 |
'----------------------------------------------
|
39 |
'----------------------------------------------
|
| - |
|
40 |
If NOT canAddToRelease(Request("rtag_id"),Request("pv_id") ) Then
|
| - |
|
41 |
Call RaiseMsg ( enum_MSG_ERROR, "<h3>Cannot create a new version of a package that is a part of an SDK.</h3>" )
|
| - |
|
42 |
End If
|
| - |
|
43 |
|
| 40 |
%>
|
44 |
%>
|
| 41 |
<html>
|
45 |
<html>
|
| 42 |
<head>
|
46 |
<head>
|
| 43 |
<title>Release Manager</title>
|
47 |
<title>Release Manager</title>
|
| 44 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
48 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
| 45 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
49 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 46 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
50 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
| 47 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
51 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
| 48 |
<script language="JavaScript" src="images/common.js"></script>
|
52 |
<script language="JavaScript" src="images/common.js"></script>
|
| 49 |
|
- |
|
| 50 |
<!-- DROPDOWN MENUS -->
|
53 |
<!-- DROPDOWN MENUS -->
|
| 51 |
<!--#include file="_menu_def.asp"-->
|
54 |
<!--#include file="_menu_def.asp"-->
|
| 52 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
55 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
| 53 |
|
- |
|
| 54 |
|
- |
|
| 55 |
|
- |
|
| 56 |
</head>
|
56 |
</head>
|
| 57 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
|
57 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
|
| 58 |
<!-- MENU LAYERS -------------------------------------->
|
58 |
<!-- MENU LAYERS -------------------------------------->
|
| 59 |
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)">
|
59 |
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)">
|
| 60 |
</div>
|
60 |
</div>
|