3 declare(strict_types=1);
14 $f = $DIC->ui()->factory();
15 $renderer = $DIC->ui()->renderer();
17 $url =
'src/UI/examples/Layout/Page/Standard/ui.php?new_ui=1';
18 $page_demo =
$f->link()->standard(
'See UI in fullscreen-mode',
$url);
20 return $renderer->render([
28 if (basename(
$_SERVER[
"SCRIPT_FILENAME"]) ==
"ui.php") {
29 chdir(
'../../../../../../');
30 require_once(
"libs/composer/vendor/autoload.php");
42 $f = $dic->
ui()->factory();
43 $renderer = $dic->
ui()->renderer();
44 $logo =
$f->image()->responsive(
"templates/default/images/HeaderIcon.svg",
"ILIAS");
45 $responsive_logo =
$f->image()->responsive(
"templates/default/images/HeaderIconResponsive.svg",
"ILIAS");
51 $tc = $dic->
ui()->factory()->toast()->container();
53 $page =
$f->layout()->page()->standard(
60 "./templates/default/images/favicon.ico",
69 return $renderer->render($page);
73 echo(
'Helo. Content from RPC.');
83 $f->link()->standard(
"entry1",
'#'),
84 $f->link()->standard(
"entry2",
'#'),
85 $f->link()->standard(
"entry3",
'#'),
86 $f->link()->standard(
"entry4",
'#')
88 return $f->breadcrumbs($crumbs);
95 $second_tool = array_values($tools)[1];
96 $url =
"./src/UI/examples/Layout/Page/Standard/ui.php?replaced=1";
97 $replace_signal = $second_tool->getReplaceSignal()->withAsyncRenderUrl(
$url);
98 $replace_btn = $f->button()->standard(
'replace contents in 2nd tool', $replace_signal);
101 $invisible_tool_btn = $f->button()->standard(
'show the hidden tool', $engage_signal);
104 $f->panel()->standard(
107 "This button will replace the contents of the second tool-slate.<br />" 108 .
"Goto Tools, second entry and click it.<br />" 109 . $r->
render($replace_btn)
110 .
"<br><br>This will unhide and activate another tool<br />" 111 . $r->
render($invisible_tool_btn)
115 $f->panel()->standard(
117 $f->legacy(
"some content<br>some content<br>some content<br>x.")
119 $f->panel()->standard(
123 $f->panel()->standard(
125 $f->legacy(
"some content<br>some content<br>some content<br>x.")
132 $df = new \ILIAS\Data\Factory();
133 $text =
'Additional info:';
135 $links[] = $f->link()->standard(
"Goto ILIAS",
"http://www.ilias.de");
136 $links[] = $f->link()->standard(
"Goto ILIAS",
"http://www.ilias.de");
138 return $f->mainControls()->footer($links, $text)
141 (
$_SERVER[
'REQUEST_SCHEME'] ??
"http") .
'://' 142 . (
$_SERVER[
'SERVER_NAME'] ??
"localhost") .
':' 144 . (
$_SERVER[
'SCRIPT_NAME'] ??
"") .
'?' 152 $help = $f->button()->bulky($f->symbol()->glyph()->help(),
'Help',
'#');
153 $user = $f->button()->bulky($f->symbol()->glyph()->user(),
'User',
'#');
154 $search = $f->maincontrols()->slate()->legacy(
156 $f->symbol()->glyph()->search()->withCounter($f->counter()->status(1)),
159 $notes = $f->maincontrols()->slate()->legacy(
161 $f->symbol()->glyph()->notification()->withCounter($f->counter()->novelty(3)),
162 $f->legacy(
'<p>some content</p>')
165 return $f->mainControls()->metaBar()
166 ->withAdditionalEntry(
'search', $search)
167 ->withAdditionalEntry(
'help', $help)
168 ->withAdditionalEntry(
'notes', $notes)
169 ->withAdditionalEntry(
'user', $user);
174 $tools_btn = $f->button()->bulky(
175 $f->symbol()->icon()->custom(
'./src/UI/examples/Layout/Page/Standard/grid.svg',
''),
180 $mainbar = $f->mainControls()->mainBar()
191 foreach ($entries as
$id => $entry) {
192 $mainbar = $mainbar->withAdditionalEntry(
$id, $entry);
198 ->withAdditionalToolEntry(
'tool1', $tools[
'tool1'],
false, $f->button()->close())
199 ->withAdditionalToolEntry(
'tool2', $tools[
'tool2'])
200 ->withAdditionalToolEntry(
'tool3', $tools[
'tool3'],
true, $f->button()->close())
201 ->withAdditionalToolEntry(
'tool4', $tools[
'tool4'],
false, $f->button()->close());
207 $symbol = $f->symbol()->icon()
208 ->custom(
'./src/UI/examples/Layout/Page/Standard/layers.svg',
'')
210 $slate = $f->maincontrols()->slate()->combined(
'Repository', $symbol);
212 $icon = $f->symbol()->icon()
215 ->withAbbreviation(
'X');
217 $button = $f->button()->bulky(
220 './src/UI/examples/Layout/Page/Standard/ui.php?new_ui=1' 223 $df = new \ILIAS\Data\Factory();
225 (
$_SERVER[
'REQUEST_SCHEME'] ??
"http") .
'://' 226 . (
$_SERVER[
'SERVER_NAME'] ??
"localhost") .
':' 228 . (
$_SERVER[
'SCRIPT_NAME'] ??
"") .
'?' 231 $link1 = $f->link()->bulky($icon,
'Favorites (Link)',
$url);
232 $link2 = $f->link()->bulky($icon,
'Courses (Link2)',
$url);
233 $link3 = $f->link()->bulky($icon,
'Groups (Link)',
$url);
236 ->withAdditionalEntry($button->withLabel(
'Repository - Home'))
237 ->withAdditionalEntry($button->withLabel(
'Repository - Tree'))
238 ->withAdditionalEntry($button->withLabel(
'Repository - Last visited'))
239 ->withAdditionalEntry($link1)
240 ->withAdditionalEntry($link2)
241 ->withAdditionalEntry($link3)
242 ->withAdditionalEntry($button->withLabel(
'Study Programme'))
243 ->withAdditionalEntry($button->withLabel(
'Own Repository-Objects'));
245 foreach (range(1, 20) as $cnt) {
246 $slate = $slate->withAdditionalEntry($button->withLabel(
'fillup ' . $cnt));
254 $icon = $f->symbol()->icon()
257 ->withAbbreviation(
'X');
259 $button = $f->button()->bulky(
262 './src/UI/examples/Layout/Page/Standard/ui.php?new_ui=1' 265 $symbol = $f->symbol()->icon()
266 ->custom(
'./src/UI/examples/Layout/Page/Standard/user.svg',
'')
269 $slate = $f->maincontrols()->slate()
270 ->combined(
'Personal Workspace', $symbol);
272 $symbol = $f->symbol()->icon()
273 ->custom(
'./src/UI/examples/Layout/Page/Standard/bookmarks.svg',
'')
276 $bookmarks = $f->legacy(implode(
'<br />', [
277 $r->
render($f->button()->shy(
'my bookmark 1',
'#')),
278 $r->
render($f->button()->shy(
'my bookmark 2',
'#'))
280 $slate_bookmarks = $f->maincontrols()->slate()
281 ->legacy(
'Bookmarks', $symbol, $bookmarks);
284 ->withAdditionalEntry($button->withLabel(
'Overview'))
285 ->withAdditionalEntry($slate_bookmarks)
286 ->withAdditionalEntry($button->withLabel(
'Calendar'))
287 ->withAdditionalEntry($button->withLabel(
'Task'))
288 ->withAdditionalEntry($button->withLabel(
'Portfolios'))
289 ->withAdditionalEntry($button->withLabel(
'Personal Resources'))
290 ->withAdditionalEntry($button->withLabel(
'Shared Resources'))
291 ->withAdditionalEntry($button->withLabel(
'Notes'))
292 ->withAdditionalEntry($button->withLabel(
'News'))
293 ->withAdditionalEntry($button->withLabel(
'Background Tasks'))
294 ->withAdditionalEntry($slate_bookmarks);
299 $symbol = $f->symbol()->icon()
300 ->custom(
'./src/UI/examples/Layout/Page/Standard/achievements.svg',
'')
302 return $f->maincontrols()->slate()->legacy(
305 $f->legacy(
'content: Achievements')
311 $symbol = $f->symbol()->icon()
312 ->custom(
'./src/UI/examples/Layout/Page/Standard/communication.svg',
'')
314 return $f->maincontrols()->slate()->legacy(
317 $f->legacy(
'content: Communication')
323 $symbol = $f->symbol()->icon()
324 ->custom(
'./src/UI/examples/Layout/Page/Standard/organisation.svg',
'')
327 $sf = $f->maincontrols()->slate();
328 return $sf->combined(
'Organisation', $symbol)
329 ->withAdditionalEntry(
330 $sf->combined(
'1', $symbol)
331 ->withAdditionalEntry($sf->combined(
'1.1', $symbol))
332 ->withAdditionalEntry(
333 $sf->combined(
'1.2', $symbol)
334 ->withAdditionalEntry($sf->combined(
'1.2.1', $symbol))
335 ->withAdditionalEntry($sf->combined(
'1.2.2', $symbol))
338 ->withAdditionalEntry(
339 $sf->combined(
'2', $symbol)
340 ->withAdditionalEntry($sf->combined(
'2.1', $symbol))
342 ->withAdditionalEntry($sf->combined(
'3', $symbol))
343 ->withAdditionalEntry($sf->combined(
'4', $symbol));
348 $symbol = $f->symbol()->icon()
349 ->custom(
'./src/UI/examples/Layout/Page/Standard/administration.svg',
'')
351 return $f->maincontrols()->slate()->legacy(
354 $f->legacy(
'content: Administration')
362 $symbol = $f->symbol()->icon()
363 ->custom(
'./src/UI/examples/Layout/Page/Standard/question.svg',
'')
365 $slate = $f->maincontrols()->slate()->legacy(
371 Some Text for help entry 374 <button onclick="alert(\'helo - tool 1 \');">Some Dummybutton</button> 376 <button onclick="alert(\'helo - tool 1, button 2 \');">some other dummybutton</button> 380 $tools[
'tool1'] = $slate;
382 $symbol = $f->symbol()->icon()
383 ->custom(
'./src/UI/examples/Layout/Page/Standard/pencil.svg',
'')
385 $slate = $f->maincontrols()->slate()->legacy(
391 Some Text for editor entry 393 <button onclick="alert(\'helo\');">Some Dummybutton</button> 399 $tools[
'tool2'] = $slate;
401 $symbol = $f->symbol()->icon()
402 ->custom(
'./src/UI/examples/Layout/Page/Standard/notebook.svg',
'')
404 $slate = $f->maincontrols()->slate()->legacy(
409 $tools[
'tool3'] = $slate;
411 $slate = $f->maincontrols()->slate()->legacy(
416 $tools[
'tool4'] = $slate;
427 Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
428 tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
429 At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
430 no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,
431 consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
432 dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo
433 duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus
434 est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur
435 sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore
436 magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo
437 dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est
438 Lorem ipsum dolor sit amet.
441 Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie
442 consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan
443 et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis
444 dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer
445 adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore
446 magna aliquam erat volutpat.
449 Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit
450 lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure
451 dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore
452 eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui
453 blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
456 Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming
457 id quod mazim placerat facer
An entity that renders components to a string output.
getDemoEntryAdministration(\ILIAS\UI\Factory $f)
getDemoEntryRepository(\ILIAS\UI\Factory $f)
getDemoEntryAchievements(\ILIAS\UI\Factory $f)
This describes the MainBar.
pagedemoContent(\ILIAS\UI\Factory $f, Renderer $r, MainBar $mainbar)
render($component, ?Renderer $root=null)
Render given component.
Class ChatMainBarProvider .
getDemoEntryCommunication(\ILIAS\UI\Factory $f)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
pagedemoMainbar(\ILIAS\UI\Factory $f, Renderer $r)
pagedemoMetabar(\ILIAS\UI\Factory $f)
if(basename($_SERVER["SCRIPT_FILENAME"])=="ui.php") if(isset($request_wrapper) &&isset($refinery) && $request_wrapper->has('new_ui') && $request_wrapper->retrieve('new_ui', $refinery->kindlyTo() ->string())=='1') renderFooterInFullscreenMode(Container $dic)
Customizing of pimple-DIC for ILIAS.
static initILIAS()
ilias initialisation
if(isset($request_wrapper) &&isset($refinery) && $request_wrapper->has('replaced') && $request_wrapper->retrieve('replaced', $refinery->kindlyTo() ->string())=='1') pagedemoCrumbs($f)
Below are helpers for the construction of demo-content.
getDemoEntryOrganisation(\ILIAS\UI\Factory $f)
getDemoEntryTools(\ILIAS\UI\Factory $f)
pagedemoFooter(\ILIAS\UI\Factory $f)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
withToolsButton(Button\Bulky $button)
Set button for the tools-trigger.
getEngageToolSignal(string $tool_id)
Signal to engage a tool from outside the MainBar.
ui()
Get the interface to get services from UI framework.
getDemoEntryPersonalWorkspace(\ILIAS\UI\Factory $f, Renderer $r)
Refinery Factory $refinery