35 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
55 #$this->static_link_enabled = true;
56 $this->copy_enabled =
false;
57 $this->delete_enabled =
true;
58 $this->cut_enabled =
true;
59 $this->subscribe_enabled =
true;
60 $this->link_enabled =
true;
61 $this->payment_enabled =
true;
62 $this->info_screen_enabled =
true;
64 $this->gui_class_name =
"ilobjfilebasedlmgui";
67 include_once(
'class.ilObjFileBasedLMAccess.php');
85 $cmd_link =
"ilias.php?baseClass=ilHTLMPresentationGUI&ref_id=".$this->ref_id;
89 $cmd_link =
"ilias.php?baseClass=ilHTLMEditorGUI&ref_id=".$this->ref_id;
93 $cmd_link =
"repository.php?ref_id=".$this->ref_id.
"&cmd=$a_cmd";
115 include_once
'Services/Payment/classes/class.ilPaymentObject.php';
118 $showViewInFrameset =
true;
124 $frame =
"ilContObj".$this->obj_id;
128 $frame =
"ilContObj".$this->obj_id;
155 global
$lng, $rbacsystem;
159 include_once(
"./Modules/HTMLLearningModule/classes/class.ilObjFileBasedLMAccess.php");
163 $props[] = array(
"alert" =>
true,
"property" => $lng->txt(
"status"),
164 "value" => $lng->txt(
"offline"));
168 $props[] = array(
"alert" =>
true,
"property" => $lng->txt(
"status"),
169 "value" => $lng->txt(
"no_start_file"));
172 if ($rbacsystem->checkAccess(
"write",$this->ref_id))
174 $props[] = array(
"alert" =>
false,
"property" => $lng->txt(
"type"),
175 "value" => $lng->txt(
"htlm"));