Changes for page HomeTiles
Last modified by Christian Holzner on 2026/09/17 08:10
From version 9.1
edited by Christian Holzner
on 2026/08/26 16:12
on 2026/08/26 16:12
Change comment:
Startseite: Kachel-Reihenfolge
To version 5.1
edited by Christian Holzner
on 2026/07/06 04:16
on 2026/07/06 04:16
Change comment:
Logos als Attachments
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,10 +1,9 @@ 1 1 {{velocity}} 2 -#macro(aitile $label $space $icon)<a class="ai-tile" href="$xwiki.getURL("${space}.WebHome")"><span class="ai-tile-icon">< imgclass="ai-tile-img" src="/bin/download/AlpinInfo/Header/$icon"alt="$label"/></span><span class="ai-tile-label">$label</span></a>#end2 +#macro(aitile $label $space $icon)<a class="ai-tile" href="$xwiki.getURL("${space}.WebHome")"><span class="ai-tile-icon"><span class="fa $icon"></span></span><span class="ai-tile-label">$label</span></a>#end 3 3 #macro(aiorg $label $space $logo $active)#if($active)<a class="ai-org-tile" href="$xwiki.getURL("${space}.WebHome")"><img class="ai-org-logo" src="/bin/download/AlpinInfo/Header/${logo}" alt="$label"/><span class="ai-org-name">$label</span></a>#else<span class="ai-org-tile ai-org-disabled" aria-disabled="true"><img class="ai-org-logo" src="/bin/download/AlpinInfo/Header/${logo}" alt="$label"/><span class="ai-org-name">$label</span></span>#end#end 4 4 {{html clean="false"}} 5 -<form class="ai-home-search" action="/bin/view/Main/Search" role="search"><input type="text" name="text" class="ai-home-search-input" placeholder="Suchbegriff eingeben..." autocomplete="off"/><button type="submit" class="ai-home-search-btn" aria-label="Suchen"><svg viewBox="0 0 24 24" width="28" height="28" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round"><circle cx="11" cy="11" r="7"/><line x1="16.2" y1="16.2" x2="21" y2="21"/></svg></button></form> 6 6 <div class="ai-tiles"> 7 -#aitile('Themen' 'Themen' ' themen_w.png')#aitile('Disziplinen' 'Disziplinen' 'disziplinen_w.png')#aitile('Erste Hilfe' 'Erste_Hilfe' 'erstehilfe_b.png')6 +#aitile('Themen' 'Themen' 'fa-book')#aitile('Disziplinen' 'Disziplinen' 'fa-sitemap')#aitile('Erste Hilfe' 'Erste_Hilfe' 'fa-plus-square') 8 8 </div> 9 9 #if("$!xcontext.user" != 'XWiki.XWikiGuest') 10 10 #set($uref = $xcontext.user) ... ... @@ -13,12 +13,11 @@ 13 13 #set($cBRD = ($u.isUserInGroup('XWiki.BRD') || $xwiki.hasAccessLevel('view', $uref, 'BRD.WebHome'))) 14 14 #set($cBF = ($u.isUserInGroup('XWiki.Bergfuehrer') || $xwiki.hasAccessLevel('view', $uref, 'Bergfuehrer.WebHome'))) 15 15 #set($cCNSAS = ($u.isUserInGroup('XWiki.CNSAS') || $xwiki.hasAccessLevel('view', $uref, 'CNSAS.WebHome'))) 16 -#set($cLR = ($u.isUserInGroup('XWiki.Lawinenreport') || $xwiki.hasAccessLevel('view', $uref, 'Lawinenreport.WebHome'))) 17 17 <div class="ai-spacer" style="height:125px"></div> 18 18 <div class="ai-intern-header">INTERNE BEREICHE:</div> 19 19 <div class="ai-spacer" style="height:30px"></div> 20 20 <div class="ai-tiles ai-tiles-org"> 21 -#aiorg('Alpenverein Südtirol' 'AVS' 'avs.png' $cAVS)#aiorg('Bergrettungsdienst' 'BRD' 'brd.png' $cBRD)#aiorg(' CNSAS' 'CNSAS' 'cnsas.png' $cCNSAS)#aiorg('Berg- und Skiführer' 'Bergfuehrer' 'bergfuehrer.png' $cBF)#aiorg('Lawinen.Report' 'Lawinenreport' 'lawinenreport.png' $cLR)19 +#aiorg('Alpenverein Südtirol' 'AVS' 'avs.png' $cAVS)#aiorg('Bergrettungsdienst' 'BRD' 'brd.png' $cBRD)#aiorg('Berg- und Skiführer' 'Bergfuehrer' 'bergfuehrer.png' $cBF)#aiorg('CNSAS' 'CNSAS' 'cnsas.png' $cCNSAS) 22 22 </div> 23 23 #end 24 24 <div class="ai-spacer" style="height:40px"></div>


