diff options
| author | horus_arch | 2016-12-13 20:26:10 +0100 |
|---|---|---|
| committer | horus_arch | 2016-12-13 20:26:10 +0100 |
| commit | a74542bff3e188acc4585b2ed44f0ce144e1af5c (patch) | |
| tree | 1f949a352dc1609471530e3eb4426400c15037f3 /intern.gospeladlershof.de/modal.html | |
| parent | 5313875690dbb32268087f69760115466bff519d (diff) | |
| download | gospeladlershof.de-a74542bff3e188acc4585b2ed44f0ce144e1af5c.tar.gz | |
Ich probiers mal mit einem Modal, um die lange Wartezeit zu erklären.
Diffstat (limited to 'intern.gospeladlershof.de/modal.html')
| -rw-r--r-- | intern.gospeladlershof.de/modal.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/intern.gospeladlershof.de/modal.html b/intern.gospeladlershof.de/modal.html new file mode 100644 index 0000000..584c5b2 --- /dev/null +++ b/intern.gospeladlershof.de/modal.html @@ -0,0 +1,16 @@ +<div id="deploymodal" class="modal fade" tabindex="-1" role="dialog"> + <div class="modal-dialog" role="document"> + <div class="modal-content"> + <div class="modal-header"> + <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> + <h4 class="modal-title">Ist gleich fertig!</h4> + </div> + <div class="modal-body"> + <p>Für gewöhnlich dauert es ungefähr ~6 Sekunden, bis die Webseite veröffentlicht wird. Diese Seite aktualisiert sich automatisch, du musst nichts tun…</p> + </div> + <div class="modal-footer"> + <button type="button" class="btn btn-default" data-dismiss="modal">Okay</button> + </div> + </div><!-- /.modal-content --> + </div><!-- /.modal-dialog --> +</div><!-- /.modal --> |
