Changes for page Manuály jednotlivých fakult
Last modified by Denisa Wernerová on 14.02.2025 14:02
From version 2.1
edited by Denisa Wernerová
on 22.02.2024 10:51
on 22.02.2024 10:51
Change comment:
There is no comment for this version
To version 2.2
edited by Denisa Wernerová
on 20.11.2024 08:46
on 20.11.2024 08:46
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,2 +1,20 @@ 1 -[[**FBI - Fakulta bezpečnostního inženýrství**>>doc:.fbi.WebHome]] 2 -[[**FAST - Fakulta stavební**>>doc:.fast.WebHome]] 1 +{{velocity}} 2 +#set ($discard = $xwiki.ssx.use('helpdesk.CustomStyle.WebHome')) 3 +{{/velocity}} 4 + 5 +{{html}} 6 +<div class="hlavnikontejner"> 7 +<div class="hlavnibox"> 8 + <div class="oddil" onclick="window.location.href='fbi';"> 9 + <i class="fa fa-university icon"></i> 10 + <div class="oddil-title">FBI</div> 11 + <div class="oddil-description">Fakulta bezpečnostního inženýrství</div> 12 + </div> 13 + <div class="oddil" onclick="window.location.href='fast';"> 14 + <i class="fa fa-university icon"></i> 15 + <div class="oddil-title">FAST</div> 16 + <div class="oddil-description">Fakulta stavební</div> 17 + </div> 18 +</div> 19 +</div> 20 +{{/html}}