Cheetah
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
$
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
administration
fields.php
Go to the documentation of this file.
1
<?
php
2
8
define (
'CH_SECURITY_EXCEPTIONS'
,
true
);
9
$aChSecurityExceptions
= array ();
10
$aChSecurityExceptions
[] =
'POST.Check'
;
11
$aChSecurityExceptions
[] =
'REQUEST.Check'
;
12
$aChSecurityExceptions
[] =
'POST.Values'
;
13
$aChSecurityExceptions
[] =
'REQUEST.Values'
;
14
$aChSecurityExceptions
[] =
'POST.Desc'
;
15
$aChSecurityExceptions
[] =
'REQUEST.Desc'
;
16
17
require_once(
'../inc/header.inc.php'
);
18
require_once( CH_DIRECTORY_PATH_INC .
'profiles.inc.php'
);
19
require_once( CH_DIRECTORY_PATH_INC .
'design.inc.php'
);
20
require_once( CH_DIRECTORY_PATH_INC .
'admin_design.inc.php'
);
21
22
$logged
[
'admin'
] =
member_auth
(1,
true
,
true
);
23
24
$iNameIndex
= 11;
25
$_page
= array(
26
'name_index'
=>
$iNameIndex
,
27
'css_name'
=> array(
'fields.css'
),
28
'js_name'
=> array(
'jquery.ui.core.min.js'
,
'jquery.ui.widget.min.js'
,
'jquery.ui.mouse.min.js'
,
'jquery.ui.tabs.min.js'
,
'jquery.ui.sortable.min.js'
,
'fields.js'
),
29
'header'
=>
_t
(
'_adm_fields_title'
)
30
);
31
$_page_cont
[
$iNameIndex
][
'page_main_code'
] =
DesignBoxAdmin
(
32
_t
(
'_adm_fields_box_title'
),
33
$GLOBALS
[
'oAdmTemplate'
]->parseHtmlByName(
'fields.html'
, array()),
34
array(
35
'adm-fb-ctl-m1'
=> array(
36
'title'
=>
_t
(
'_adm_fields_join_form'
),
37
'href'
=>
'javascript:void(0)'
,
38
'onclick'
=>
'javascript:changeType(this)'
,
39
'active'
=> 1
40
),
41
'adm-fb-ctl-edit-tab'
=> array(
42
'title'
=>
_t
(
'_adm_fields_edit_profile'
),
43
'href'
=>
'javascript:void(0)'
,
44
'onclick'
=>
'javascript:changeType(this)'
,
45
'active'
=> 0
46
),
47
'adm-fb-ctl-view-tab'
=> array(
48
'title'
=>
_t
(
'_adm_fields_view_profile'
),
49
'href'
=>
'javascript:void(0)'
,
50
'onclick'
=>
'javascript:changeType(this)'
,
51
'active'
=> 0
52
),
53
'adm-fb-ctl-search-tab'
=> array(
54
'title'
=>
_t
(
'_adm_fields_search_profiles'
),
55
'href'
=>
'javascript:void(0)'
,
56
'onclick'
=>
'javascript:changeType(this)'
,
57
'active'
=> 0
58
)
59
)
60
);
61
62
$GLOBALS
[
'oAdmTemplate'
]->addJsTranslation(array(
63
'_adm_mbuilder_active_items'
,
64
'_adm_txt_pb_inactive_blocks'
,
65
'_adm_mbuilder_inactive_items'
66
));
67
68
PageCodeAdmin
();
php
DesignBoxAdmin
DesignBoxAdmin($sTitle, $sContent, $mixedTopItems='', $sBottomItems='', $iIndex=1)
Definition:
admin_design.inc.php:50
$iNameIndex
$iNameIndex
Definition:
fields.php:24
$_page_cont
$_page_cont[$iNameIndex]['page_main_code']
Definition:
fields.php:31
PageCodeAdmin
PageCodeAdmin($oTemplate=null)
Definition:
admin_design.inc.php:45
_t
_t($key, $arg0="", $arg1="", $arg2="")
Definition:
languages.inc.php:509
member_auth
member_auth($member=0, $error_handle=true, $bAjx=false)
Definition:
admin.inc.php:262
$_page
$_page
Definition:
fields.php:25
$logged
$logged['admin']
Definition:
fields.php:22
$aChSecurityExceptions
$aChSecurityExceptions
Definition:
fields.php:9
$GLOBALS
$GLOBALS['iAdminPage']
Definition:
advanced_settings.php:10
Generated by
1.8.20