5 include_once(
"./Services/Skill/classes/class.ilSkillTreeNodeGUI.php");
 
   26                 $ilCtrl->saveParameter($this, 
"obj_id");
 
   46                 $tpl->getStandardTemplate();
 
   48                 $next_class = $ilCtrl->getNextClass($this);
 
   49                 $cmd = $ilCtrl->getCmd();
 
   67                 $enable_skmg = $skmg_set->get(
"enable_skmg");
 
   73                 $this->
getParentGUI()->showTree(
true, $this, 
"listTemplates");
 
   74                 $ilTabs->activateTab(
"skill_templates");
 
   76                 include_once(
"./Services/Skill/classes/class.ilSkillTemplateCategoryGUI.php");
 
   79                 include_once(
"./Services/Skill/classes/class.ilSkillCatTableGUI.php");
 
   83                 $tpl->setContent($table->getHTML());
 
   94                 $enable_skmg = $skmg_set->get(
"enable_skmg");
 
  100                 $this->
getParentGUI()->showTree(
false, $this, 
"listSkills");
 
  101                 $ilTabs->activateTab(
"skills");
 
  103                 include_once(
"./Services/Skill/classes/class.ilSkillCategoryGUI.php");
 
  106                 include_once(
"./Services/Skill/classes/class.ilSkillCatTableGUI.php");
 
  110                 $tpl->setContent($table->getHTML());
 
  119                 if (
$_GET[
"tmpmode"])
 
  121                         $ilCtrl->redirect($this, 
"listTemplates");
 
  125                         $ilCtrl->redirect($this, 
"listSkills");