|
Stud.IP
2.5 Revision
|
Variables | |
| $search_key = Request::get('search_key') | |
| $cms_select = Request::get('cms_select') | |
| $view = Request::option('view') | |
| $open_all = Request::get('open_all') | |
| $close_all = Request::get('close_all') | |
| $new_account_cms = Request::get('new_account_cms') | |
| $module_system_type = Request::get('module_system_type') | |
| $module_id = Request::get('module_id') | |
| $module_type = Request::get('module_type') | |
| $anker_target = Request::get('anker_target') | |
| if(!isset($ELEARNING_INTERFACE_MODULES[$new_account_cms])) if(!isset($ELEARNING_INTERFACE_MODULES[$cms_select])) if($ELEARNING_INTERFACE_ENABLE AND(($view=="edit") OR($view=="show"))) | else |
| $anker_target = Request::get('anker_target') |
| $close_all = Request::get('close_all') |
| $cms_select = Request::get('cms_select') |
| $module_id = Request::get('module_id') |
| $module_system_type = Request::get('module_system_type') |
| $module_type = Request::get('module_type') |
| $new_account_cms = Request::get('new_account_cms') |
| $open_all = Request::get('open_all') |
| $search_key = Request::get('search_key') |
| $view = Request::option('view') |
| if (!isset( $ELEARNING_INTERFACE_MODULES[ $new_account_cms])) if (!isset( $ELEARNING_INTERFACE_MODULES[ $cms_select])) if ( $ELEARNING_INTERFACE_ENABLE AND(( $view=="edit") OR( $view=="show"))) else |