4 include_once
'./Services/DidacticTemplate/classes/class.ilDidacticTemplateSetting.php';
46 $this->parent_object = $a_parent_obj;
48 $this->lng = $this->dic->language();
49 $this->rbacsystem = $this->dic->rbac()->system();
50 $this->ctrl = $this->dic->ctrl();
52 if (isset($_REQUEST[
"tplid"])) {
70 public function executeCommand()
78 $ilAccess = $DIC[
'ilAccess'];
80 $next_class =
$ilCtrl->getNextClass($this);
83 switch ($next_class) {
84 case "ilpropertyformgui":
89 case 'ilmultilingualismgui':
90 if (!$ilAccess->checkAccess(
'write',
'', $_REQUEST[
"ref_id"]) ||
91 !isset($this->
object) ||
92 $this->
object->isAutoGenerated()) {
93 $ilCtrl->redirect($this,
"overview");
96 $this->setEditTabs(
"settings_trans");
97 include_once(
"./Services/Multilingualism/classes/class.ilMultilingualismGUI.php");
99 $defaultl = $this->
object->getTranslationObject()->getDefaultLanguage();
101 $transgui->setStartValues(
102 $this->object->getPresentationTitle($defaultl),
103 $this->
object->getPresentationDescription($defaultl)
106 $ilCtrl->forwardCommand($transgui);
126 if ($this->rbacsystem->checkAccess(
'write', $_REQUEST[
"ref_id"])) {
127 $this->dic->toolbar()->addButton(
128 $this->lng->txt(
'didactic_import_btn'),
129 $this->ctrl->getLinkTarget($this,
'showImportForm')
133 include_once
'./Services/DidacticTemplate/classes/class.ilDidacticTemplateSettingsTableGUI.php';
138 $GLOBALS[
'DIC'][
'tpl']->setContent($table->getHTML());
150 $ilTabs = $DIC[
'ilTabs'];
153 if (isset($_REQUEST[
"tplid"])) {
154 $this->setEditTabs(
'import');
156 $ilTabs->clearTargets();
157 $ilTabs->setBackTarget(
158 $this->lng->txt(
'didactic_back_to_overview'),
159 $ilCtrl->getLinkTarget($this,
'overview')
166 $GLOBALS[
'DIC'][
'tpl']->setContent($form->getHTML());
179 include_once
'./Services/Form/classes/class.ilPropertyFormGUI.php';
181 $form->setShowTopButtons(
false);
182 $form->setFormAction(
$ilCtrl->getFormAction($this));
183 $form->setTitle($this->lng->txt(
'didactic_import_table_title'));
184 $form->addCommandButton(
'importTemplate', $this->lng->txt(
'import'));
185 $form->addCommandButton(
'overview', $this->lng->txt(
'cancel'));
187 $file =
new ilFileInputGUI($this->lng->txt(
'import_file'),
'file');
189 $file->setRequired(
true);
190 $form->addItem($file);
205 $ilAccess = $DIC[
'ilAccess'];
207 if (!$ilAccess->checkAccess(
'write',
'', $_REQUEST[
"ref_id"])) {
208 $ilCtrl->redirect($this,
"overview");
211 $edit = isset($_REQUEST[
'tplid']);
220 if (!$form->checkInput()) {
222 $form->setValuesByPost();
232 include_once
'./Services/DidacticTemplate/classes/class.ilDidacticTemplateImport.php';
236 $file = $form->getInput(
'file');
245 $import->setInputFile($tmp);
248 $settings = $import->import();
258 ilUtil::sendSuccess($this->lng->txt(
'didactic_import_success'),
true);
261 $ilCtrl->redirect($this,
'editTemplate');
263 $ilCtrl->redirect($this,
'overview');
276 $ilTabs = $DIC[
'ilTabs'];
278 $this->setEditTabs(
"edit");
280 if (!$_REQUEST[
'tplid']) {
282 $ilCtrl->redirect($this,
'overview');
292 $ilCtrl->saveParameter($this,
'tplid');
297 $GLOBALS[
'DIC'][
'tpl']->setContent($form->getHTML());
308 $ilAccess = $DIC[
'ilAccess'];
310 if (!$ilAccess->checkAccess(
'write',
'', $_REQUEST[
"ref_id"])) {
311 $this->ctrl->redirect($this,
"overview");
317 if ($form->checkInput()) {
319 if (count(
$lang = $temp->getTranslationObject()->getLanguages())) {
320 $temp->getTranslationObject()->setDefaultTitle($form->getInput(
'title'));
321 $temp->getTranslationObject()->setDefaultDescription($form->getInput(
'description'));
322 $temp->getTranslationObject()->save();
325 if (!$temp->isAutoGenerated()) {
326 $temp->setTitle($form->getInput(
'title'));
327 $temp->setDescription($form->getInput(
'description'));
330 $temp->setInfo($form->getInput(
'info'));
331 $temp->enable($form->getInput(
'enable'));
333 if (!$temp->isAutoGenerated()) {
334 $temp->setAssignments(array($form->getInput(
'type')));
337 if ($form->getInput(
'local_template') && count($form->getInput(
'effective_from')) > 0) {
338 $temp->setEffectiveFrom($form->getInput(
'effective_from'));
340 $temp->setEffectiveFrom(array());
343 $temp->setExclusive((
bool) $form->getInput(
'exclusive_template'));
347 ilUtil::sendSuccess($this->lng->txt(
'settings_saved'),
true);
348 $ilCtrl->redirect($this,
'overview');
352 $form->setValuesByPost();
367 $objDefinition = $DIC[
'objDefinition'];
369 include_once
'./Services/Form/classes/class.ilPropertyFormGUI.php';
371 $form->setShowTopButtons(
false);
372 $form->setFormAction(
$ilCtrl->getFormAction($this,
'updateTemplate'));
373 $form->setTitle($this->lng->txt(
'didactic_edit_tpl'));
374 $form->addCommandButton(
'updateTemplate', $this->lng->txt(
'save'));
375 $form->addCommandButton(
'overview', $this->lng->txt(
'cancel'));
380 $title->setMaxLength(64);
381 $title->setRequired(
true);
389 if (
sizeof($trans) > 1) {
390 include_once(
'Services/MetaData/classes/class.ilMDLanguageItem.php');
392 $title->setInfo($this->lng->txt(
"language") .
": " . $languages[$def[
"lang_code"]] .
393 ' <a href="' .
$ilCtrl->getLinkTargetByClass(
"ilmultilingualismgui",
"listTranslations") .
394 '">» ' . $this->lng->txt(
"more_translations") .
'</a>');
401 $title->setValue($def[
"title"]);
404 $form->addItem($title);
412 $desc->setValue($def[
"description"]);
416 $form->addItem($desc);
422 $form->addItem($info);
427 $enable->setRequired(
true);
428 $form->addItem($enable);
433 $type->setRequired(
true);
434 $type->setInfo($this->lng->txt(
'dtpl_obj_type_info'));
436 $type->setValue(isset($assigned[0]) ? $assigned[0] :
'');
437 $subs = $objDefinition->getSubObjectsRecursively(
'root',
false);
439 foreach (array_merge($subs, array(
'fold' => 1)) as $obj => $null) {
441 if ($objDefinition->isPlugin($obj)) {
443 } elseif ($objDefinition->isAllowedInRepository($obj)) {
444 $options[$obj] = $this->lng->txt(
'obj_' . $obj);
449 $type->setOptions($options);
450 $form->addItem(
$type);
452 $lokal_templates =
new ilCheckboxInputGUI($this->lng->txt(
"activate_local_didactic_template"),
"local_template");
454 $lokal_templates->setInfo($this->lng->txt(
"activate_local_didactic_template_info"));
457 include_once(
"./Services/Form/classes/class.ilRepositorySelector2InputGUI.php");
460 $definition =
$GLOBALS[
'DIC'][
'objDefinition'];
462 foreach ($definition->getAllRepositoryTypes() as
$type) {
463 if ($definition->isContainer(
$type)) {
464 $white_list[] =
$type;
467 $effrom->getExplorerGUI()->setTypeWhiteList($white_list);
470 $lokal_templates->addSubItem($effrom);
471 $form->addItem($lokal_templates);
473 $excl =
new ilCheckboxInputGUI($this->lng->txt(
"activate_exclusive_template"),
"exclusive_template");
474 $excl->
setInfo($this->lng->txt(
"activate_exclusive_template_info"));
477 $form->addItem($excl);
494 $ilAccess = $DIC[
'ilAccess'];
496 if (!$ilAccess->checkAccess(
'write',
'', $_REQUEST[
"ref_id"])) {
497 $this->ctrl->redirect($this,
"overview");
500 if (!$_REQUEST[
'tplid']) {
502 return $ilCtrl->redirect($this,
'overview');
505 include_once
'./Services/DidacticTemplate/classes/class.ilDidacticTemplateCopier.php';
510 ilUtil::sendSuccess($this->lng->txt(
'didactic_copy_suc_message'),
true);
511 $ilCtrl->redirect($this,
'overview');
524 if (!$_REQUEST[
'tplid']) {
526 return $ilCtrl->redirect($this,
'overview');
529 include_once
'./Services/DidacticTemplate/classes/class.ilDidacticTemplateXmlWriter.php';
534 $writer->xmlDumpMem(
true),
535 $writer->getSetting()->getTitle() .
'.xml',
545 protected function confirmDelete()
555 if (!$_REQUEST[
'tpls']) {
557 return $ilCtrl->redirect($this,
'overview');
560 include_once
'./Services/Utilities/classes/class.ilConfirmationGUI.php';
563 $confirm->setFormAction(
$ilCtrl->getFormAction($this));
564 $confirm->setConfirm($this->lng->txt(
'delete'),
'deleteTemplates');
565 $confirm->setCancel($this->lng->txt(
'cancel'),
'overview');
567 $forbidden = array();
569 foreach ((array) $_REQUEST[
'tpls'] as $tplid) {
572 if (!
$tpl->isAutoGenerated()) {
573 $confirm->addItem(
'tpls[]',
$tpl->getId(),
$tpl->getPresentationTitle());
575 $forbidden[] =
$tpl->getId();
579 if (count($forbidden) > 0 && count($_REQUEST[
'tpls']) == 1) {
581 $ilCtrl->redirect($this,
"overview");
582 } elseif (count($forbidden) > 0 && count($_REQUEST[
'tpls']) > 1) {
583 ilUtil::sendInfo($this->lng->txt(
'didactic_cannot_delete_auto_generated_confirmation'));
587 $GLOBALS[
'DIC'][
'tpl']->setContent($confirm->getHTML());
602 $ilAccess = $DIC[
'ilAccess'];
604 if (!$ilAccess->checkAccess(
'write',
'', $_REQUEST[
"ref_id"])) {
605 $this->ctrl->redirect($this,
"overview");
608 if (!$_REQUEST[
'tpls']) {
610 return $ilCtrl->redirect($this,
'overview');
613 foreach ((array) $_REQUEST[
'tpls'] as $tplid) {
618 ilUtil::sendSuccess($this->lng->txt(
'didactic_delete_msg'),
true);
619 $ilCtrl->redirect($this,
'overview');
634 $ilAccess = $DIC[
'ilAccess'];
636 if (!$ilAccess->checkAccess(
'write',
'', $_REQUEST[
"ref_id"])) {
637 $this->ctrl->redirect($this,
"overview");
639 if (!$_REQUEST[
'tpls']) {
641 return $ilCtrl->redirect($this,
'overview');
644 foreach ($_REQUEST[
'tpls'] as $tplid) {
650 ilUtil::sendSuccess($this->lng->txt(
'didactic_activated_msg'),
true);
651 $ilCtrl->redirect($this,
'overview');
666 $ilAccess = $DIC[
'ilAccess'];
668 if (!$ilAccess->checkAccess(
'write',
'', $_REQUEST[
"ref_id"])) {
669 $this->ctrl->redirect($this,
"overview");
672 if (!$_REQUEST[
'tpls']) {
674 $ilCtrl->redirect($this,
'overview');
677 foreach ($_REQUEST[
'tpls'] as $tplid) {
683 ilUtil::sendSuccess($this->lng->txt(
'didactic_deactivated_msg'),
true);
684 $ilCtrl->redirect($this,
'overview');
690 protected function setEditTabs($a_tab_active =
"edit")
699 $ilTabs = $DIC[
'ilTabs'];
702 $ilTabs->clearTargets();
703 $ilTabs->setBackTarget(
704 $this->lng->txt(
'didactic_back_to_overview'),
705 $ilCtrl->getLinkTarget($this,
'overview')
707 $ilCtrl->saveParameter($this,
"tplid");
709 if (!$this->object->isAutoGenerated()) {
710 $ilTabs->addTab(
'edit', $this->lng->txt(
'settings'),
$ilCtrl->getLinkTarget($this,
'editTemplate'));
711 $ilTabs->addTab(
'import', $this->lng->txt(
'import'),
$ilCtrl->getLinkTarget($this,
'showEditImportForm'));
713 if (in_array($a_tab_active, array(
'edit',
'settings_trans'))) {
714 $ilTabs->addSubTab(
'edit', $this->lng->txt(
'settings'),
$ilCtrl->getLinkTarget($this,
'editTemplate'));
715 $ilTabs->addSubTab(
'settings_trans', $this->lng->txt(
"obj_multilinguality"),
$ilCtrl->getLinkTargetByClass(array(
"ilmultilingualismgui"),
'listTranslations'));
716 $ilTabs->setTabActive(
'edit');
717 $ilTabs->setSubTabActive($a_tab_active);
719 $ilTabs->setTabActive($a_tab_active);
726 $this->setEditTabs(
"import");
730 $GLOBALS[
'DIC'][
'tpl']->setContent($form->getHTML());
739 include_once
'./Services/Form/classes/class.ilPropertyFormGUI.php';
741 $form->setShowTopButtons(
false);
742 $form->setFormAction(
$ilCtrl->getFormAction($this));
743 $form->setTitle($this->lng->txt(
'didactic_import_table_title'));
744 $form->addCommandButton(
'importTemplate', $this->lng->txt(
'import'));
745 $form->addCommandButton(
'overview', $this->lng->txt(
'cancel'));
747 $file =
new ilFileInputGUI($this->lng->txt(
'didactic_template_update_import'),
'file');
749 $file->setInfo($this->lng->txt(
'didactic_template_update_import_info'));
750 $form->addItem($file);
764 $tplid = $_REQUEST[
'tplid'];
766 include_once
'./Services/DidacticTemplate/classes/class.ilDidacticTemplateObjSettings.php';
771 $this->
object->delete();
773 foreach ($assignments as $obj) {
777 $ilCtrl->setParameter($this,
"tplid", $a_settings->getId());
GUI class for object translation handling.
static deliverData($a_data, $a_filename, $mime="application/octet-stream", $charset="")
deliver data for download via browser.
isEnabled()
Check if template is enabled.
Description of ilDidacticTemplateSettingsTableGUI.
exportTemplate()
Export one template.
static lookupTxtById($plugin_id, $lang_var)
deleteTemplates()
Delete chosen didactic templates ilErrorHandling $ilErr ilCtrl $ilCtrl.
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
deactivateTemplates()
Activate didactic templates ilErrorHandling $ilErr ilCtrl $ilCtrl.
getAssignments()
Get object assignemnts.
createImportForm()
Create template import form.
static transferAutoGenerateStatus($a_src, $a_dest)
transfer auto generated flag if source is auto generated
static getAssignmentsByTemplateID($a_tpl_id)
Lookup template id ilDB $ilDB.
setValue($a_value)
Set Value.
__construct($a_parent_obj)
Constructor.
initEditTemplate(ilDidacticTemplateSetting $set)
Init edit template form.
showImportForm(ilPropertyFormGUI $form=null)
Show template import form.
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
static assignTemplate($a_ref_id, $a_obj_id, $a_tpl_id)
Assign template to object ilDB $ilDB.
editTemplate(ilPropertyFormGUI $form=null)
Edit template.
static moveUploadedFile($a_file, $a_name, $a_target, $a_raise_errors=true, $a_mode="move_uploaded")
move uploaded file
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
getPresentationDescription($a_lng="")
getPresentationTitle($a_lng="")
Description of ilDidacticTemplateImportException.
static sendQuestion($a_info="", $a_keep=false)
Send Question to Screen.
Description of ilDidacticTemplateImport.
Copy a didactic template and all subitems.
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
copyTemplate()
Copy on template.
updateTemplate()
Update template.
static ilTempnam($a_temp_path=null)
Returns a unique and non existing Path for e temporary file or directory.
This class represents a text area property in a property form.
getInfo()
Get installation info text.
Settings for a single didactic template.
static getLogger($a_component_id)
Get component logger.
editImport($a_settings)
ilCtrl $ilCtrl
importTemplate()
Import template.
getTranslations()
get all translations from this object
activateTemplates()
Activate didactic templates ilErrorHandling $ilErr ilCtrl $ilCtrl.
Confirmation screen class.
overview()
Show didactic template administration.