92 $this->main_menu = $DIC[
"ilMainMenu"];
93 $this->
help = $DIC[
"ilHelp"];
94 $this->error = $DIC[
"ilErr"];
95 $this->db = $DIC->database();
96 $lng = $DIC->language();
98 $tree = $DIC->repositoryTree();
102 $ilMainMenu = $DIC[
"ilMainMenu"];
105 $this->lng->loadLanguageModule(
'administration');
112 $this->logger = $DIC->logger()->adm();
114 $context = $DIC->globalScreen()->tool()->context();
115 $context->claim()->administration();
117 $ilMainMenu->setActive(
"administration");
119 $this->ctrl->saveParameter($this, array(
"ref_id",
"admin_mode"));
121 if (
$_GET[
"admin_mode"] !=
"repository") {
122 $_GET[
"admin_mode"] =
"settings";
126 $this->ctrl->setReturn($this,
"");
131 $this->cur_ref_id =
$_GET[
"ref_id"];
135 if (
$_GET[
"cmd"] !=
"getDropDown") {
154 if (!
$rbacsystem->checkAccess(
"visible", SYSTEM_FOLDER_ID) &&
155 !
$rbacsystem->checkAccess(
"read", SYSTEM_FOLDER_ID)) {
156 $ilErr->raiseError($this->lng->txt(
'permission_denied'),
$ilErr->WARNING);
161 $new_type = empty($_REQUEST[
'new_type']) ?
'' : $_REQUEST[
'new_type'];
163 $this->creation_mode =
true;
166 if ($this->creation_mode) {
167 $obj_type = $new_type;
168 $class_name = $this->objDefinition->getClassName($obj_type);
169 $next_class = strtolower(
"ilObj" . $class_name .
"GUI");
170 $this->ctrl->setCmdClass($next_class);
175 if ($this->ctrl->getCmdClass() ==
"ilobjlanguageextgui") {
176 $next_class =
"ilobjlanguageextgui";
178 $next_class = $this->ctrl->getNextClass($this);
182 $next_class ==
"iladministrationgui" || $next_class ==
"" 183 ) && ($this->ctrl->getCmd() ==
"return")) {
186 $class_name = $this->objDefinition->getClassName($obj_type);
187 $next_class = strtolower(
"ilObj" . $class_name .
"GUI");
188 $this->ctrl->setCmdClass($next_class);
189 $this->ctrl->setCmd(
"view");
192 $cmd = $this->ctrl->getCmd(
"forward");
195 switch ($next_class) {
199 if ($next_class !=
"" && $next_class !=
"iladministrationgui") {
202 if (!$dbupdate->getDBVersionStatus()) {
204 } elseif ($dbupdate->hotfixAvailable()) {
208 $class_path = $this->ctrl->lookupClassPath($next_class);
209 require_once $class_path;
211 $class_name = $this->ctrl->getClassForClasspath($class_path);
212 if (($next_class ==
"ilobjrolegui" || $next_class ==
"ilobjusergui" 213 || $next_class ==
"ilobjroletemplategui")) {
214 if (
$_GET[
"obj_id"] !=
"") {
215 $this->gui_obj =
new $class_name(
"",
$_GET[
"obj_id"],
false,
false);
216 $this->gui_obj->setCreationMode(
false);
218 $this->gui_obj =
new $class_name(
"", $this->cur_ref_id,
true,
false);
219 $this->gui_obj->setCreationMode(
true);
223 $this->gui_obj =
new $class_name($this->cur_ref_id);
225 if (!$this->creation_mode) {
226 if (is_subclass_of($class_name,
"ilObject2GUI")) {
229 $this->gui_obj =
new $class_name(
"", $this->cur_ref_id,
true,
false);
232 if (is_subclass_of($class_name,
"ilObject2GUI")) {
235 $this->gui_obj =
new $class_name(
"", 0,
true,
false);
239 $this->gui_obj->setCreationMode($this->creation_mode);
245 $this->ctrl->setReturn($this,
"return");
246 $ret = $this->ctrl->forwardCommand($this->gui_obj);
247 $html = $this->gui_obj->getHTML();
250 $this->tpl->setVariable(
"OBJECTS", $html);
252 $this->tpl->printToStdout();
254 $cmd = $this->ctrl->getCmd(
"forward");
268 if (
$_GET[
"admin_mode"] !=
"repository") {
271 $this->ctrl->setParameterByClass(
"iladministrationgui",
"admin_mode",
"settings");
273 $this->ctrl->setParameterByClass(
274 "ilobjuserfoldergui",
276 (
int) $_GET[
"jmpToUser"]
278 $this->ctrl->redirectByClass(
"ilobjuserfoldergui",
"jumpToUser");
280 $this->ctrl->redirectByClass(
"ilobjuserfoldergui",
"view");
283 $this->ctrl->setParameter($this,
"ref_id", SYSTEM_FOLDER_ID);
284 $this->ctrl->setParameterByClass(
"iladministrationgui",
"admin_mode",
"settings");
288 $url_parts = parse_url(base64_decode(rawurldecode(
$_GET[
'fr'])));
289 if ($url_parts[
'http'] || $url_parts[
'host']) {
290 $ilErr->raiseError($this->lng->txt(
'permission_denied'),
$ilErr->MESSAGE);
293 $fs_gui->setMainFrameSource(
294 base64_decode(rawurldecode(
$_GET[
'fr']))
298 $fs_gui->setMainFrameSource(
299 $this->ctrl->getLinkTargetByClass(
"ilobjsystemfoldergui",
"view")
301 $this->ctrl->redirectByClass(
"ilobjsystemfoldergui",
"view");
305 $this->ctrl->setParameter($this,
"ref_id", ROOT_FOLDER_ID);
306 $this->ctrl->setParameterByClass(
"iladministrationgui",
"admin_mode",
"repository");
307 $this->ctrl->redirectByClass(
"ilobjrootfoldergui",
"view");
318 if (
$_GET[
"admin_mode"] !=
"repository") {
325 $exp->handleCommand();
335 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui",
"ctype",
$_GET[
"ctype"]);
336 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui",
"cname",
$_GET[
"cname"]);
337 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui",
"slot_id",
$_GET[
"slot_id"]);
339 if (
$_GET[
"plugin_id"]) {
340 $ilCtrl->setParameter($this,
"plugin_id",
$_GET[
"plugin_id"]);
341 $ilCtrl->redirectByClass(
"ilobjcomponentsettingsgui",
"showPlugin");
343 $ilCtrl->redirectByClass(
"ilobjcomponentsettingsgui",
"listPlugins");
356 $ref_id = (int)
$_GET[
"ref_id"];
360 $class = strtolower(
"ilObj" . $class_name .
"GUI");
361 $ilCtrl->setParameterByClass($class,
"ref_id", $ref_id);
362 $ilCtrl->redirectByClass($class,
"view");
Class ilAdministratioGUI.
jumpToPluginSlot()
Special jump to plugin slot after ilCtrl has been reloaded.
executeCommand()
execute command
forward()
Forward to class/command.
static _lookupObjId($a_id)
showTree()
display tree view
Administration explorer GUI class.
static _lookupType($a_id, $a_reference=false)
lookup object type
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
__construct()
Constructor public.
const USER_FOLDER_ID
Class ilObjUserFolder.
static redirect($a_script)