82 int $requested_obj_id,
83 string $requested_back_pg,
84 string $requested_frame
97 $this->chapter_has_no_active_page = $service->
getNavigationStatus()->isChapterWithoutActivePage();
101 $this->requested_obj_id = $requested_obj_id;
102 $back_pg = explode(
":", $requested_back_pg);
103 $this->requested_back_pg = (int) $back_pg[0];
104 $this->requested_frame = $requested_frame;
126 return $this->
render(
false);
141 $tpl =
new ilTemplate(
"tpl.lm_navigation.html",
true,
true,
"Modules/LearningModule/Presentation");
143 if (empty($page_id)) {
148 $back_pg = $this->navigation_status->getBackPageId();
151 $this->linker->getLink(
160 $tpl->setCurrentBlock(
"ilLMNavigation_Prev");
161 $tpl->setVariable(
"IMG_PREV", $back_img);
162 $tpl->setVariable(
"HREF_PREV", $back_href);
163 $tpl->setVariable(
"TXT_PREV", $this->lng->txt(
"back"));
164 $tpl->setVariable(
"ALT_PREV", $this->lng->txt(
"back"));
169 $tpl->setVariable(
"SPACER_PREV", $this->offline
170 ?
"images/spacer.png" 172 $tpl->parseCurrentBlock();
174 $pre_id = $this->navigation_status->getPredecessorPageId();
179 $this->lm->getPageHeader(),
180 $this->lm->isActiveNumbering(),
181 $this->lm_set->get(
"time_scheduled_page_activation"),
191 if (!$this->lm->cleanFrames()) {
193 $this->linker->getLink(
196 $this->requested_frame
200 if (!$this->offline) {
202 $this->linker->getLink(
"layout", $pre_id);
206 $this->linker->getLink(
"layout", $pre_id);
207 $prev_target =
'target="_top" ';
211 $tpl->setCurrentBlock(
"ilLMNavigation_Prev");
212 $tpl->setVariable(
"IMG_PREV", $prev_img);
213 $tpl->setVariable(
"HREF_PREV", $prev_href);
214 $tpl->setVariable(
"FRAME_PREV", $prev_target);
215 $tpl->setVariable(
"TXT_PREV", $prev_title);
216 $tpl->setVariable(
"ALT_PREV", $this->lng->txt(
"previous"));
217 $tpl->setVariable(
"SPACER_PREV", $this->offline
218 ?
"images/spacer.png" 226 $succ_id = $this->navigation_status->getSuccessorPageId();
231 $this->lm->getPageHeader(),
232 $this->lm->isActiveNumbering(),
233 $this->lm_set->get(
"time_scheduled_page_activation"),
242 if (!$this->lm->cleanFrames()) {
244 $this->linker->getLink(
247 $this->requested_frame
251 if (!$this->offline) {
253 $this->linker->getLink(
"layout", $succ_id);
257 $this->linker->getLink(
"layout", $succ_id);
258 $succ_target =
' target="_top" ';
262 $tpl->setCurrentBlock(
"ilLMNavigation_Next");
263 $tpl->setVariable(
"IMG_SUCC", $succ_img);
264 $tpl->setVariable(
"HREF_SUCC", $succ_href);
265 $tpl->setVariable(
"FRAME_SUCC", $succ_target);
266 $tpl->setVariable(
"TXT_SUCC", $succ_title);
267 $tpl->setVariable(
"ALT_SUCC", $this->lng->txt(
"next"));
268 $tpl->setVariable(
"SPACER_SUCC", $this->offline
269 ?
"images/spacer.png" 275 $tpl->parseCurrentBlock();
278 if (!$this->offline) {
279 if ($this->lm->getRestrictForwardNavigation()) {
280 if ($this->tracker->hasPredIncorrectAnswers($succ_id)) {
281 $this->main_tpl->addOnLoadCode(
"$('.ilc_page_rnav_RightNavigation').addClass('ilNoDisplay');");
288 $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 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.
Class ilLMPresentationGUI.
Class ilGlobalPageTemplate.
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 getAttribute($a_func_id)
Get accesskey HTML attribute.
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
Main service init and factory.