Subversion Repositories DevTools

Rev

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

Rev 119 Rev 151
Line 24... Line 24...
24
<!--#include file="_access_control_general.asp"-->
24
<!--#include file="_access_control_general.asp"-->
25
 
25
 
26
<%
26
<%
27
'------------ Variable Definition -------------
27
'------------ Variable Definition -------------
28
Dim	rsQry
28
Dim	rsQry
-
 
29
Dim criticalSectionIsEditable
-
 
30
 
29
'------------ Constants Declaration -----------
31
'------------ Constants Declaration -----------
30
'------------ Variable Init -------------------
32
'------------ Variable Init -------------------
31
'----------------------------------------------
33
'----------------------------------------------
32
%>
34
%>
33
<%
35
<%
34
'------------------------- MAIN LINE ---------------------------
36
'------------------------- MAIN LINE ---------------------------
-
 
37
criticalSectionIsEditable = Is_Critical_Section_Editable ( pkgInfoHash.Item ("dlocked") )
-
 
38
 
35
If Request("btn") = "Hide" Then
39
If Request("btn") = "Hide" Then
36
	' Store filter in cookie
40
	' Store filter in cookie
37
	Response.Cookies(enum_RELMGR_COOKIE_DOMAIN)(COOKIE_HIDE_FILES_FILTER) = Request("filefilter")
41
	Response.Cookies(enum_RELMGR_COOKIE_DOMAIN)(COOKIE_HIDE_FILES_FILTER) = Request("filefilter")
38
End If
42
End If
39
 
43
 
Line 69... Line 73...
69
<!----------------------------------------------------->
73
<!----------------------------------------------------->
70
<!-- HEADER -->
74
<!-- HEADER -->
71
<!--#include file="_header.asp"-->
75
<!--#include file="_header.asp"-->
72
<!-- BODY ---->
76
<!-- BODY ---->
73
<table width="100%" border="0" cellspacing="0" cellpadding="0">
77
<table width="100%" border="0" cellspacing="0" cellpadding="0">
74
	<tr> 
78
	<tr>
75
		<td valign="top" width="1" background="images/bg_bage.gif">
79
		<td valign="top" width="1" background="images/bg_bage.gif">
76
		<!-- LEFT -->
80
		<!-- LEFT -->
77
		<!--#include file="_environment.asp"-->
81
		<!--#include file="_environment.asp"-->
78
		</td>
82
		</td>
79
		<td width="1" bgcolor="#999999"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
83
		<td width="1" bgcolor="#999999"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
Line 88... Line 92...
88
<!--#include file="_footer.asp"-->
92
<!--#include file="_footer.asp"-->
89
</body>
93
</body>
90
</html>
94
</html>
91
<%
95
<%
92
Call Destroy_All_Objects
96
Call Destroy_All_Objects
93
%>
-
 
94
97
%>
-
 
98