19 declare(strict_types=1);
54 bool $a_call_by_reference
60 $this->service = $DIC->contentStyle()
62 $this->gui_service = $this->service->gui();
63 $this->
help = $this->gui_service->help();
64 $this->
lng->loadLanguageModule(
"style");
65 $this->
ctrl->saveParameter($this, array(
"tag",
"style_type",
"temp_type"));
66 $this->style_request = $DIC->contentStyle()
71 $this->super_type =
"";
72 if ($this->style_request->getStyleType() !=
"") {
74 $this->style_request->getStyleType()
79 $ref_id = (is_object($this->
object))
80 ? $this->
object->getRefId()
82 $style_id = (is_object($this->
object))
86 $this->access_manager = $this->service->domain()->access(
90 $this->characteristic_manager = $this->service->domain()->characteristic(
94 $this->color_manager = $this->service->domain()->color(
98 $this->image_manager = $this->service->domain()->image(
100 $this->access_manager
102 $this->domain = $this->service->domain();
110 $this->access_manager->enableWrite($a_write);
115 $tabs = $this->gui_service->tabs();
116 $ctrl = $this->gui_service->ctrl();
122 if (!$this->
object || $cmd ==
"create") {
126 switch ($next_class) {
130 $exp_gui->addFormat(
"xml");
134 case "ilstylecharacteristicgui":
137 $tabs->activateTab(
"sty_style_chars");
138 $gui = $this->gui_service->characteristic()->ilStyleCharacteristicGUI(
139 $this->getStyleSheet(),
141 $this->access_manager,
142 $this->characteristic_manager,
148 case "ilcontentstyleimagegui":
151 $tabs->activateTab(
"sty_images");
152 $gui = $this->gui_service->image()->ilContentStyleImageGUI(
153 $this->access_manager,
181 $tpl = $this->gui_service->ui()->mainTemplate();
188 $ilHelp->setScreenIdComponent(
"sty");
201 foreach ($forms as
$id => $form) {
210 foreach ($forms as $form_type => $cf) {
211 $htpl =
new ilTemplate(
"tpl.creation_acc_head.html",
true,
true,
"components/ILIAS/ILIASObject");
215 if (method_exists($this,
"getCreationFormTitle")) {
219 $form_title = $cf->getTitle();
223 $htpl->setVariable(
"TITLE", $this->
lng->txt(
"option") .
" " . $cnt .
": " . $form_title);
225 $cf->setTitleIcon(
'');
226 $cf->setTableWidth(
"100%");
228 $acc->addItem($htpl->get(), $cf->getHTML());
233 return "<div class='ilCreationFormSection'>" . $acc->getHTML() .
"</div>";
239 return $this->
lng->txt(
"sty_create_new_stylesheet");
248 $form->
setTitle($this->
lng->txt(
"sty_create_new_stylesheet"));
252 $ti->setMaxLength(128);
254 $ti->setRequired(
true);
273 $form->
setTitle($this->
lng->txt(
"sty_import_stylesheet"));
290 $form->
setTitle($this->
lng->txt(
"sty_copy_other_stylesheet"));
305 $tpl = $this->gui_service->ui()->mainTemplate();
315 $ctrl = $this->gui_service->ctrl();
321 $tpl = $this->gui_service->ui()->mainTemplate();
336 $values[
"style_title"] = $this->
object->getTitle();
337 $values[
"style_description"] = $this->
object->getDescription();
338 $values[
"disable_auto_margins"] = (
int) $this->
object->lookupStyleSetting(
"disable_auto_margins");
340 $this->
form->setValuesByArray($values);
347 string $a_mode =
"edit" 349 $ctrl = $this->gui_service->ctrl();
356 $ti->setMaxLength(128);
358 $ti->setRequired(
true);
359 $this->
form->addItem($ti);
365 $this->
form->addItem($ta);
369 $cb->setInfo($this->
lng->txt(
"sty_disable_auto_margins_info"));
370 $this->
form->addItem($cb);
374 if ($a_mode ==
"create") {
375 $this->
form->addCommandButton(
"save",
$lng->
txt(
"save"));
376 $this->
form->addCommandButton(
"cancelSave",
$lng->
txt(
"cancel"));
378 if ($this->access_manager->checkWrite()) {
379 $this->
form->addCommandButton(
"update",
$lng->
txt(
"save"));
383 $this->
form->setTitle(
$lng->
txt(
"edit_stylesheet"));
390 $ctrl = $this->gui_service->ctrl();
391 $tpl = $this->gui_service->ui()->mainTemplate();
394 if ($this->
form->checkInput()) {
395 $this->
object->setTitle($this->
form->getInput(
"style_title"));
396 $this->
object->setDescription($this->
form->getInput(
"style_description"));
397 $this->
object->writeStyleSetting(
398 "disable_auto_margins",
399 $this->
form->getInput(
"disable_auto_margins")
401 $this->
object->update();
402 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"msg_obj_modified"),
true);
405 $this->
form->setValuesByPost();
414 $r = $exp->exportObject($this->
object->getType(), $this->
object->getId());
424 $tpl = $this->gui_service->ui()->mainTemplate();
425 $ctrl = $this->gui_service->ctrl();
430 $cgui->setHeaderText($this->
lng->txt(
"info_delete_sure"));
431 $cgui->setCancel($this->
lng->txt(
"cancel"),
"cancelDelete");
432 $cgui->setConfirm($this->
lng->txt(
"confirm"),
"confirmedDelete");
436 $cgui->addItem(
"id[]",
"", $caption);
443 $this->gui_service->ctrl()->returnToParent($this);
451 $this->
object->delete();
452 $this->gui_service->ctrl()->returnToParent($this);
457 $ctrl = $this->gui_service->ctrl();
462 if (!trim($form->
getInput(
"style_title"))) {
467 $default_style = $this->
settings->get(
"default_content_style_id");
470 $new_id = $style_obj->ilClone();
477 $style_id = $imp->importObject(
482 "components/ILIAS/Style",
489 $newObj->setTitle($form->
getInput(
"style_title"));
490 $newObj->setDescription($form->
getInput(
"style_description"));
492 $this->
object = $newObj;
498 if ($this->requested_ref_id > 0) {
500 if ($fold->getType() ==
"stys") {
502 $cont_style_settings->addStyle($newObj->getId());
503 $cont_style_settings->update();
506 $this->tpl->setOnScreenMessage(
"success", $this->
lng->txt(
"object_added"),
true);
507 $this->
ctrl->setParameterByClass(self::class,
"obj_id", (
string) $newObj->getId());
508 $this->
ctrl->redirectByClass(self::class,
"");
515 $ctrl = $this->gui_service->ctrl();
521 if ($form->
getInput(
"source_style") > 0) {
523 $new_id = $style_obj->ilClone();
528 if ($this->requested_ref_id > 0) {
530 if ($fold->getType() ==
"stys") {
532 $cont_style_settings->addStyle($new_id);
533 $cont_style_settings->update();
550 $source = $_FILES[
"importfile"][
"tmp_name"];
551 if (($source ==
'none') || (!$source)) {
552 $this->
ilias->raiseError(
"No file selected!", $this->
ilias->error_obj->MESSAGE);
556 $info = pathinfo($_FILES[
"importfile"][
"name"]);
557 if (strtolower($info[
"extension"]) !=
"zip" && strtolower($info[
"extension"]) !=
"xml") {
558 $this->
ilias->raiseError(
"File must be a zip or xml file!", $this->
ilias->error_obj->MESSAGE);
562 $fname = explode(
"_", $_FILES[
"importfile"][
"name"]);
563 if (strtolower($info[
"extension"]) ==
"zip" && $fname[4] ==
"sty") {
565 $new_id = $imp->importObject(
567 $_FILES[
"importfile"][
"tmp_name"],
568 $_FILES[
"importfile"][
"name"],
576 $newObj->import($_FILES[
"importfile"]);
581 if ($this->requested_ref_id > 0) {
583 if ($fold->getType() ==
"stys") {
585 $cont_style_settings->addStyle($newObj->getId());
586 $cont_style_settings->update();
588 $this->
ctrl->returnToParent($this);
591 $this->
object = $newObj;
592 return $newObj->getId();
599 $new_id = $this->domain->style(0)->importFromUploadResult(
602 return new \ILIAS\FileUpload\Handler\BasicHandlerResult(
615 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"msg_cancel"),
true);
616 $this->
ctrl->returnToParent($this);
628 $tabs = $this->gui_service->tabs();
631 $tabs->setBackTarget(
633 $this->
ctrl->getLinkTarget($this,
"returnToUpperContext")
639 $this->
ctrl->getLinkTarget($this,
"edit"),
647 $this->
ctrl->getLinkTarget($this,
"listColors"),
655 $this->
ctrl->getLinkTargetByClass(
"ilContentStyleImageGUI",
""),
657 "ilContentStyleImageGUI" 663 $this->
ctrl->getLinkTarget($this,
"listMediaQueries"),
672 $this->
ctrl->getLinkTarget($this,
"listTemplates"),
680 $this->
ctrl->getLinkTarget($this,
"properties"),
688 $this->
ctrl->getLinkTargetByClass(
"ilexportgui",
""),
696 $ilTabs = $this->gui_service->tabs();
701 foreach ($types as $t =>
$c) {
702 $ilCtrl->setParameter($this,
"temp_type", $t);
703 $ilTabs->addSubTabTarget(
704 "sty_" . $t .
"_templates",
705 $this->
ctrl->getLinkTarget($this,
"listTemplates"),
706 array(
"listTemplates",
""),
711 $ilCtrl->setParameter($this,
"temp_type", $this->style_request->getTempType());
720 $ilLocator = $this->gui_service->locator();
722 if ($this->style_request->getAdminMode() ==
"settings") {
723 parent::addAdminLocatorItems(
true);
726 $this->
lng->txt(
"obj_stys"),
727 $this->
ctrl->getLinkTargetByClass(
"ilobjstylesettingsgui",
"")
731 $this->
lng->txt(
"content_styles"),
732 $this->
ctrl->getLinkTargetByClass(
"ilcontentstylesettingsgui",
"")
735 if ($this->style_request->getObjId() > 0) {
737 $this->
object->getTitle(),
738 $this->
ctrl->getLinkTarget($this,
"edit")
753 $lng = $DIC->language();
755 $c = explode(
":", $a_class);
758 $ex_tpl =
new ilTemplate(
"tpl.style_example.html",
true,
true,
"components/ILIAS/Style/Content");
760 if ($ex_tpl->blockExists(
"Example_" . $a_type)) {
761 $ex_tpl->setCurrentBlock(
"Example_" . $a_type);
763 $ex_tpl->setCurrentBlock(
"Example_default");
765 $ex_tpl->setVariable(
"EX_CLASS",
"ilc_" . $a_type .
"_" . $a_class);
766 $ex_tpl->setVariable(
"EX_TEXT",
"ABC abc 123");
767 if (in_array($a_type, array(
"media_cont",
"qimg"))) {
770 if (in_array($a_type, array(
"table",
"table_caption"))) {
771 $ex_tpl->setVariable(
"TXT_CAPTION",
$lng->
txt(
"sty_caption"));
773 if (in_array($a_class, array(
"OrderListItemHorizontal",
"OrderListHorizontal"))) {
774 $ex_tpl->setVariable(
"HOR",
"Horizontal");
776 $ex_tpl->parseCurrentBlock();
778 return $ex_tpl->get();
791 $tpl = $this->gui_service->ui()->mainTemplate();
792 $ilToolbar = $this->gui_service->toolbar();
795 if ($this->access_manager->checkWrite()) {
796 $ilToolbar->addButton(
797 $this->
lng->txt(
"sty_add_color"),
798 $ilCtrl->getLinkTarget($this,
"addColor")
805 $this->getStyleSheet(),
806 $this->access_manager
813 $tpl = $this->gui_service->ui()->mainTemplate();
821 $tpl = $this->gui_service->ui()->mainTemplate();
824 $ilCtrl->
setParameter($this,
"c_name", $this->style_request->getColorName());
832 string $a_mode =
"create" 839 $this->form_gui->setTitle(
$lng->
txt(
"sty_add_color"));
843 $name_input->
setPattern(
"/^[a-zA-Z]+[a-zA-Z0-9]*$/");
844 $name_input->setNoMatchMessage(
$lng->
txt(
"sty_msg_color_must_only_include") .
" A-Z, a-z, 1-9");
845 $name_input->setRequired(
true);
846 $name_input->setSize(15);
847 $name_input->setMaxLength(15);
848 $this->form_gui->addItem($name_input);
853 $color_input->setDefaultColor(
"");
854 $this->form_gui->addItem($color_input);
856 if ($a_mode ==
"create") {
857 $this->form_gui->addCommandButton(
"saveColor",
$lng->
txt(
"save"));
859 $this->form_gui->addCommandButton(
"updateColor",
$lng->
txt(
"save"));
861 $this->form_gui->addCommandButton(
"cancelColorSaving",
$lng->
txt(
"cancel"));
862 $this->form_gui->setFormAction($ilCtrl->getFormAction($this));
870 $c_name = $this->style_request->getColorName();
872 $values[
"color_name"] = $c_name;
873 $values[
"color_code"] = $this->
object->getColorCodeForName($c_name);
874 $this->form_gui->setValuesByArray($values);
885 $ilCtrl->
redirect($this,
"listColors");
893 $tpl = $this->gui_service->ui()->mainTemplate();
898 if ($this->form_gui->checkInput()) {
899 if ($this->color_manager->colorExists($this->form_gui->getInput(
"color_name"))) {
900 $col_input = $this->form_gui->getItemByPostVar(
"color_name");
901 $col_input->setAlert(
$lng->
txt(
"sty_color_already_exists"));
903 $this->color_manager->addColor(
904 $this->form_gui->getInput(
"color_name"),
905 $this->form_gui->getInput(
"color_code")
907 $ilCtrl->redirect($this,
"listColors");
910 $this->form_gui->setValuesByPost();
919 $tpl = $this->gui_service->ui()->mainTemplate();
923 $c_name = $this->style_request->getColorName();
924 $ilCtrl->setParameter($this,
"c_name", $c_name);
927 if ($this->form_gui->checkInput()) {
928 if ($this->color_manager->colorExists($this->form_gui->getInput(
"color_name")) &&
929 $this->form_gui->getInput(
"color_name") != $c_name) {
930 $col_input = $this->form_gui->getItemByPostVar(
"color_name");
931 $col_input->setAlert(
$lng->
txt(
"sty_color_already_exists"));
933 $this->color_manager->updateColor(
935 $this->form_gui->getInput(
"color_name"),
936 $this->form_gui->getInput(
"color_code")
938 $ilCtrl->redirect($this,
"listColors");
941 $this->form_gui->setValuesByPost();
951 $tpl = $this->gui_service->ui()->mainTemplate();
954 $colors = $this->style_request->getColors();
955 if (count($colors) == 0) {
956 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"no_checkbox"),
true);
957 $ilCtrl->redirect($this,
"listColors");
960 $cgui->setFormAction($ilCtrl->getFormAction($this));
961 $cgui->setHeaderText(
$lng->
txt(
"sty_confirm_color_deletion"));
962 $cgui->setCancel(
$lng->
txt(
"cancel"),
"cancelColorDeletion");
963 $cgui->setConfirm(
$lng->
txt(
"delete"),
"deleteColor");
965 foreach ($colors as
$c) {
979 $ilCtrl->
redirect($this,
"listColors");
986 $colors = $this->style_request->getColors();
987 foreach ($colors as
$c) {
988 $this->
object->removeColor($c);
991 $ilCtrl->
redirect($this,
"listColors");
1000 $tpl = $this->gui_service->ui()->mainTemplate();
1001 $ilToolbar = $this->gui_service->toolbar();
1004 if ($this->access_manager->checkWrite()) {
1005 $ilToolbar->addButton(
1006 $this->
lng->txt(
"sty_add_media_query"),
1007 $ilCtrl->getLinkTarget($this,
"addMediaQuery")
1014 $this->getStyleSheet(),
1015 $this->access_manager
1022 $tpl = $this->gui_service->ui()->mainTemplate();
1030 $tpl = $this->gui_service->ui()->mainTemplate();
1033 $ilCtrl->
setParameter($this,
"mq_id", $this->style_request->getMediaQueryId());
1044 string $a_mode =
"create" 1051 $this->form_gui->setTitle(
$lng->
txt(
"sty_add_media_query"));
1055 $ti->setMaxLength(2000);
1056 $ti->setInfo(
$lng->
txt(
"sty_add_media_query_info"));
1057 $this->form_gui->addItem($ti);
1060 if ($a_mode ==
"create") {
1061 $this->form_gui->addCommandButton(
"saveMediaQuery",
$lng->
txt(
"save"));
1063 $this->form_gui->addCommandButton(
"updateMediaQuery",
$lng->
txt(
"save"));
1065 $this->form_gui->addCommandButton(
"listMediaQueries",
$lng->
txt(
"cancel"));
1066 $this->form_gui->setFormAction($ilCtrl->getFormAction($this));
1075 if ($this->style_request->getMediaQueryId() > 0) {
1076 foreach ($this->
object->getMediaQueries() as $mq) {
1077 if ($mq[
"id"] == $this->style_request->getMediaQueryId()) {
1078 $values[
"mquery"] = $mq[
"mquery"];
1081 $this->form_gui->setValuesByArray($values);
1090 $tpl = $this->gui_service->ui()->mainTemplate();
1096 if ($this->form_gui->checkInput()) {
1097 $this->
object->addMediaQuery($this->form_gui->getInput(
"mquery"));
1098 $ilCtrl->redirect($this,
"listMediaQueries");
1100 $this->form_gui->setValuesByPost();
1106 $tpl = $this->gui_service->ui()->mainTemplate();
1111 if ($this->form_gui->checkInput()) {
1112 $this->
object->updateMediaQuery(
1113 $this->style_request->getMediaQueryId(),
1114 $this->form_gui->getInput(
"mquery")
1116 $ilCtrl->redirect($this,
"listMediaQueries");
1118 $ilCtrl->setParameter($this,
"mq_id", $this->style_request->getMediaQueryId());
1119 $this->form_gui->setValuesByPost();
1126 $tpl = $this->gui_service->ui()->mainTemplate();
1129 $mq_ids = $this->style_request->getMediaQueryIds();
1130 if (count($mq_ids) == 0) {
1131 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"no_checkbox"),
true);
1132 $ilCtrl->redirect($this,
"listMediaQueries");
1135 $cgui->setFormAction($ilCtrl->getFormAction($this));
1136 $cgui->setHeaderText(
$lng->
txt(
"sty_sure_del_mqueries"));
1137 $cgui->setCancel(
$lng->
txt(
"cancel"),
"listMediaQueries");
1138 $cgui->setConfirm(
$lng->
txt(
"delete"),
"deleteMediaQueries");
1140 foreach ($mq_ids as $i) {
1141 $mq = $this->
object->getMediaQueryForId($i);
1142 $cgui->addItem(
"mq_id[]", (
string) $i, $mq[
"mquery"]);
1153 $mq_ids = $this->style_request->getMediaQueryIds();
1154 if ($this->access_manager->checkWrite()) {
1155 foreach ($mq_ids as
$id) {
1156 $this->
object->deleteMediaQuery($id);
1159 $ilCtrl->
redirect($this,
"listMediaQueries");
1166 $order = $this->style_request->getOrder();
1167 if (count($order) > 0) {
1168 $this->getStyleSheet()->saveMediaQueryOrder($order);
1170 $ilCtrl->
redirect($this,
"listMediaQueries");
1183 $tpl = $this->gui_service->ui()->mainTemplate();
1184 $ilTabs = $this->gui_service->tabs();
1186 $ilToolbar = $this->gui_service->toolbar();
1188 $ctype = $this->style_request->getTempType();
1194 $ilCtrl->setParameter($this,
"temp_type", $ctype);
1195 $ilTabs->setSubTabActive(
"sty_" . $ctype .
"_templates");
1198 if ($this->access_manager->checkWrite()) {
1199 if ($ctype ==
"table") {
1200 $ilToolbar->addButton(
1201 $this->
lng->txt(
"sty_generate_template"),
1202 $ilCtrl->getLinkTarget($this,
"generateTemplate")
1205 $ilToolbar->addButton(
1206 $this->
lng->txt(
"sty_add_template"),
1207 $ilCtrl->getLinkTarget($this,
"addTemplate")
1218 $this->getStyleSheet(),
1219 $this->access_manager
1226 $tpl = $this->gui_service->ui()->mainTemplate();
1239 $this->style_request->getTemplateId()
1250 bool $a_small_mode =
false 1253 $this->getStyleSheet(),
1267 bool $a_small_mode =
false 1271 $lng = $DIC->language();
1275 if ($a_small_mode) {
1281 $t = $ts[
"classes"];
1284 if ($a_type ==
"table") {
1285 $p_content =
'<PageContent><Table DataTable="y"';
1286 $t[
"row_head"] = $t[
"row_head"] ??
"";
1287 $t[
"row_foot"] = $t[
"row_foot"] ??
"";
1288 $t[
"col_head"] = $t[
"col_head"] ??
"";
1289 $t[
"col_foot"] = $t[
"col_foot"] ??
"";
1290 if ($t[
"row_head"] !=
"") {
1291 $p_content .=
' HeaderRows="1"';
1293 if ($t[
"row_foot"] !=
"") {
1294 $p_content .=
' FooterRows="1"';
1296 if ($t[
"col_head"] !=
"") {
1297 $p_content .=
' HeaderCols="1"';
1299 if ($t[
"col_foot"] !=
"") {
1300 $p_content .=
' FooterCols="1"';
1303 if (!$a_small_mode) {
1304 $p_content .=
'<Caption>' .
$lng->
txt(
"sty_caption") .
'</Caption>';
1306 for ($i = 1; $i <= $kr; $i++) {
1307 $p_content .=
'<TableRow>';
1308 for ($j = 1; $j <= $kc; $j++) {
1309 if ($a_small_mode) {
1310 $cell =
'<div style="height:2px;"></div>';
1314 $p_content .=
'<TableData><PageContent><Paragraph Characteristic="TableContent">' . $cell .
'</Paragraph></PageContent></TableData>';
1316 $p_content .=
'</TableRow>';
1318 $p_content .=
'</Table></PageContent>';
1321 if ($a_type ==
"vaccordion" || $a_type ==
"haccordion" || $a_type ==
"carousel") {
1324 if ($a_small_mode) {
1331 if ($a_type ==
"vaccordion") {
1332 $p_content =
'<PageContent><Tabs HorizontalAlign="Left" Type="VerticalAccordion" ';
1333 if ($a_small_mode) {
1334 $p_content .=
' ContentWidth="70"';
1336 } elseif ($a_type ==
"haccordion") {
1337 $p_content =
'<PageContent><Tabs Type="HorizontalAccordion"';
1338 $p_content .=
' ContentHeight="40"';
1339 if ($a_small_mode) {
1340 $p_content .=
' ContentWidth="70"';
1341 $c =
'&nbsp;&nbsp;&nbsp;&nbsp;';
1343 } elseif ($a_type ==
"carousel") {
1344 $p_content =
'<PageContent><Tabs HorizontalAlign="Left" Type="Carousel" ';
1345 if ($a_small_mode) {
1346 $p_content .=
' ContentWidth="70"';
1352 $p_content .=
'<Tab><PageContent><Paragraph>' .
$c .
'</Paragraph></PageContent>';
1353 $p_content .=
'<TabCaption>' . $h .
'</TabCaption>';
1354 $p_content .=
'</Tab>';
1355 $p_content .=
'</Tabs></PageContent>';
1360 $p_content .= $txml;
1364 if ($a_type ==
"carousel") {
1365 $r_content .=
"<style>.owl-carousel{ display:block !important; }</style>";
1382 if ($a_mode ==
"create") {
1383 $this->form_gui->setTitle(
$lng->
txt(
"sty_add_template"));
1385 $this->form_gui->setTitle(
$lng->
txt(
"sty_edit_template"));
1390 $name_input->
setPattern(
"/^[a-zA-Z]+[a-zA-Z0-9]*$/");
1391 $name_input->setNoMatchMessage(
$lng->
txt(
"sty_msg_color_must_only_include") .
" A-Z, a-z, 1-9");
1392 $name_input->setRequired(
true);
1393 $name_input->setSize(30);
1394 $name_input->setMaxLength(30);
1395 $this->form_gui->addItem($name_input);
1399 $this->style_request->getTempType()
1402 foreach ($scs as $sc => $st) {
1404 $chars = $this->
object->getCharacteristics($st);
1405 $options = array(
"" =>
"");
1406 foreach ($chars as $char) {
1407 $options[$char] = $char;
1409 $sc_input->setOptions($options);
1410 $this->form_gui->addItem($sc_input);
1413 if ($a_mode ==
"create") {
1414 $this->form_gui->addCommandButton(
"saveTemplate",
$lng->
txt(
"save"));
1416 $this->form_gui->addCommandButton(
"refreshTemplate",
$lng->
txt(
"save_refresh"));
1417 $this->form_gui->addCommandButton(
"updateTemplate",
$lng->
txt(
"save_return"));
1419 $this->form_gui->addCommandButton(
"cancelTemplateSaving",
$lng->
txt(
"cancel"));
1420 $this->form_gui->setFormAction($ilCtrl->getFormAction($this));
1429 $ilCtrl->
redirect($this,
"listTemplates");
1438 $tpl = $this->gui_service->ui()->mainTemplate();
1443 $temp_type = $this->style_request->getTempType();
1445 if ($this->form_gui->checkInput()) {
1446 if ($this->
object->templateExists($this->form_gui->getInput(
"name"))) {
1447 $name_input = $this->form_gui->getItemByPostVar(
"name");
1448 $name_input->setAlert(
$lng->
txt(
"sty_table_template_already_exists"));
1452 $classes[$tct] = $this->form_gui->getInput($tct .
"_class");
1454 $t_id = $this->
object->addTemplate(
1456 $this->form_gui->getInput(
"name"),
1459 $this->
object->writeTemplatePreview(
1463 $ilCtrl->redirect($this,
"listTemplates");
1466 $this->form_gui->setValuesByPost();
1471 bool $a_refresh =
false 1476 $ilCtrl->setParameter($this,
"t_id", $this->style_request->getTemplateId());
1478 $temp_type = $this->style_request->getTempType();
1480 $t_id = $this->style_request->getTemplateId();
1481 if ($this->form_gui->checkInput()) {
1482 if ($this->
object->templateExists($this->form_gui->getInput(
"name")) &&
1484 $name_input = $this->form_gui->getItemByPostVar(
"name");
1485 $name_input->setAlert(
$lng->
txt(
"sty_template_already_exists"));
1489 $classes[$tct] = $this->form_gui->getInput($tct .
"_class");
1492 $this->
object->updateTemplate(
1494 $this->form_gui->getInput(
"name"),
1497 $this->
object->writeTemplatePreview(
1502 $ilCtrl->redirect($this,
"listTemplates");
1507 $this->form_gui->setValuesByPost();
1513 $tpl = $this->gui_service->ui()->mainTemplate();
1516 "tpl.template_edit.html",
1519 "components/ILIAS/Style/Content" 1522 $a_tpl->setVariable(
"FORM", $this->form_gui->getHTML());
1524 $this->style_request->getTempType(),
1525 $this->style_request->getTemplateId()
1543 $t_id = $this->style_request->getTemplateId();
1545 $t = $this->
object->getTemplate($t_id);
1547 $values[
"name"] = $t[
"name"];
1549 $this->style_request->getTempType()
1551 foreach ($scs as $k =>
$type) {
1552 $values[$k .
"_class"] = $t[
"classes"][$k] ??
"";
1554 $this->form_gui->setValuesByArray($values);
1564 $tpl = $this->gui_service->ui()->mainTemplate();
1567 $tids = $this->style_request->getTemplateIds();
1568 if (count($tids) == 0) {
1569 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"no_checkbox"),
true);
1570 $ilCtrl->redirect($this,
"listTemplates");
1573 $cgui->setFormAction($ilCtrl->getFormAction($this));
1574 $cgui->setHeaderText(
$lng->
txt(
"sty_confirm_template_deletion"));
1575 $cgui->setCancel(
$lng->
txt(
"cancel"),
"cancelTemplateDeletion");
1576 $cgui->setConfirm(
$lng->
txt(
"sty_del_template"),
"deleteTemplate");
1578 foreach ($tids as $tid) {
1579 $classes = $this->
object->getTemplateClasses($tid);
1582 foreach ($classes as $cl) {
1583 if ($cl !=
"" && !($listed[$cl] ??
false)) {
1584 $cl_str .=
'<div>- ' .
1586 $listed[$cl] =
true;
1589 if ($cl_str !=
"") {
1590 $cl_str =
'<div style="padding-left:30px;" class="small">' .
1591 "<div><i>" .
$lng->
txt(
"sty_style_class") .
"</i></div>" . $cl_str .
"</div>";
1593 $cgui->addItem(
"tid[]", (
string) $tid, $this->
object->lookupTemplateName($tid) . $cl_str);
1596 $cgui->addButton(
$lng->
txt(
"sty_del_template_keep_classes"),
"deleteTemplateKeepClasses");
1609 $ilCtrl->
redirect($this,
"listTemplates");
1616 $tids = $this->style_request->getTemplateIds();
1617 foreach ($tids as $tid) {
1618 $this->
object->removeTemplate($tid);
1621 $ilCtrl->
redirect($this,
"listTemplates");
1634 $tids = $this->style_request->getTemplateIds();
1635 foreach ($tids as $tid) {
1636 $cls = $this->
object->getTemplateClasses($tid);
1637 foreach ($cls as $k => $cls2) {
1638 $ty = $this->
object->determineTemplateStyleClassType(
1639 $this->style_request->getTempType(),
1642 $this->characteristic_manager->deleteCharacteristic($ty, $cls2);
1644 $this->
object->removeTemplate($tid);
1647 $ilCtrl->
redirect($this,
"listTemplates");
1652 $tpl = $this->gui_service->ui()->mainTemplate();
1668 $this->form_gui->setTitle(
$lng->
txt(
"sty_generate_template"));
1672 $name_input->
setPattern(
"/^[a-zA-Z]+[a-zA-Z0-9]*$/");
1673 $name_input->setNoMatchMessage(
$lng->
txt(
"sty_msg_color_must_only_include") .
" A-Z, a-z, 1-9");
1674 $name_input->setRequired(
true);
1675 $name_input->setSize(30);
1676 $name_input->setMaxLength(30);
1677 $this->form_gui->addItem($name_input);
1682 "coloredZebra" =>
$lng->
txt(
"sty_table_template_colored_zebra"),
1683 "bwZebra" =>
$lng->
txt(
"sty_table_template_bw_zebra"),
1684 "noZebra" =>
$lng->
txt(
"sty_table_template_no_zebra")
1687 $this->form_gui->addItem($bl_input);
1692 $num_input->setValue(
"3px");
1693 $this->form_gui->addItem($num_input);
1698 $num_input->setValue(
"10px");
1699 $this->form_gui->addItem($num_input);
1703 $cs = $this->
object->getColors();
1705 foreach ($cs as
$c) {
1706 $options[$c[
"name"]] = $c[
"name"];
1709 $this->form_gui->addItem($bc_input);
1712 $lss = array(
"border" => 90,
"header_text" => 70,
"header_bg" => 0,
1713 "cell1_text" => -60,
"cell1_bg" => 90,
"cell2_text" => -60,
"cell2_bg" => 75);
1714 foreach ($lss as $ls => $v) {
1717 $l_input->setMinValue(-100);
1718 $l_input->setValue((
string) $v);
1719 $l_input->setSize(4);
1720 $l_input->setMaxLength(4);
1721 $this->form_gui->addItem($l_input);
1724 $this->form_gui->addCommandButton(
"templateGeneration",
$lng->
txt(
"generate"));
1725 $this->form_gui->addCommandButton(
"cancelTemplateSaving",
$lng->
txt(
"cancel"));
1726 $this->form_gui->setFormAction($ilCtrl->getFormAction($this));
1734 $tpl = $this->gui_service->ui()->mainTemplate();
1740 if ($this->form_gui->checkInput()) {
1741 if ($this->
object->templateExists($this->form_gui->getInput(
"name"))) {
1742 $name_input = $this->form_gui->getItemByPostVar(
"name");
1743 $name_input->setAlert(
$lng->
txt(
"sty_table_template_already_exists"));
1748 $cells = array(
"H" =>
"header",
"C1" =>
"cell1",
"C2" =>
"cell2");
1749 $tb_p = $this->form_gui->getItemByPostVar(
"tb_padding");
1750 $tb_padding = $tb_p->getValue();
1751 $lr_p = $this->form_gui->getItemByPostVar(
"lr_padding");
1752 $lr_padding = $lr_p->getValue();
1753 $cell_color = $this->form_gui->getInput(
"base_color");
1756 if ($this->form_gui->getInput(
"layout") ==
"bwZebra") {
1757 $cell_color =
"MidGray";
1758 if (!$this->color_manager->colorExists($cell_color)) {
1759 $this->color_manager->addColor($cell_color,
"7F7F7F");
1761 $this->color_manager->updateColor($cell_color, $cell_color,
"7F7F7F");
1764 foreach ($cells as $k => $cell) {
1765 $cell_class[$k] = $this->form_gui->getInput(
"name") . $k;
1766 if (!$this->
object->characteristicExists($cell_class[$k],
"table_cell")) {
1767 $this->characteristic_manager->addCharacteristic(
"table_cell", $cell_class[$k],
true);
1769 if ($this->form_gui->getInput(
"layout") ==
"bwZebra" && $k ==
"H") {
1770 $this->characteristic_manager->replaceParameter(
1774 "!" . $this->form_gui->getInput(
"base_color") .
"(" . $this->form_gui->getInput(
"lightness_" . $cell .
"_text") .
")",
1777 $this->characteristic_manager->replaceParameter(
1781 "!" . $this->form_gui->getInput(
"base_color") .
"(" . $this->form_gui->getInput(
"lightness_" . $cell .
"_bg") .
")",
1785 $this->characteristic_manager->replaceParameter(
1789 "!" . $cell_color .
"(" . $this->form_gui->getInput(
"lightness_" . $cell .
"_text") .
")",
1792 $this->characteristic_manager->replaceParameter(
1796 "!" . $cell_color .
"(" . $this->form_gui->getInput(
"lightness_" . $cell .
"_bg") .
")",
1800 $this->characteristic_manager->replaceParameter(
1807 $this->characteristic_manager->replaceParameter(
1814 $this->characteristic_manager->replaceParameter(
1821 $this->characteristic_manager->replaceParameter(
1828 $this->characteristic_manager->replaceParameter(
1835 $this->characteristic_manager->replaceParameter(
1842 $this->characteristic_manager->replaceParameter(
1846 "!" . $cell_color .
"(" . $this->form_gui->getInput(
"lightness_border") .
")",
1849 $this->characteristic_manager->replaceParameter(
1859 $classes[
"table"] = $this->form_gui->getInput(
"name") .
"T";
1860 if (!$this->
object->characteristicExists($classes[
"table"],
"table")) {
1861 $this->characteristic_manager->addCharacteristic(
"table", $classes[
"table"],
true);
1863 $this->characteristic_manager->replaceParameter(
1870 $this->characteristic_manager->replaceParameter(
1877 $this->characteristic_manager->replaceParameter(
1884 $this->characteristic_manager->replaceParameter(
1891 if ($this->form_gui->getInput(
"layout") ==
"bwZebra") {
1892 $this->characteristic_manager->replaceParameter(
1895 "border-bottom-color",
1896 "!" . $this->form_gui->getInput(
"base_color"),
1899 $this->characteristic_manager->replaceParameter(
1902 "border-bottom-style",
1906 $this->characteristic_manager->replaceParameter(
1909 "border-bottom-width",
1913 $sb = array(
"left",
"right",
"top");
1914 foreach ($sb as
$b) {
1915 $this->characteristic_manager->replaceParameter(
1918 "border-" . $b .
"-width",
1925 switch ($this->form_gui->getInput(
"layout")) {
1927 case "coloredZebra":
1928 $classes[
"row_head"] = $cell_class[
"H"];
1929 $classes[
"odd_row"] = $cell_class[
"C1"];
1930 $classes[
"even_row"] = $cell_class[
"C2"];
1934 $classes[
"row_head"] = $cell_class[
"H"];
1935 $classes[
"odd_row"] = $cell_class[
"C1"];
1936 $classes[
"even_row"] = $cell_class[
"C1"];
1937 $classes[
"col_head"] = $cell_class[
"C2"];
1942 $t_id = $this->
object->addTemplate(
1943 $this->style_request->getTempType(),
1944 $this->form_gui->getInput(
"name"),
1947 $this->
object->writeTemplatePreview(
1950 $this->style_request->getTempType(),
1955 $ilCtrl->redirect($this,
"listTemplates");
1958 $this->form_gui->setValuesByPost();
deleteTemplateKeepClassesObject()
getFormAction(object $a_gui_obj, ?string $a_fallback_cmd=null, ?string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
Content StandardGUIRequest $style_request
cancelColorDeletionObject()
Cancel color deletion.
deleteMediaQueriesObject()
Content InternalService $service
Content ImageManager $image_manager
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
deleteMediaQueryConfirmationObject()
listColorsObject()
List colors of style.
refreshTemplateObject()
Refresh table template.
Content style internal ui factory.
ilPropertyFormGUI $form_gui
prepareOutput(bool $show_sub_objects=true)
getRenderedCreationFormsHTML(array $forms)
Interface Observer Contains several chained tasks and infos about them.
addAdminLocatorItems(bool $do_not_add_object=false)
should be overwritten to add object specific items (repository items are preloaded) ...
initTemplateForm(string $a_mode="create")
Init table template form.
getCmd(?string $fallback_command=null)
getPropertiesValues()
Get current values for properties from.
confirmedDeleteObject()
delete selected style objects
cancelTemplateDeletionObject()
Cancel table template deletion.
updateColorObject()
Update color.
setContent(string $a_html)
Sets content for standard template.
lookupTemplateName(int $a_t_id)
Lookup table template name for template ID.
Content ColorManager $color_manager
deleteTemplateConfirmationObject()
Delete table template confirmation.
static _getClonableContentStyles()
Get all clonable styles (active standard styles and individual learning module styles with write perm...
deleteColorConfirmationObject()
Delete color confirmation.
static _getTemplatePreview(ilObjStyleSheet $a_style, string $a_type, int $a_t_id, bool $a_small_mode=false)
Get table template preview.
static _writeStandard(int $a_id, bool $a_std)
Write standard flag.
static getStyleExampleHTML(string $a_type, string $a_class)
Get style example HTML.
enableWrite(bool $a_write)
Enable writing.
redirectByClass( $a_class, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
forwardCommand(object $a_gui_object)
ilObjectDefinition $obj_definition
handleImport(\ILIAS\FileUpload\FileUpload $upload, \ILIAS\FileUpload\DTO\UploadResult $result)
static _getStyleSuperTypeForType(string $a_type)
static deliverFileLegacy(string $a_file, ?string $a_filename=null, ?string $a_mime=null, ?bool $isInline=false, ?bool $removeAfterDelivery=false, ?bool $a_exit_after=true)
cancelColorSavingObject()
Cancel color saving.
setCreationMode(bool $mode=true)
If true, a creation screen is displayed the current [ref_id] does belong to the parent class The mode...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Content InternalGUIService $gui_service
static _renderTable(string $content, string $a_mode="table_edit", string $a_submode="", ?ilPCTable $a_table_obj=null, bool $unmask=true, ?ilPageObject $page_object=null)
getNextClass($a_gui_class=null)
__construct( $a_data, int $a_id, bool $a_call_by_reference)
Main business logic for content style images.
static addCss()
Add required css.
getTemplatePreview(string $a_type, int $a_t_id, bool $a_small_mode=false)
ilGlobalTemplateInterface $tpl
static _lookupTitle(int $obj_id)
importStyleObject()
Import style sheet.
redirect(object $a_gui_obj, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
getMediaQueryFormValues()
Set values for media query editing.
saveMediaQueryOrderObject()
setScreenIdComponent(string $a_comp)
getTemplateXML()
Get table template xml.
Class ilObjectGUI Basic methods of all Output classes.
initMediaQueryForm(string $a_mode="create")
Init media query form.
deleteTemplateObject()
Delete template.
static getInstanceByRefId(int $ref_id, bool $stop_on_error=true)
get an instance of an Ilias object by reference id
Access StyleAccessManager $access_manager
returnToUpperContextObject()
Class ilObjForumAdministration.
Main business logic for characteristics.
saveTemplateObject()
Save table template.
editObject()
Edit -> List characteristics.
templateGenerationObject()
Table template generation.
getColorFormValues()
Set values for color editing.
static getContentStylePath(int $a_style_id, bool $add_random=true, bool $add_token=true)
get content style path static (to avoid full reading)
saveColorObject()
Save color.
updateTemplateObject(bool $a_refresh=false)
static getInstanceByObjId(?int $obj_id, bool $stop_on_error=true)
get an instance of an Ilias object by object id
form( $class_path, string $cmd, string $submit_caption="")
static _lookupTemplateName(int $a_t_id)
Lookup table template name for template ID.
Content InternalDomainService $domain
static _addMissingStyleClassesToStyle(int $a_id)
Add missing style classes to all styles.
addCss(string $a_css_file, string $media="screen")
Add a css file that should be included in the header.
saveMediaQueryObject()
Save media query.
initColorForm(string $a_mode="create")
__construct(Container $dic, ilPlugin $plugin)
Manages access to content style editing.
This class represents a text area property in a property form.
deleteObject($a_error=false)
display deletion confirmation screen
listTemplatesObject()
List templates.
cancelTemplateSavingObject()
Cancel color saving.
setParameter(object $a_gui_obj, string $a_parameter, $a_value)
initPropertiesForm(string $a_mode="edit")
FORM: Init properties form.
returnToParent(object $a_gui_obj, ?string $a_anchor=null)
static _lookupType(int $id, bool $reference=false)
static _getTemplateClassTypes(string $a_template_type="")
Get template class types.
initTemplateGenerationForm()
Init table template generation form.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
displayTemplateEditForm()
TableGUI class for style editor (image list)
getTemplateFormValues()
Set values for table template editing.
Content CharacteristicManager $characteristic_manager