Subversion Repositories DevTools

Rev

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

Rev 6579 Rev 6770
Line 1... Line 1...
1
<%@LANGUAGE="VBSCRIPT"%>
1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
2
<%
3
'=====================================================
3
'=====================================================
4
'|                                                   |
-
 
5
'|                  ADMIN Page                       |
4
'   admin_build_machine.asp
6
'|                 BUILD MACHINE                     |
-
 
7
'|                                                   |
-
 
8
'=====================================================
5
'=====================================================
9
%>
6
%>
10
<%
7
<%
11
Option explicit
8
Option explicit
12
' Good idea to set when using redirect
9
' Good idea to set when using redirect
Line 18... Line 15...
18
<!--#include file="common/qstr.asp"-->
15
<!--#include file="common/qstr.asp"-->
19
<!--#include file="common/common_subs.asp"-->
16
<!--#include file="common/common_subs.asp"-->
20
<!--#include file="sec/Crypt.asp"-->
17
<!--#include file="sec/Crypt.asp"-->
21
<!--#include file="common/_form_window_common.asp"-->
18
<!--#include file="common/_form_window_common.asp"-->
22
<!--#include file="_action_buttons.asp"-->
19
<!--#include file="_action_buttons.asp"-->
23
 
-
 
24
<!--#include file="class/classActionButtonControl.asp"-->
20
<!--#include file="class/classActionButtonControl.asp"-->
25
 
-
 
26
<%
21
<%
27
'------------ ACCESS CONTROL ------------------
22
'------------ ACCESS CONTROL ------------------
28
%>
23
%>
29
<!--#include file="_access_control_login_optional.asp"-->
24
<!--#include file="_access_control_login_optional.asp"-->
30
<!--#include file="_access_control_general.asp"-->
25
<!--#include file="_access_control_general.asp"-->