Subversion Repositories DevTools

Rev

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

Rev 6579 Rev 6786
Line 6... Line 6...
6
%>
6
%>
7
<%
7
<%
8
Option explicit
8
Option explicit
9
' Good idea to set when using redirect
9
' Good idea to set when using redirect
10
Response.Expires = 0   ' always load the page, dont store
10
Response.Expires = 0   ' always load the page, dont store
-
 
11
'------------ Variable Definition -------------
-
 
12
Dim sectionIsEditable
-
 
13
Dim criticalSectionIsEditable
11
%>
14
%>
12
<!--#include file="common/conf.asp"-->
15
<!--#include file="common/conf.asp"-->
13
<!--#include file="common/globals.asp"-->
16
<!--#include file="common/globals.asp"-->
14
<!--#include file="common/formating.asp"-->
17
<!--#include file="common/formating.asp"-->
15
<!--#include file="common/qstr.asp"-->
18
<!--#include file="common/qstr.asp"-->
16
<!--#include file="common/common_subs.asp"-->
19
<!--#include file="common/common_subs.asp"-->
17
<!--#include file="common/common_dbedit.asp"-->
20
<!--#include file="common/common_dbedit.asp"-->
18
<!--#include file="_tabs.asp"-->
21
<!--#include file="_tabs.asp"-->
-
 
22
<!--#include file="_action_buttons.asp"-->
19
<!--#include file="common/_package_common.asp"-->
23
<!--#include file="common/_package_common.asp"-->
20
<%
24
<%
21
'------------ ACCESS CONTROL ------------------
25
'------------ ACCESS CONTROL ------------------
22
%>
26
%>
23
<!--#include file="_access_control_login_optional.asp"-->
27
<!--#include file="_access_control_login_optional.asp"-->
24
<!--#include file="_access_control_general.asp"-->
28
<!--#include file="_access_control_general.asp"-->
25
<%
29
<%
26
'------------ Variable Definition -------------
-
 
27
'------------ Constants Declaration -----------
30
'------------ Constants Declaration -----------
28
Const  pageIsEmbedded = FALSE
31
Const  pageIsEmbedded = FALSE
29
'------------ Variable Init -------------------
32
'------------ Variable Init -------------------
30
'----------------------------------------------
33
'----------------------------------------------
31
%>
34
%>
Line 86... Line 89...
86
            </tr>
89
            </tr>
87
            <tr>
90
            <tr>
88
               <td background="images/lbox_bg_orange.gif"><IMG height=35 src="images/spacer.gif" width=1></td>
91
               <td background="images/lbox_bg_orange.gif"><IMG height=35 src="images/spacer.gif" width=1></td>
89
               <td background="images/lbox_bg_orange.gif">
92
               <td background="images/lbox_bg_orange.gif">
90
                  <!-- TAB ACTION BUTTONS ------------------------------------->
93
                  <!-- TAB ACTION BUTTONS ------------------------------------->
-
 
94
                  <%Call Action_Buttons ( "Used By" )%>
91
               </td>
95
               </td>
92
               <td background="images/lbox_bg_orange.gif">&nbsp;</td>
96
               <td background="images/lbox_bg_orange.gif">&nbsp;</td>
93
            </tr>
97
            </tr>
94
            <tr>
98
            <tr>
95
               <td></td>
99
               <td></td>