Masquer les derniers auteurs
Paul Libbrecht 3.1 1
Paul Libbrecht 1.1 2 {{html}}
3
4 <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
5 <!-- Indicators -->
6 <ol class="carousel-indicators">
7 <li data-target="#carousel-example-generic" data-slide-to="0"
Paul Libbrecht 3.1 8 class="active"></li>
9 <li data-target="#carousel-example-generic" data-slide-to="1"></li>
10 <li data-target="#carousel-example-generic" data-slide-to="2"></li>
Paul Libbrecht 1.1 11 </ol>
12
Paul Libbrecht 4.1 13
14
Paul Libbrecht 1.1 15 <!-- Wrapper for slides -->
16 <div class="carousel-inner" role="listbox">
17 <div class="item active">
Paul Libbrecht 4.1 18 <img src="/xwiki/bin/download/Bleus_Camp2013/WebHome/P7270062.JPG?width=300" alt="xxxx xx">
Paul Libbrecht 1.1 19 <div class="carousel-caption">
Paul Libbrecht 4.1 20 the caption
Paul Libbrecht 1.1 21 </div>
22 </div>
23 <div class="item">
Paul Libbrecht 4.1 24 <img src="/xwiki/bin/download/Bleus_Camp2013/WebHome/P7270060.JPG?width=300" alt="xx xxx">
Paul Libbrecht 1.1 25 <div class="carousel-caption">
Paul Libbrecht 4.1 26 the caption
Paul Libbrecht 1.1 27 </div>
28 </div>
29
Paul Libbrecht 4.1 30 <div id="slideshow4" class="item" ><img src="/xwiki/bin/download/Louveteaux_Camp2013/Photos/camp-loulou-photos-paul-6?width=300"></div>
31 <div class="item"><img src="/xwiki/bin/download/Louveteaux_Camp2013/Photos/DSC04833.JPG?width=300"></div>
32 <div id="slideshow6" class="item" ><img src="/xwiki/bin/download/Louveteaux_Camp2013/Photos/DSC04918.JPG?width=300"></div>
33
34
Paul Libbrecht 1.1 35 <!-- Controls -->
36 <a class="left carousel-control" href="#carousel-example-generic"
37 role="button" data-slide="prev">
38 <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
39 <span class="sr-only">Previous</span>
40 </a>
41 <a class="right carousel-control" href="#carousel-example-generic"
42 role="button" data-slide="next">
43 <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
44 <span class="sr-only">Next</span>
45 </a></div>
46
47 {{/html}}
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions