27 public function __construct($a_parent_obj, $a_parent_cmd, $a_user_id = null)
31 $this->lng = $DIC->language();
32 $this->
user = $DIC->user();
33 $this->ctrl = $DIC->ctrl();
34 $this->tpl = $DIC[
"tpl"];
35 $lng = $DIC->language();
44 $this->
setId(
"bdgprs");
61 $tpl->addJavascript(
"https://backpack.openbadges.org/issuer.js",
false);
63 $tpl->addJavascript(
"Services/Badge/js/ilBadge.js");
64 $tpl->addOnLoadCode(
'il.Badge.setUrl("' .
65 $ilCtrl->getLinkTarget($this->getParentObject(),
"addtoBackpack",
"",
true,
false) .
89 $this->filter[
"title"] =
$title->getValue();
91 $lng->loadLanguageModule(
"search");
94 "" =>
$lng->txt(
"search_any"),
95 "-1" =>
$lng->txt(
"none")
100 $obj->setOptions($options + $a_parents);
101 $this->filter[
"obj"] = $obj->getValue();
108 $data = $filter_parent = array();
111 $badge =
new ilBadge($ass->getBadgeId());
114 if ($badge->getParentId()) {
116 if ($parent[
"type"] ==
"bdga") {
119 $filter_parent[$parent[
"id"]] =
120 "(" .
$lng->txt($parent[
"type"]) .
") " . $parent[
"title"];
125 "id" => $badge->getId(),
126 "title" => $badge->getTitle(),
127 "image" => $badge->getImagePath(),
128 "issued_on" => $ass->getTimestamp(),
129 "parent_title" => $parent ? $parent[
"title"] : null,
131 "active" => (bool) $ass->getPosition(),
138 if ($this->filter[
"title"]) {
139 foreach (
$data as $idx => $row) {
140 if (!stristr($row[
"title"], $this->filter[
"title"])) {
146 if ($this->filter[
"obj"]) {
147 foreach (
$data as $idx => $row) {
148 if ($this->filter[
"obj"] > 0) {
149 if (!$row[
"parent"] || $row[
"parent"][
"id"] != $this->filter[
"obj"]) {
153 if ($row[
"parent"]) {
168 $this->tpl->setVariable(
"VAL_ID", $a_set[
"id"]);
169 $this->tpl->setVariable(
"PREVIEW", $a_set[
"renderer"]->
getHTML());
170 $this->tpl->setVariable(
"TXT_TITLE", $a_set[
"title"]);
172 $this->tpl->setVariable(
"TXT_ACTIVE", $a_set[
"active"]
176 if ($a_set[
"parent"]) {
177 $this->tpl->setVariable(
"TXT_PARENT", $a_set[
"parent_title"]);
178 $this->tpl->setVariable(
180 ilObject::_getIcon($a_set[
"parent"][
"id"],
"big", $a_set[
"parent"][
"type"])
185 $actions->setListTitle(
"");
192 $actions->addItem(
$lng->txt(!$a_set[
"active"]
193 ?
"badge_add_to_profile" 194 :
"badge_remove_from_profile"),
"",
$url);
198 $lng->txt(
"badge_add_to_backpack"),
206 "il.Badge.publish(" . $a_set[
"id"] .
");" 210 $this->tpl->setVariable(
"ACTIONS", $actions->getHTML());
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
initFilters(array $a_parents)
addFilterItemByMetaType($id, $type=self::FILTER_TEXT, $a_optional=false, $caption=null)
Add filter by standard type.
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
getParentObject()
Get parent object.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
__construct($a_parent_obj, $a_parent_cmd, $a_user_id=null)
setSelectAllCheckbox($a_select_all_checkbox, $a_select_all_on_top=false)
Set the name of the checkbox that should be toggled with a select all button.
addMultiCommand($a_cmd, $a_text)
Add Command button.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
TableGUI class for user badge listing.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
__construct(Container $dic, ilPlugin $plugin)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
static getInstancesByUserId($a_user_id)
static getInstance()
Constructor.