4 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
24 $this->exercise = $a_exc;
28 $this->
setTitle($this->lng->txt(
"already_delivered_files"));
31 $this->
addColumn($this->lng->txt(
""),
"",
"1", 1);
32 $this->
addColumn($this->lng->txt(
"filename"));
33 $this->
addColumn($this->lng->txt(
"date"));
37 $this->
setRowTemplate(
"tpl.delivered_file_row.html",
"Modules/Exercise");
41 if (mktime() < $this->exercise->getTimestamp())
58 $files = $this->exercise->getDeliveredFiles($ilUser->getId());
69 $this->tpl->setVariable(
"FILE_ID",
$file[
"returned_id"]);
70 $this->tpl->setVariable(
"DELIVERED_FILE",
$file[
"filetitle"]);