6 include_once
'./Services/Tracking/classes/class.ilLearningProgressBaseGUI.php';
7 include_once
'./Services/Tracking/classes/class.ilLPStatusWrapper.php';
8 include_once
'Services/Search/classes/class.ilUserFilterGUI.php';
32 parent::ilLearningProgressBaseGUI($a_mode,$a_ref_id);
44 $this->ctrl->setReturn($this,
"");
46 switch($this->ctrl->getNextClass())
48 case 'iltruserobjectspropstablegui':
49 $user_id = (int)
$_GET[
"user_id"];
50 $this->ctrl->setParameter($this,
"user_id", $user_id);
52 $this->ctrl->setParameter($this,
"details_id", $this->details_id);
54 include_once(
"./Services/Tracking/classes/repository_statistics/class.ilTrUserObjectsPropsTableGUI.php");
56 $user_id, $this->details_obj_id, $this->details_id);
57 $this->ctrl->forwardCommand($table_gui);
60 case 'iltrsummarytablegui':
61 $cmd =
"showObjectSummary";
62 if(!$this->details_id)
64 $this->details_id = ROOT_FOLDER_ID;
67 include_once
'./Services/Tracking/classes/repository_statistics/class.ilTrSummaryTableGUI.php';
69 $this->ctrl->forwardCommand($table_gui);
72 case 'iltrmatrixtablegui':
73 include_once
'./Services/Tracking/classes/repository_statistics/class.ilTrMatrixTableGUI.php';
75 $this->ctrl->forwardCommand($table_gui);
78 case 'iltrobjectuserspropstablegui':
79 $this->ctrl->setParameter($this,
"details_id", $this->details_id);
81 include_once
'./Services/Tracking/classes/repository_statistics/class.ilTrObjectUsersPropsTableGUI.php';
83 $this->ctrl->forwardCommand($table_gui);
96 if(isset(
$_GET[
"userdetails_id"]))
105 if(!isset(
$_GET[
"userdetails_id"]))
118 global $ilObjDataCache;
121 if(isset(
$_GET[
"userdetails_id"]))
125 $cancel =
"userdetails";
133 include_once(
"./Services/InfoScreen/classes/class.ilInfoScreenGUI.php");
135 $info->setFormAction($this->ctrl->getFormAction($this));
140 $this->tpl->setVariable(
"ADM_CONTENT", $this->
__showEditUser((
int)$_GET[
'user_id'], $parent_id, $cancel, $sub_id).
"<br />".$info->getHTML());
147 $this->tpl->addBlockFile(
'ADM_CONTENT',
'adm_content',
'tpl.lp_loo.html',
'Services/Tracking');
150 if($this->
getMode() == self::LP_CONTEXT_PERSONAL_DESKTOP or
151 $this->
getMode() == self::LP_CONTEXT_ADMINISTRATION)
154 $this->
__showButton($this->ctrl->getLinkTarget($this,
'show'),$this->lng->txt(
'trac_view_list'));
158 $print_view = (bool)
$_GET[
'prt'];
161 $ilToolbar->setFormAction($this->ctrl->getFormAction($this));
162 $this->ctrl->setParameter($this,
'prt', 1);
163 $ilToolbar->addButton($this->lng->txt(
'print_view'),$this->ctrl->getLinkTarget($this,
'details'),
'_blank');
164 $this->ctrl->setParameter($this,
'prt',
'');
168 include_once(
"./Services/InfoScreen/classes/class.ilInfoScreenGUI.php");
170 $info->setFormAction($this->ctrl->getFormAction($this));
173 $this->tpl->setCurrentBlock(
"info");
174 $this->tpl->setVariable(
"INFO_TABLE",$info->getHTML());
175 $this->tpl->parseCurrentBlock();
189 $this->ctrl->setParameter($this,
"details_id", $this->details_id);
191 include_once
"Services/Tracking/classes/repository_statistics/class.ilTrObjectUsersPropsTableGUI.php";
194 $this->tpl->setVariable(
"LP_OBJECTS", $gui->getHTML());
199 echo $this->tpl->get(
"DEFAULT",
false,
false,
false,
false,
false,
false);
206 global $ilObjDataCache, $ilToolbar;
214 $this->ctrl->setParameter($this,
"details_id", $this->details_id);
216 $print_view = (bool)
$_GET[
'prt'];
220 $ilToolbar->addButton($this->lng->txt(
'trac_view_list'), $this->ctrl->getLinkTarget($this,
'details'));
223 $user_id = (int)
$_GET[
"user_id"];
224 $this->ctrl->setParameter($this,
"user_id", $user_id);
228 $this->ctrl->setParameter($this,
'prt', 1);
229 $ilToolbar->addButton($this->lng->txt(
'print_view'),$this->ctrl->getLinkTarget($this,
'userDetails'),
'_blank');
230 $this->ctrl->setParameter($this,
'prt',
'');
233 $this->tpl->addBlockFile(
'ADM_CONTENT',
'adm_content',
'tpl.lp_loo.html',
'Services/Tracking');
235 include_once(
"./Services/InfoScreen/classes/class.ilInfoScreenGUI.php");
237 $info->setFormAction($this->ctrl->getFormAction($this));
241 $this->tpl->setVariable(
"INFO_TABLE",$info->getHTML());
243 include_once(
"./Services/Tracking/classes/repository_statistics/class.ilTrUserObjectsPropsTableGUI.php");
245 $this->details_obj_id, $this->details_id, $print_view);
246 $this->tpl->setVariable(
'LP_OBJECTS', $table->getHTML());
251 echo $this->tpl->get(
"DEFAULT",
false,
false,
false,
false,
false,
false);
259 $this->ctrl->saveParameter($this,
'offset',0);
264 case self::LP_CONTEXT_REPOSITORY:
275 global
$ilUser,$ilObjDataCache;
277 $this->tpl->addBlockFile(
'ADM_CONTENT',
'adm_content',
'tpl.lp_list_objects.html',
'Services/Tracking');
279 include_once(
"./Services/Tracking/classes/repository_statistics/class.ilTrSummaryTableGUI.php");
282 $this->tpl->setVariable(
"LP_OBJECTS", $lp_table->getHTML());
288 global $ilObjDataCache;
296 $_GET[
'details_id'] = $a_details_id;
297 $this->details_id = $a_details_id;
298 $this->details_obj_id = $ilObjDataCache->lookupObjId($this->details_id);
299 $this->details_type = $ilObjDataCache->lookupType($this->details_obj_id);
301 include_once
'Services/Object/classes/class.ilObjectLP.php';
303 $this->details_mode = $olp->getCurrentMode();
312 global
$tpl, $ilToolbar;
314 $print_view = (bool)
$_GET[
'prt'];
317 $ilToolbar->setFormAction($this->ctrl->getFormAction($this));
318 $this->ctrl->setParameter($this,
'prt', 1);
319 $ilToolbar->addButton($this->lng->txt(
'print_view'),$this->ctrl->getLinkTarget($this,
'showObjectSummary'),
'_blank');
320 $this->ctrl->setParameter($this,
'prt',
'');
323 include_once(
"./Services/Tracking/classes/repository_statistics/class.ilTrSummaryTableGUI.php");
327 $tpl->setContent($table->getHTML());
331 $tpl->setVariable(
"ADM_CONTENT", $table->getHTML());
332 echo $tpl->get(
"DEFAULT",
false,
false,
false,
false,
false,
false);
351 $this->tpl->addBlockFile(
'ADM_CONTENT',
'adm_content',
'tpl.lp_loo.html',
'Services/Tracking');
353 include_once(
"./Services/InfoScreen/classes/class.ilInfoScreenGUI.php");
355 $info->setFormAction($this->ctrl->getFormAction($this));
358 $this->tpl->setCurrentBlock(
"info");
359 $this->tpl->setVariable(
"INFO_TABLE",$info->getHTML());
360 $this->tpl->parseCurrentBlock();
363 include_once(
"./Services/Tracking/classes/repository_statistics/class.ilTrMatrixTableGUI.php");
365 $this->tpl->setVariable(
'LP_OBJECTS', $table->getHTML());
static sendSuccess($a_info="", $a_keep=false)
Send Success Message to Screen.
__showEditUser($a_user_id, $a_ref_id, $a_cancel, $a_sub_id=false)
__initDetails($a_details_id)
& executeCommand()
execute command
ilLPListOfObjectsGUI($a_mode, $a_ref_id)
showUserObjectMatrix()
Show object user matrix.
__showButton($a_link, $a_text, $a_target='')
__showObjectDetails(&$info, $item_id=0)
show details about current object.
showObjectSummary()
Show object-based summarized tracking data.
Learning progress table: One object, rows: users, columns: properties Example: A course, rows: members, columns: name, status, mark, ...
__appendUserInfo(&$info, $a_user)
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
Build table list for objects of given user.
__showUsersList($a_print_view=false)
if($_REQUEST['ilias_path']) define('ILIAS_HTTP_PATH' $_REQUEST['ilias_path']
__updateUser($user_id, $obj_id)
static getInstance($a_obj_id)