Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
playground:playground [2015/04/14 17:08] webmaster [Modal] |
playground:playground [2015/04/14 17:41] (Version actuelle) webmaster [Carousel] |
||
---|---|---|---|
Ligne 16: | Ligne 16: | ||
===== Modal ===== | ===== Modal ===== | ||
<html> | <html> | ||
- | <a data-toggle="modal" href="#" data-remote="doku.php?id=playground:plan" data-target="#myModal">Click me !</a> | + | <a data-toggle="modal" data-remote="doku.php?id=playground:plan" data-target="#myModal">Click me !</a> |
- | <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> | + | <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"></div> |
</html> | </html> | ||
===== Popover ===== | ===== Popover ===== | ||
Ligne 60: | Ligne 60: | ||
<div class="carousel-inner" role="listbox"> | <div class="carousel-inner" role="listbox"> | ||
<div class="item active"> | <div class="item active"> | ||
- | <img src="..." alt="..."> | + | <img src="lib/exe/fetch.php?media=wiki:bandeau_languescaribesduvenezuela-800px-en.png" alt="..."> |
<div class="carousel-caption"> | <div class="carousel-caption"> | ||
- | ... | ||
</div> | </div> | ||
</div> | </div> | ||
<div class="item"> | <div class="item"> | ||
- | <img src="..." alt="..."> | + | <img src="lib/exe/fetch.php?media=wiki:bandeau_languescaribesduvenezuela-800px-fr.png" alt="..."> |
+ | <div class="carousel-caption"> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="item"> | ||
+ | <img src="lib/exe/fetch.php?media=wiki:bandeau_languescaribesduvenezuela-800px-es.png" alt="..."> | ||
<div class="carousel-caption"> | <div class="carousel-caption"> | ||
- | ... | ||
</div> | </div> | ||
</div> | </div> | ||
- | ... | ||
</div> | </div> | ||