Code source wiki de TestCarrousel
Modifié par Paul Libbrecht le 2017/01/23 10:28
Afficher les derniers auteurs
author | version | line-number | content |
---|---|---|---|
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" | ||
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> | ||
11 | </ol> | ||
12 | |||
13 | |||
14 | |||
15 | <!-- Wrapper for slides --> | ||
16 | <div class="carousel-inner" role="listbox"> | ||
17 | <div class="item active"> | ||
18 | <img src="/xwiki/bin/download/Bleus_Camp2013/WebHome/P7270062.JPG?width=300" alt="xxxx xx"> | ||
19 | <div class="carousel-caption"> | ||
20 | the caption | ||
21 | </div> | ||
22 | </div> | ||
23 | <div class="item"> | ||
24 | <img src="/xwiki/bin/download/Bleus_Camp2013/WebHome/P7270060.JPG?width=300" alt="xx xxx"> | ||
25 | <div class="carousel-caption"> | ||
26 | the caption | ||
27 | </div> | ||
28 | </div> | ||
29 | |||
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 | |||
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}} |