34 $this->
id =
"sahs_sco_media";
35 $this->lng = $DIC->language();
36 $this->ctrl = $DIC->ctrl();
37 $this->
ui = $DIC->ui();
41 $this->
setTitle($this->lng->txt(
"cont_files"));
43 $this->
addColumn($this->lng->txt(
"cont_format"));
44 $this->
addColumn($this->lng->txt(
"cont_file"));
45 $this->
addColumn($this->lng->txt(
"size"));
46 $this->
addColumn($this->lng->txt(
"date"));
47 $this->
addColumn($this->lng->txt(
"actions"));
49 $this->
setFormAction($this->ctrl->getFormAction($a_parent_obj));
50 $this->
setRowTemplate(
"tpl.media_overview_row.html",
"Modules/Scorm2004/Editor");
63 $tpl->setVariable(
"FILE", $a_set[
"file"]);
64 $tpl->setVariable(
"SIZE", $a_set[
"size"]);
65 $tpl->setVariable(
"FORMAT", $a_set[
"type"]);
67 $tpl->setVariable(
"DATE", $a_set[
"date"]);
69 if ($a_set[
"size"] > 0) {
70 $tpl->setVariable(
"TXT_DOWNLOAD",
$lng->txt(
"download"));
71 $ctrl->setParameter($this->parent_obj,
"resource", rawurlencode($a_set[
"path"]));
72 $ctrl->setParameter($this->parent_obj,
"file_id", rawurlencode($a_set[
"file_id"]));
73 $link =
$ui->factory()->link()->standard(
74 $lng->txt(
"download"),
75 $ctrl->getLinkTarget($this->parent_obj,
"downloadResource")
78 $link =
$ui->factory()->link()->standard(
81 )->withOpenInNewViewport(
true);
85 $ui->renderer()->render($link)
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
__construct(Container $dic, ilPlugin $plugin)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.