4 include_once(
'./Services/Table/classes/class.ilTable2GUI.php');
36 $this->
addColumn($this->lng->txt(
'filename'),
'filename',
'70%');
37 $this->
addColumn($this->lng->txt(
'date'),
'date',
'29%');
44 $this->
setRowTemplate(
"tpl.il_as_qpl_fileupload_file_row.html",
"Modules/TestQuestionPool");
49 $this->
enable(
'select_all');
63 $this->tpl->setVariable(
'VAL_ID', $a_set[
'solution_id']);
64 if (strlen($a_set[
'webpath']))
66 $this->tpl->setVariable(
'VAL_FILE',
'<a href="' . $a_set[
'webpath'] . $a_set[
'value1'] .
'" target=\"_blank\">' .
ilUtil::prepareFormOutput($a_set[
'value2']) .
'</a>');