88 $this->export_all = $export_all;
101 $this->requested_obj_id = (int)
$_GET[
"obj_id"];
102 $this->requested_ref_id = (int)
$_GET[
"ref_id"];
117 $addcmd =
"addTarget";
124 if (!$this->lm->isActiveLMMenu()) {
131 if ($this->offline) {
132 $tabs_gui->setSetupMode(
true);
141 if (!$this->offline && $ilAccess->checkAccess(
"read",
"", $this->requested_ref_id)) {
142 $ilCtrl->setParameterByClass(
"illmpresentationgui",
"obj_id", $this->requested_obj_id);
145 $ilCtrl->getLinkTargetByClass(
"illmpresentationgui",
"layout"),
157 } elseif ($this->offline) {
158 $tabs_gui->setForcePresentationOfSingleTab(
true);
186 if ($this->lm->isActivePrintView() && $ilAccess->checkAccess(
"read",
"", $this->requested_ref_id)) {
187 if (!$this->offline) {
188 $ilCtrl->setParameterByClass(
"illmpresentationgui",
"obj_id", $this->requested_obj_id);
189 $link =
$ilCtrl->getLinkTargetByClass(
"illmpresentationgui",
"showPrintViewSelection");
202 if (
$ilUser->getId() == ANONYMOUS_USER_ID) {
203 $is_public = $this->lm->isActiveDownloadsPublic();
208 if ($this->lm->isActiveDownloads() && !$this->offline && $is_public &&
209 $ilAccess->checkAccess(
"read",
"", $this->requested_ref_id)) {
210 $ilCtrl->setParameterByClass(
"illmpresentationgui",
"obj_id", $this->requested_obj_id);
211 $link =
$ilCtrl->getLinkTargetByClass(
"illmpresentationgui",
"showDownloadList");
223 if ($this->export_format !=
"scorm" && !$this->offline) {
224 if (!$this->offline) {
225 $ilCtrl->setParameterByClass(
"illmpresentationgui",
"obj_id", $this->requested_obj_id);
226 $link = $this->ctrl->getLinkTargetByClass(
227 array(
"illmpresentationgui",
"ilinfoscreengui"),
231 $link =
"./info.html";
244 if (!$this->offline &&
245 $ilAccess->checkAccess(
"read",
"", $this->requested_ref_id) &&
251 $this->ctrl->getLinkTargetByClass(array(
"illmpresentationgui",
"illearningprogressgui"),
"editManual"),
255 $active[
"learning_progress"]
260 $this->ctrl->getLinkTargetByClass(array(
"illmpresentationgui",
"illearningprogressgui"),
"showtlt"),
264 $active[
"learning_progress"]
270 $entries = $this->menu_editor->getMenuEntries(
true);
271 if (count($entries) > 0 && $ilAccess->checkAccess(
"read",
"", $this->requested_ref_id)) {
272 foreach ($entries as $entry) {
274 if ($entry[
"type"] ==
"intern") {
275 $entry[
"link"] =
ILIAS_HTTP_PATH .
"/goto.php?target=" . $entry[
"link"];
279 if (!strstr($entry[
"link"],
'://') && !strstr($entry[
"link"],
'mailto:')) {
280 $entry[
"link"] =
"http://" . $entry[
"link"];
283 if (!strstr($entry[
"link"],
'mailto:')) {
285 $this->requested_ref_id .
"&structure_id=" . $this->requested_obj_id);
300 if (!$this->offline) {
301 if ($ilAccess->checkAccess(
"write",
"", $this->requested_ref_id)) {
302 if ($this->current_page <= 0) {
303 $link = $this->ctrl->getLinkTargetByClass([
"ilLMEditorGUI",
"ilobjlearningmodulegui"],
"chapters");
305 $link =
ILIAS_HTTP_PATH .
"/ilias.php?baseClass=ilLMEditorGUI&ref_id=" . $this->requested_ref_id .
306 "&obj_id=" . $this->current_page .
"&to_page=1";
308 $tabs_gui->addNonTabbedLink(
310 $this->lng->txt(
"lm_editing_view"),
328 return $tabs_gui->$getcmd();
This class provides processing control methods.
Class ilObjLearningModule.
const LP_MODE_COLLECTION_MANUAL
const LP_MODE_COLLECTION_TLT
Interface ilAccessHandler.
static checkAccess($a_ref_id, $a_allow_only_read=true)
check access to learning progress
static appendUrlParameterString($a_url, $a_par, $xml_style=false)
append URL parameter string ("par1=value1&par2=value2...") to given URL string
static getInstance($a_obj_id)