24 include_once(
'./Services/Table/classes/class.ilTable2GUI.php');
55 $this->
setStyle(
'table',
'fullwidth');
57 $this->
addColumn($this->lng->txt(
"assessment_log_datetime"),
'datetime',
'');
58 $this->
addColumn($this->lng->txt(
"user"),
'user',
'');
59 $this->
addColumn($this->lng->txt(
"assessment_log_text"),
'log',
'');
60 $this->
addColumn($this->lng->txt(
"location"),
'location',
'');
62 $this->
setRowTemplate(
"tpl.il_as_tst_history_row.html",
"Modules/Test");
72 $this->tstObject = $obj;
86 $username = $this->tstObject->userLookupFullName(
$data[
"user_fi"], TRUE);
88 $this->tpl->setVariable(
"USER", $username);
91 if (strlen(
$data[
"ref_id"]) && strlen(
$data[
"href"]))
93 $location =
'<a href="' .
$data[
'href'] .
'">' . $this->lng->txt(
"perma_link") .
'</a>';
95 $this->tpl->setVariable(
"LOCATION",
$location);