5 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
21 function __construct($a_parent_obj, $a_parent_cmd, $a_top_skill_id, $a_tref_id,
26 include_once
"Services/PersonalWorkspace/classes/class.ilWorkspaceTree.php";
27 include_once
"Services/PersonalWorkspace/classes/class.ilWorkspaceAccessHandler.php";
31 $this->top_skill_id = $a_top_skill_id;
32 $this->tref_id = (int) $a_tref_id;
33 $this->basic_skill_id = $a_basic_skill_id;
36 include_once
"Services/PersonalWorkspace/classes/class.ilWorkspaceTree.php";
41 include_once(
"./Services/Skill/classes/class.ilSkillTree.php");
43 $path = $stree->getPathFull($this->basic_skill_id);
47 if ($p[
"type"] !=
"skrt")
54 parent::__construct($a_parent_obj, $a_parent_cmd);
59 $this->
addColumn($this->lng->txt(
"skmg_skill_level"));
60 $this->
addColumn($this->lng->txt(
"description"));
61 $this->
addColumn($this->lng->txt(
"skmg_materials"));
62 $this->
addColumn($this->lng->txt(
"actions"));
66 $this->
setRowTemplate(
"tpl.skill_materials_row.html",
"Services/Skill");
82 include_once(
"./Services/Skill/classes/class.ilSkillTreeNodeFactory.php");
84 foreach ($this->skill->getLevelData() as $k => $v)
99 include_once(
"./Services/Skill/classes/class.ilPersonalSkill.php");
101 $ilCtrl->setParameter($this->parent_obj,
"level_id", $a_set[
"id"]);
104 $this->tpl->setCurrentBlock(
"mat");
105 $obj_id = $this->ws_tree->lookupObjectId($m[
"wsp_id"]);
106 $this->tpl->setVariable(
"MAT_TITLE",
108 $this->tpl->setVariable(
"MAT_IMG",
110 $this->tpl->setVariable(
"TXT_REMOVE", $lng->txt(
"remove"));
111 $ilCtrl->setParameter($this->parent_obj,
"wsp_id", $m[
"wsp_id"]);
112 $this->tpl->setVariable(
"HREF_REMOVE", $ilCtrl->getLinkTarget($this->parent_obj,
"removeMaterial"));
114 $obj_id = $this->ws_tree->lookupObjectId($m[
"wsp_id"]);
115 $url = $this->ws_access->getGotoLink($m[
"wsp_id"], $obj_id);
116 $this->tpl->setVariable(
"HREF_MAT",
$url);
117 $this->tpl->parseCurrentBlock();
120 $this->tpl->setCurrentBlock(
"cmd");
121 $this->tpl->setVariable(
"HREF_CMD", $ilCtrl->getLinkTarget($this->parent_obj,
123 $this->tpl->setVariable(
"TXT_CMD", $lng->txt(
"skmg_assign_materials"));
124 $this->tpl->parseCurrentBlock();
125 $ilCtrl->setParameter($this->parent_obj,
"level_id",
"");
127 $this->tpl->setVariable(
"LEVEL_ID", $a_set[
"id"]);
128 $this->tpl->setVariable(
"SKILL_ID", $this->basic_skill_id);
129 $this->tpl->setVariable(
"TXT_SKILL", $a_set[
"title"]);
130 $this->tpl->setVariable(
"TXT_SKILL_DESC", $a_set[
"description"]);
Access handler for personal workspace.
static _lookupTitle($a_id)
lookup object title
Assign materials to skill levels table.
Tree handler for personal workspace.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
static getInstance($a_id=0)
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
setRowTemplate($a_template, $a_template_dir="")
Set row template.
static _lookupType($a_id, $a_reference=false)
lookup object type
__construct($a_parent_obj, $a_parent_cmd, $a_top_skill_id, $a_tref_id, $a_basic_skill_id)
Constructor.
static getAssignedMaterial($a_user_id, $a_tref_id, $a_level)
Get assigned material (for a skill level and user)
disable($a_module_name)
diesables particular modules of table
static img($a_src, $a_alt="", $a_width="", $a_height="", $a_border=0, $a_id="", $a_class="")
Build img tag.
fillRow($a_set)
Fill table row.
setEnableHeader($a_enableheader)
Set Enable Header.
setEnableTitle($a_enabletitle)
Set Enable Title.
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.
setLimit($a_limit=0, $a_default_limit=0)