22 $this->ctrl = $DIC->ctrl();
23 $this->lng = $DIC->language();
25 $lng = $DIC->language();
27 $this->submission = $a_submission;
30 $this->
setData($this->submission->getFiles());
31 $this->
setTitle($this->lng->txt(
"already_delivered_files") .
" - " .
32 $this->submission->getAssignment()->getTitle());
35 $this->
addColumn($this->lng->txt(
""),
"",
"1", 1);
36 $this->
addColumn($this->lng->txt(
"filename"),
"filetitle");
38 if ($this->submission->getAssignment()->getAssignmentType()->usesTeams() &&
39 $this->submission->getAssignment()->getAssignmentType()->usesFileUpload()) {
41 $this->lng->loadLanguageModule(
"file");
42 $this->
addColumn($this->lng->txt(
"file_uploaded_by"));
45 $this->
addColumn($this->lng->txt(
"date"),
"timestamp14");
47 if ($this->submission->getAssignment()->getExtendedDeadline()) {
48 $this->
addColumn($this->lng->txt(
"exc_late_submission"),
"late");
51 $this->
addColumn($this->lng->txt(
"action"));
56 $this->
setRowTemplate(
"tpl.delivered_file_row.html",
"Modules/Exercise");
60 if ($this->submission->canSubmit()) {
72 $this->tpl->setVariable(
"FILE_ID", $file[
"returned_id"]);
73 $this->tpl->setVariable(
"DELIVERED_FILE", htmlentities($file[
"filetitle"]));
78 if ($this->submission->getAssignment()->getAssignmentType()->usesTeams() &&
79 $this->submission->getAssignment()->getAssignmentType()->usesFileUpload()) {
80 $this->tpl->setVariable(
86 if ($this->submission->getAssignment()->getExtendedDeadline()) {
87 $this->tpl->setVariable(
"DELIVERED_LATE", ($file[
"late"])
88 ?
'<span class="warning">' . $this->lng->txt(
"yes") .
'</span>' 89 : $this->lng->txt(
"no"));
96 $this->tpl->setVariable(
"ACTION_TXT", $this->lng->txt(
"download"));
97 $this->tpl->setVariable(
"ACTION_URL",
$url);
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
__construct($a_parent_obj, $a_parent_cmd, ilExSubmission $a_submission)
Constructor.
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
getParentObject()
Get parent object.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
addMultiCommand($a_cmd, $a_text)
Add Command button.
static getNamePresentation( $a_user_id, $a_user_image=false, $a_profile_link=false, $a_profile_back_link="", $a_force_first_lastname=false, $a_omit_login=false, $a_sortable=true, $a_return_data_array=false, $a_ctrl_path="ilpublicuserprofilegui")
Default behaviour is:
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
disable($a_module_name)
diesables particular modules of table
fillRow($file)
Fill table row.
__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.
setEnableTitle($a_enabletitle)
Set Enable Title.
setLimit($a_limit=0, $a_default_limit=0)