4include_once(
"Services/Table/classes/class.ilTable2GUI.php");
 
   18                $a_ref_id, $a_cmd = 
"createExportFile", $a_cmd_txt = 
"")
 
   22                parent::__construct($a_parent_obj, $a_parent_cmd);
 
   23                $lng->loadLanguageModule(
"export");
 
   27                        $a_cmd_txt = 
$lng->txt(
"export_create_export_file");
 
   30                $this->
addColumn($lng->txt(
"export_resource"));
 
   31                $this->
addColumn($lng->txt(
"export_last_export"));
 
   32                $this->
addColumn($lng->txt(
"export_last_export_file"), 
"", 
"20%");
 
   33                $this->
addColumn($lng->txt(
"export_create_new_file"), 
"", 
"20%");
 
   34                $this->
addColumn($lng->txt(
"export_omit_resource"), 
"", 
"20%");
 
   39                $this->
setTitle($lng->txt(
"export_select_resources"));
 
   40                include_once(
"./Services/Export/classes/class.ilExport.php");
 
   55                $this->tpl->setVariable(
"IMG_ALT", 
$lng->txt(
"obj_".$a_set[
"type"]));
 
   57                        "small", $a_set[
"type"]));
 
   58                $this->tpl->setVariable(
"VAL_TITLE", $a_set[
"title"]);
 
   59                $this->tpl->setVariable(
"ID", $a_set[
"ref_id"]);
 
   60                $this->tpl->setVariable(
"TXT_LAST_EXPORT_FILE", 
$lng->txt(
"export_last_file"));
 
   61                $this->tpl->setVariable(
"TXT_OMIT", 
$lng->txt(
"export_omit"));
 
   62                $this->tpl->setVariable(
"TXT_CREATE_NEW_EXPORT_FILE", 
$lng->txt(
"export_create"));
 
   64                if ($a_set[
"timestamp"] > 0)
 
   67                        $this->tpl->setVariable(
"VAL_LAST_EXPORT",
 
   71                                $preset = 
"LAST_FILE";
 
   74                $this->tpl->setVariable(
"SEL_".$preset, 
' checked="checked" ');
 
static formatDate(ilDateTime $date)
Format a date @access public.
@classDescription Date and time handling
static _equals(ilDateTime $start, ilDateTime $end, $a_compare_field='', $a_tz='')
Check if two date are equal.
static _getValidExportSubItems($a_ref_id)
Get a list of subitems of a repository resource, that implement the export.
static _getIcon($a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
Get icon for repository item.
Select subitems for export.
ilSubItemSelectionTableGUI($a_parent_obj, $a_parent_cmd, $a_ref_id, $a_cmd="createExportFile", $a_cmd_txt="")
fillRow($a_set)
Standard Version of Fill Row.
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.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setData($a_data)
set table data @access public
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setLimit($a_limit=0, $a_default_limit=0)
set max.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
Add Command button.