Wiki source code of Carousel Slider
Last modified by Lucas Charpentier on 2024/04/10 14:04
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | #if ($context.action == 'view') | ||
| 3 | #set ($discard = $xwiki.ssx.use("Carousel.Slider")) | ||
| 4 | #set ($discard = $xwiki.jsx.use("Carousel.Slider")) | ||
| 5 | (% class="${doc.space}" %)((( | ||
| 6 | (% class="carouselcontainer" aria-roledescription="carousel" %)((( | ||
| 7 | (% class="carousel autostart" %)((( | ||
| 8 | (% class="scroller" %)((( | ||
| 9 | (% class="content" %)((( | ||
| 10 | (% class="section container" id="section0" %)((( | ||
| 11 | {{display reference="Carousel.Section4" type="document"/}} | ||
| 12 | ))) | ||
| 13 | (% class="section container" id="section1" %)((( | ||
| 14 | {{display reference="Carousel.Section0" type="document"/}} | ||
| 15 | ))) | ||
| 16 | (% class="section container" id="section2" %)((( | ||
| 17 | {{display reference="Carousel.Section2" type="document"/}} | ||
| 18 | ))) | ||
| 19 | ))) | ||
| 20 | ))) | ||
| 21 | (% id="slider-navigation" class="controls clearfix" %)((( | ||
| 22 | {{html wiki="true" clean="false"}} | ||
| 23 | <a href="#section0" class="item on"><span class="sr-only">The Advanced Open Source Enterprise Wiki</span></a> | ||
| 24 | <a href="#section1" class="item"><span class="sr-only">XWiki Projects</span></a> | ||
| 25 | <a href="#section2" class="item"><span class="sr-only">XWiki Extensions</span></a> | ||
| 26 | {{/html}} | ||
| 27 | ))) | ||
| 28 | ))) | ||
| 29 | ))) | ||
| 30 | ))) | ||
| 31 | #end | ||
| 32 | {{/velocity}} |