summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorPeterTheOne <petertheone@gmail.com>2016-01-09 16:43:46 (GMT)
committerPeterTheOne <petertheone@gmail.com>2016-01-09 16:43:46 (GMT)
commit7eac572b7931d5a82de1b89e1dd0ce28d570aa4f (patch)
tree18db591312025ac24da86440ebdac37fa0e2a1c0 /www/index.html
parent9a756a08d8e2f103fc010fcf4a11d5da94464c2d (diff)
musicgrid: add setMusicgrid function, still has some bugs
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html23
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">&times;</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">