====== 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 16:52] 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" data-remote="doku.php?id=playground:plan" data-target="#myModal">Click me !</a> | |
| - | <!-- Modal --> | + | <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"></div> |
| - | <a data-toggle="modal" href="doku.php?id=playground:plan" data-target="#myModal">Click me !</a> | + | |
| - | + | ||
| - | <!-- Button trigger modal --> | + | |
| - | <button type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal">Launch!</button> | + | |
| - | + | ||
| - | <a data-toggle="modal" href="http://fiddle.jshell.net/bHmRB/51/show/" data-target="#myModal">Click me !</a> | + | |
| - | + | ||
| - | <!-- Modal --> | + | |
| - | <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> | + | |
| - | <div class="modal-dialog"> | + | |
| - | <div class="modal-content"> | + | |
| - | <div class="modal-header"> | + | |
| - | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> | + | |
| - | <h4 class="modal-title">Modal title</h4> | + | |
| - | + | ||
| - | </div> | + | |
| - | <div class="modal-body"><div class="te"></div></div> | + | |
| - | <div class="modal-footer"> | + | |
| - | <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> | + | |
| - | <button type="button" class="btn btn-primary">Save changes</button> | + | |
| - | </div> | + | |
| - | </div> | + | |
| - | <!-- /.modal-content --> | + | |
| - | </div> | + | |
| - | <!-- /.modal-dialog --> | + | |
| - | </div> | + | |
| - | <!-- /.modal --> | + | |
| - | + | ||
| </html> | </html> | ||
| ===== Popover ===== | ===== Popover ===== | ||
| Ligne 89: | 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> | ||