Subversion Repositories DevTools

Rev

Rev 5963 | Rev 6048 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5963 Rev 5983
Line 69... Line 69...
69
        "    OR DEFAULT_ADVISORY_RIPPLE is not NULL" &_
69
        "    OR DEFAULT_ADVISORY_RIPPLE is not NULL" &_
70
        " ORDER BY pkg_name ASC"
70
        " ORDER BY pkg_name ASC"
71
    End If
71
    End If
72
End Function
72
End Function
73
'-------------Page Access Condition--------------------------------------------
73
'-------------Page Access Condition--------------------------------------------
74
If NOT objAccessControl.UserLogedIn Then
-
 
75
    Call Destroy_All_Objects
-
 
76
	Response.Redirect("message.asp?msg=401-9")
-
 
77
End If
-
 
78
If canActionControlInProject("EditPackageProperties") Then
74
If canActionControlInProject("EditPackageProperties") Then
79
    canEdit = true
75
    canEdit = true
80
Else
76
Else
81
    parPkgId = NULL
77
    parPkgId = NULL
82
End If
78
End If
Line 118... Line 114...
118
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
114
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
119
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
115
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
120
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
116
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
121
<link rel="stylesheet" href="images/navigation.css" type="text/css">
117
<link rel="stylesheet" href="images/navigation.css" type="text/css">
122
<script language="JavaScript" src="images/common.js"></script>
118
<script language="JavaScript" src="images/common.js"></script>
-
 
119
<!--#include file="_jquery_includes.asp"-->
123
<!-- DROPDOWN MENUS -->
120
<!-- DROPDOWN MENUS -->
124
<!--#include file="_menu_def.asp"-->
121
<!--#include file="_menu_def.asp"-->
125
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
122
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
126
<!-- LOCAL STYLING -->
123
<!-- LOCAL STYLING -->
127
<style>
124
<style>