44 $this->
ctrl = $DIC->ctrl();
45 $this->
lng = $DIC->language();
46 $this->tpl = $DIC[
'tpl'];
47 $this->
tabs = $DIC->tabs();
48 $this->
user = $DIC->user();
49 $this->
access = $DIC->access();
50 $this->
factory = $DIC->ui()->factory();
51 $this->
renderer = $DIC->ui()->renderer();
74 switch ($ilCtrl->getNextClass()) {
76 $cmd = $ilCtrl->getCmd(
'listBadges');
79 $query = $DIC->http()->wrapper()->query();
81 $parameter =
'badge_table_action';
82 if ($query->has($parameter)) {
83 $action = $query->retrieve($parameter, $DIC->refinery()->kindlyTo()->string());
85 if ($action ===
'obj_badge_activate') {
87 } elseif ($action ===
'obj_badge_deactivate') {
97 $this->tpl->setContent($this->
renderDeck($this->tile_view->show()));
98 $this->noti_repo->updateLastCheckedTimestamp();
103 $template =
new ilTemplate(
'tpl.badge_backpack.html',
true,
true,
'components/ILIAS/Badge/');
104 $template->setVariable(
'DECK', $deck);
105 return $template->get();
116 $ids = $this->request->getBadgeIds();
117 if (count($ids) > 0) {
119 foreach ($ids as
$id) {
121 if ($ass->getTimestamp()) {
129 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'select_one'),
true);
130 $this->
ctrl->redirect($this,
'manageBadges');
140 if (!$ass->getPosition()) {
141 $ass->setPosition(999);
146 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
'position_updated'),
true);
147 $ilCtrl->
redirect($this,
'manageBadges');
157 if ($ass->getPosition()) {
158 $ass->setPosition(
null);
163 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
'position_updated'),
true);
164 $ilCtrl->
redirect($this,
'manageBadges');
174 if (!$ass->getPosition()) {
175 $ass->setPosition(999);
180 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
'position_updated'),
true);
181 $ilCtrl->
redirect($this,
'listBadges');
191 if ($ass->getPosition()) {
192 $ass->setPosition(
null);
197 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
'position_updated'),
true);
198 $ilCtrl->
redirect($this,
'listBadges');
209 $lng->
txt(
'obj_bdga'),
210 $ilCtrl->getLinkTarget($this,
'listBackpackGroups')
215 $lng->
txt(
'settings'),
216 $ilCtrl->getLinkTarget($this,
'editSettings')
219 $ilTabs->activateTab(
'backpack_badges');
230 $ilTabs->activateSubTab(
'backpack_badges');
232 $this->tpl->setOnScreenMessage(
'info', $lng->
txt(
'badge_backpack_gallery_info'));
235 $bp_groups = $bp->getGroups();
237 if (!count($bp_groups)) {
238 $this->tpl->setOnScreenMessage(
'info', $lng->
txt(
'badge_backpack_no_groups'));
242 $tmpl =
new ilTemplate(
'tpl.badge_backpack.html',
true,
true,
'components/ILIAS/Badge/');
244 $tmpl->setVariable(
'BACKPACK_TITLE', $lng->
txt(
'badge_backpack_list'));
248 foreach ($bp_groups as $group_id => $group) {
249 $bp_badges = $bp->getBadges($group_id);
250 if (count($bp_badges)) {
251 foreach ($bp_badges as $idx => $badge) {
252 $tmpl->setCurrentBlock(
'badge_bl');
253 $tmpl->setVariable(
'BADGE_TITLE', $badge[
'title']);
254 $tmpl->setVariable(
'BADGE_DESC', $badge[
'description']);
255 $tmpl->setVariable(
'BADGE_IMAGE', $badge[
'image_url']);
256 $tmpl->setVariable(
'BADGE_CRITERIA', $badge[
'criteria_url']);
257 $tmpl->setVariable(
'BADGE_ISSUER', $badge[
'issuer_name']);
258 $tmpl->setVariable(
'BADGE_ISSUER_URL', $badge[
'issuer_url']);
260 $tmpl->parseCurrentBlock();
264 $tmpl->setCurrentBlock(
'group_bl');
265 $tmpl->setVariable(
'GROUP_TITLE', $group[
'title']);
266 $tmpl->parseCurrentBlock();
280 $mail = $ilUser->
getPref(self::BACKPACK_EMAIL);
282 $mail = $ilUser->getEmail();
293 $form->setFormAction($ilCtrl->getFormAction($this,
'saveSettings'));
294 $form->setTitle($lng->
txt(
'settings'));
298 $email->
setInfo($lng->
txt(
'badge_backpack_email_info'));
300 $form->addItem($email);
302 $form->addCommandButton(
'saveSettings', $lng->
txt(
'save'));
313 $ilCtrl->redirect($this,
'listBadges');
323 if ($form->checkInput()) {
324 $new_email = $form->getInput(
'email');
330 if ($new_email != $old_email) {
334 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
'settings_saved'),
true);
335 $ilCtrl->redirect($this,
'editSettings');
338 $form->setValuesByPost();
static array static setUseRelativeDates(bool $a_status)
set use relative dates
ILIAS UI Renderer $renderer
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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...
BadgeNotificationPrefRepository $noti_repo
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setContent(string $a_html)
Sets content for standard template.
loadLanguageModule(string $a_module)
Load language module.
Badge notification repository (using user preferences.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
redirect(object $a_gui_obj, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
final const BACKPACK_EMAIL
getPref(string $a_keyword)
ilGlobalTemplateInterface $tpl
editSettings(?ilPropertyFormGUI $a_form=null)
ILIAS UI Factory $factory
static clearBadgeCache(int $a_user_id)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)
static _writePref(int $a_usr_id, string $a_keyword, string $a_value)
ilBadgeGUIRequest $request
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
readonly TileView $tile_view