4 include_once(
"Services/Table/classes/class.ilTable2GUI.php");
 
   18                 $a_ref_id, $a_cmd = 
"createExportFile", $a_cmd_txt = 
"")
 
   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" ');