38 $lng = $DIC->language();
39 $ilCtrl = $DIC->ctrl();
40 $ilTabs = $DIC->tabs();
45 $this->ctrl = $ilCtrl;
50 $this->tabs_gui = $ilTabs;
52 $this->ctrl->saveParameter($this, array(
"def"));
62 $next_class = $this->ctrl->getNextClass($this);
63 $cmd = $this->ctrl->getCmd();
66 $this->tpl->setCurrentBlock(
"ContentStyle");
67 $this->tpl->setVariable(
68 "LOCATION_CONTENT_STYLESHEET",
71 $this->tpl->parseCurrentBlock();
74 $this->tpl->setCurrentBlock(
"SyntaxStyle");
75 $this->tpl->setVariable(
76 "LOCATION_SYNTAX_STYLESHEET",
79 $this->tpl->parseCurrentBlock();
82 $gloss_loc->setTerm($this->term);
83 $gloss_loc->setGlossary($this->glossary);
84 $gloss_loc->setDefinition($this->definition);
86 $this->tpl->setTitle($this->term->getTerm() .
" - " .
87 $this->lng->txt(
"cont_definition") .
" " .
88 $this->definition->getNr());
89 if ($this->ctrl->getNextClass() ==
"ilglossarydefpagegui") {
93 switch ($next_class) {
95 case "ilglossarydefpagegui":
98 if ($ilCtrl->getCmd() ==
"edit" &&
99 $ilCtrl->getCmdClass() ==
"ilglossarydefpagegui") {
102 $link =
"[<a href='" .
103 $ilCtrl->getLinkTargetByClass(
"ilglossarytermgui",
"listUsages") .
104 "'>" .
$lng->txt(
"glo_list_usages") .
"</a>]";
106 $lng->txt(
"glo_term_is_used_n_times"),
113 if ($this->ctrl->getNextClass() ==
"ilglossarydefpagegui" 114 || $this->ctrl->getCmdClass() ==
"ileditclipboardgui") {
115 $gloss_loc->display();
118 $this->ctrl->setReturnByClass(
"ilGlossaryDefPageGUI",
"edit");
119 $this->ctrl->setReturn($this,
"listDefinitions");
122 $this->definition->assignPageObject($page);
123 $page->addUpdateListener($this,
"saveShortText");
128 $md =
new ilMD($this->term_glossary->getId(), $this->definition->getId(),
"gdf");
130 if ($md_gen->getTitle() ==
"") {
131 $md_gen->setTitle($this->term->getTerm());
135 $page_gui->activateMetaDataEditor($this->term_glossary,
"gdf", $this->definition->getId());
137 $page_gui->setSourcecodeDownloadScript(
"ilias.php?baseClass=ilGlossaryPresentationGUI&ref_id=" .
$_GET[
"ref_id"]);
138 $page_gui->setFullscreenLink(
"ilias.php?baseClass=ilGlossaryPresentationGUI&cmd=fullscreen&ref_id=" .
$_GET[
"ref_id"]);
139 $page_gui->setTemplateTargetVar(
"ADM_CONTENT");
140 $page_gui->setOutputMode(
"edit");
143 $this->term_glossary->getStyleSheetId(),
146 $page_gui->setLocator($gloss_loc);
147 $page_gui->setIntLinkReturn($this->ctrl->getLinkTargetByClass(
154 $page_gui->setPageBackTitle($this->lng->txt(
"cont_definition"));
155 $page_gui->setLinkParams(
"ref_id=" .
$_GET[
"ref_id"]);
156 $page_gui->setHeader($this->term->getTerm());
157 $page_gui->setFileDownloadLink(
"ilias.php?baseClass=ilGlossaryPresentationGUI&cmd=downloadFile&ref_id=" .
$_GET[
"ref_id"]);
158 $page_gui->setPresentationTitle($this->term->getTerm());
159 $ret = $this->ctrl->forwardCommand($page_gui);
167 $gloss_loc->display();
168 $ret = $this->$cmd();
182 $this->tpl->loadStandardTemplate();
183 $this->tpl->setTitle($a_header_title);
184 $this->displayLocator();
203 $this->tabs_gui->setBack2Target(
204 $this->lng->txt(
"glossary"),
205 $this->ctrl->getParentReturn($this)
209 $this->tabs_gui->setBackTarget(
210 $this->lng->txt(
"term"),
211 $this->ctrl->getLinkTargetByClass(
"ilglossarytermgui",
"editTerm")
218 $this->definition->updateShortText();
static getContentStylePath($a_style_id, $add_random=true, $add_token=true)
get content style path
setEditPreview($a_editpreview)
Set Display first Edit tab, then Preview tab, instead of Page and Edit.
getPageObject()
Get Page Object.
static getNumberOfUsages($a_term_id)
Get number of usages.
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
GUI class for glossary term definition editor.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
static getEffectiveContentStyleId($a_style_id, $a_type="")
Get effective Style Id.
__construct()
Constructor public.
static getSyntaxStylePath()
get syntax style path
static _lookGlossaryID($term_id)
get glossary id form term id
Class ilGlossaryDefinition.
Glossary definition page GUI class.
main_header($a_header_title)
output main header (title and locator)