22 $this->ctrl = $DIC->ctrl();
23 $this->lng = $DIC->language();
25 $lng = $DIC->language();
30 $this->
setData($this->ass->getMemberListData());
31 $this->
setTitle(
$lng->txt(
"exc_assignment") .
": " . $this->ass->getTitle());
35 $this->
addColumn($this->lng->txt(
"name"),
"name");
36 $this->
addColumn($this->lng->txt(
"exc_submission"),
"");
43 $this->
setRowTemplate(
"tpl.exc_public_submissions_row.html",
"Modules/Exercise");
56 $member_id = $member[
"usr_id"];
62 $this->tpl->setVariable(
66 $this->tpl->setVariable(
68 "[" . $member[
"login"] .
"]" 72 $this->tpl->setVariable(
74 $mem_obj->getPersonalPicturePath(
"xxsmall")
76 $this->tpl->setVariable(
"USR_ALT",
$lng->txt(
"personal_picture"));
82 $last_sub = $sub->getLastSubmission();
90 $sub_cnt = count($sub->getFiles());
92 $this->tpl->setVariable(
"TXT_SUBMITTED_FILES",
$lng->txt(
"exc_files_returned"));
93 $this->tpl->setVariable(
"VAL_SUBMITTED_FILES", $sub_cnt);
97 $ilCtrl->setParameterByClass(
"ilExSubmissionFileGUI",
"member_id", $member_id);
98 $url =
$ilCtrl->getLinkTargetByClass(
"ilExSubmissionFileGUI",
"downloadReturned");
99 $ilCtrl->setParameterByClass(
"ilExSubmissionFileGUI",
"member_id",
"");
103 $button->setCaption(
"exc_download_files");
104 $button->setUrl(
$url);
105 $button->setOmitPreventDoubleSubmission(
true);
106 $this->tpl->setVariable(
"BTN_DOWNLOAD", $button->render());
109 $this->tpl->parseCurrentBlock();
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
setDefaultOrderDirection($a_defaultorderdirection)
Set Default order direction.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setTopCommands($a_val)
Set top commands (display command buttons on top of table, too)
__construct($a_parent_obj, $a_parent_cmd, ilExAssignment $a_ass)
Constructor.
static getInstanceByObjId($a_obj_id, $stop_on_error=true)
get an instance of an Ilias object by object id
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.
Exercise submission //TODO: This class has to much static methods related to delivered "files"...
setEnableHeader($a_enableheader)
Set Enable Header.
fillRow($member)
Fill table row.
setEnableTitle($a_enabletitle)
Set Enable Title.