77 int $requested_obj_id,
78 string $requested_back_pg,
79 string $requested_frame
92 $this->chapter_has_no_active_page = $service->
getNavigationStatus()->isChapterWithoutActivePage();
96 $this->requested_obj_id = $requested_obj_id;
97 $back_pg = explode(
":", $requested_back_pg);
98 $this->requested_back_pg = (int) $back_pg[0];
99 $this->requested_frame = $requested_frame;
121 return $this->
render(
false);
136 $tpl =
new ilTemplate(
"tpl.lm_navigation.html",
true,
true,
"Modules/LearningModule/Presentation");
138 if (empty($page_id)) {
142 $back_pg = $this->requested_back_pg;
143 $frame = $this->requested_frame;
146 if (!$this->lm_tree->isInTree($page_id)) {
147 if ($this->offline || $back_pg == 0) {
151 if (!$this->lm->cleanFrames()) {
154 $this->linker->getLink(
164 $this->linker->getLink(
175 $tpl->setCurrentBlock(
"ilLMNavigation_Prev");
176 $tpl->setVariable(
"IMG_PREV", $back_img);
177 $tpl->setVariable(
"HREF_PREV", $back_href);
178 $tpl->setVariable(
"FRAME_PREV", $back_target);
179 $tpl->setVariable(
"TXT_PREV", $this->lng->txt(
"back"));
180 $tpl->setVariable(
"ALT_PREV", $this->lng->txt(
"back"));
185 $tpl->setVariable(
"SPACER_PREV", $this->offline
186 ?
"images/spacer.png" 188 $tpl->parseCurrentBlock();
194 if ($this->chapter_has_no_active_page &&
196 $c_id = $this->requested_obj_id;
198 if ($this->deactivated_page) {
199 $c_id = $this->requested_obj_id;
205 $succ_node = $this->lm_tree->fetchSuccessorNode($c_id,
"pg");
206 $c_id = $succ_node[
"obj_id"];
210 $this->lm->getType(),
211 $this->lm_set->get(
"time_scheduled_page_activation")
214 if ($succ_node[
"obj_id"] > 0 &&
215 $ilUser->getId() == ANONYMOUS_USER_ID &&
216 ($this->lm->getPublicAccessMode() ==
"selected" &&
220 if ($succ_node[
"obj_id"] > 0 && !$active) {
223 if ($act_data[
"show_activation_info"] &&
237 if ($this->deactivated_page) {
238 $c_id = $this->requested_obj_id;
243 $pre_node = $this->lm_tree->fetchPredecessorNode($c_id,
"pg");
244 $c_id = $pre_node[
"obj_id"];
247 $this->lm->getType(),
248 $this->lm_set->get(
"time_scheduled_page_activation")
250 if ($pre_node[
"obj_id"] > 0 &&
251 $ilUser->getId() == ANONYMOUS_USER_ID &&
252 ($this->lm->getPublicAccessMode() ==
"selected" &&
256 if ($pre_node[
"obj_id"] > 0 && !$active) {
259 if ($act_data[
"show_activation_info"] &&
274 $showViewInFrameset =
true;
276 if ($pre_node !=
"") {
280 $this->lm->getPageHeader(),
281 $this->lm->isActiveNumbering(),
282 $this->lm_set->get(
"time_scheduled_page_activation"),
292 if (!$this->lm->cleanFrames()) {
294 $this->linker->getLink(
297 $this->requested_frame
301 if ($showViewInFrameset && !$this->offline) {
303 $this->linker->getLink(
"layout", $pre_node[
"obj_id"]);
307 $this->linker->getLink(
"layout", $pre_node[
"obj_id"]);
308 $prev_target =
'target="_top" ';
312 $tpl->setCurrentBlock(
"ilLMNavigation_Prev");
313 $tpl->setVariable(
"IMG_PREV", $prev_img);
314 $tpl->setVariable(
"HREF_PREV", $prev_href);
315 $tpl->setVariable(
"FRAME_PREV", $prev_target);
316 $tpl->setVariable(
"TXT_PREV", $prev_title);
317 $tpl->setVariable(
"ALT_PREV", $this->lng->txt(
"previous"));
318 $tpl->setVariable(
"SPACER_PREV", $this->offline
319 ?
"images/spacer.png" 326 if ($succ_node !=
"") {
329 $succ_node[
"obj_id"],
330 $this->lm->getPageHeader(),
331 $this->lm->isActiveNumbering(),
332 $this->lm_set->get(
"time_scheduled_page_activation"),
341 if (!$this->lm->cleanFrames()) {
343 $this->linker->getLink(
345 $succ_node[
"obj_id"],
346 $this->requested_frame
350 if (!$this->offline) {
352 $this->linker->getLink(
"layout", $succ_node[
"obj_id"]);
356 $this->linker->getLink(
"layout", $succ_node[
"obj_id"]);
357 $succ_target =
' target="_top" ';
361 $tpl->setCurrentBlock(
"ilLMNavigation_Next");
362 $tpl->setVariable(
"IMG_SUCC", $succ_img);
363 $tpl->setVariable(
"HREF_SUCC", $succ_href);
364 $tpl->setVariable(
"FRAME_SUCC", $succ_target);
365 $tpl->setVariable(
"TXT_SUCC", $succ_title);
366 $tpl->setVariable(
"ALT_SUCC", $this->lng->txt(
"next"));
367 $tpl->setVariable(
"SPACER_SUCC", $this->offline
368 ?
"images/spacer.png" 374 $tpl->parseCurrentBlock();
377 if (!$this->offline) {
378 if ($this->lm->getRestrictForwardNavigation()) {
379 if ($this->tracker->hasPredIncorrectAnswers($succ_node[
"obj_id"])) {
380 $this->main_tpl->addOnLoadCode(
"$('.ilc_page_rnav_RightNavigation').addClass('ilNoDisplay');");
387 $tpl->setVariable(
"CLASS", ($top) ?
"tnav_Top":
"bnav_Bottom");
static _getPresentationTitle( $a_pg_id, $a_mode=self::CHAPTER_TITLE, $a_include_numbers=false, $a_time_scheduled_activation=false, $a_force_content=false, $a_lm_id=0, $a_lang="-", $a_include_short=false)
presentation title doesn't have to be page title, it may be chapter title + page title or chapter tit...
static _lookupType($a_obj_id, $a_lm_id=0)
Lookup type.
static shortenText( $a_str, $a_len, $a_dots=false, $a_next_blank=false, $a_keep_extension=false)
shorten a string to given length.
__construct(ilLMPresentationService $service, ilLMPresentationGUI $parent_gui, ilLanguage $lng, ilObjUser $user, ilGlobalPageTemplate $main_tpl, int $requested_obj_id, string $requested_back_pg, string $requested_frame)
Constructor.
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
static now()
Return current timestamp in Y-m-d H:i:s format.
Class ilLMPresentationGUI.
Class ilGlobalPageTemplate.
static _lookupActive($a_id, $a_parent_type, $a_check_scheduled_activation=false, $a_lang="-")
lookup activation status
renderBottom()
Render bottom.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
getSettings()
Get learning module settings.
static _lookupActivationData($a_id, $a_parent_type, $a_lang="-")
Lookup activation data.
static getAttribute($a_func_id)
Get accesskey HTML attribute.
static _isPagePublic($a_node_id, $a_check_public_mode=false)
Main service init and factory.