diff options
author | PeterTheOne <petertheone@gmail.com> | 2016-01-09 16:43:46 (GMT) |
---|---|---|
committer | PeterTheOne <petertheone@gmail.com> | 2016-01-09 16:43:46 (GMT) |
commit | 7eac572b7931d5a82de1b89e1dd0ce28d570aa4f (patch) | |
tree | 18db591312025ac24da86440ebdac37fa0e2a1c0 /www/index.html | |
parent | 9a756a08d8e2f103fc010fcf4a11d5da94464c2d (diff) |
musicgrid: add setMusicgrid function, still has some bugs
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index e42c89d..15b7619 100644 --- a/www/index.html +++ b/www/index.html @@ -90,6 +90,29 @@ </div> </div> + <div class="modal hide fade" id="musicpoolModal"> + <div class="modal-header"> + <a class="close" data-dismiss="modal">×</a> + <h3>Musikpool auswählen</h3> + </div> + <div class="modal-body"> + <table class="table table-striped"> + <thead> + <tr> + <th>Clock</th> + <th>Title</th> + <th>Ausgewählt</th> + </tr> + </thead> + <tbody> + </tbody> + </table> + </div> + <div class="modal-footer"> + <button class="btn" data-dismiss="modal">Abbrechen</button> + </div> + </div> + <div id="app-shows" class="container-fluid"> <div class="alertbox"></div> <div class="row-fluid"> |