19 declare(strict_types=1);
51 $this->
lng = $DIC->language();
52 $this->
lng->loadLanguageModule(
"search");
53 $this->tree = $DIC->repositoryTree();
54 $this->
ctrl = $DIC->ctrl();
55 $this->
user = $DIC->user();
57 $this->
http = $DIC->http();
59 $DIC->ui()->mainTemplate()->addJavascript(
'assets/js/SearchMainMenu.js');
67 if ($this->
http->wrapper()->query()->has(
'ref_id')) {
68 $this->ref_id = $this->
http->wrapper()->query()->retrieve(
80 $this->tpl =
new ilTemplate(
'tpl.main_menu_search.html',
true,
true,
'components/ILIAS/Search');
82 $this->tpl->setVariable(
'LABEL_SEARCH_OPTIONS', $this->
lng->txt(
"label_search_options"));
84 $this->tpl->setCurrentBlock(
"position");
85 $this->tpl->setVariable(
'TXT_GLOBALLY', $this->
lng->txt(
"search_globally"));
87 $this->tpl->parseCurrentBlock();
89 $this->tpl->setCurrentBlock(
"position_hid");
91 $this->tpl->parseCurrentBlock();
94 $this->tpl->setCurrentBlock(
'position_rep');
95 $this->tpl->setVariable(
'TXT_CURRENT_POSITION', $this->
lng->txt(
"search_at_current_position"));
96 $this->tpl->setVariable(
'REF_ID', $this->ref_id);
97 $this->tpl->parseCurrentBlock();
102 $this->tpl->setCurrentBlock(
'usr_search');
103 $this->tpl->setVariable(
'TXT_USR_SEARCH', $this->
lng->txt(
'search_users'));
105 $this->tpl->parseCurrentBlock();
107 $this->tpl->setVariable(
111 $this->tpl->setVariable(
'BTN_SEARCH', $this->
lng->txt(
'search'));
112 $this->tpl->setVariable(
'SEARCH_INPUT_LABEL', $this->
lng->txt(
'search_field'));
113 $this->tpl->setVariable(
118 $this->tpl->setVariable(
'IMG_MM_SEARCH',
ilUtil::img(
120 $this->
lng->txt(
"search")
124 $this->tpl->setVariable(
128 $this->tpl->setVariable(
'TXT_SEARCH_LINK', $this->
lng->txt(
"last_search_result"));
130 $this->tpl->setVariable(
'TXT_SEARCH', $this->
lng->txt(
"search"));
132 return $this->tpl->get();
138 $default = strtolower(ilLuceneSearchGUI::class);
140 $default = strtolower(ilSearchGUI::class);
144 if ($this->
http->wrapper()->post()->has(
'root_id')) {
145 $root_id = $this->
http->wrapper()->post()->retrieve(
151 $default = strtolower(ilLuceneUserSearchGUI::class);
154 return $this->
ctrl->getLinkTargetByClass(
155 [strtolower(ilSearchControllerGUI::class), $default],
static initjQueryUI(?ilGlobalTemplateInterface $a_tpl=null)
inits and adds the jQuery-UI JS-File to the global template (see included_components.txt for included components)
static img(string $a_src, ?string $a_alt=null, $a_width="", $a_height="", $a_border=0, $a_id="", $a_class="")
Build img tag.
buildSearchLink(string $cmd, bool $async)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static http()
Fetches the global http state from ILIAS.
static initjQuery(?ilGlobalTemplateInterface $a_tpl=null)
inits and adds the jQuery JS-File to the global or a passed template
static getImagePath(string $image_name, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)