summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2015-09-04 18:34:54 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2015-09-04 18:34:54 (GMT)
commit2b1a99121c7f040705ee19e6978a16fdde4e9f3a (patch)
treee9f9f307f3599235132c5c4585ef02ad91a1fecb /www/index.html
parent77376357c285265546107e66b4c6949a8fe6f09e (diff)
restructure jingle events
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html42
1 files changed, 19 insertions, 23 deletions
diff --git a/www/index.html b/www/index.html
index a7a2d6b..bc40ab6 100644
--- a/www/index.html
+++ b/www/index.html
@@ -19,7 +19,8 @@
<script src="/javascript/twitter-bootstrap/js/bootstrap.min.js"></script>
<script src="/javascript/twitter-bootstrap/js/bootstrap-alert.min.js"></script>
<script src="/javascript/twitter-bootstrap/js/bootstrap-modal.min.js"></script>
- <script src="/js/dropzone.js"></script>
+ <script src="/js/dropzone.js"></script>
+ <script src="/js/rivendell.js"></script>
<script src="/js/utils.js"></script>
<script src="/js/clock.js"></script>
<script src="/js/auth.js"></script>
@@ -145,29 +146,24 @@
</div>
</div>
- <div id="app-jingles" class="container-fluid">
- <div class="alertbox"></div>
-
- <div class="row-fluid jingleGroupTemplate hidden">
- <div class="span12">
- <div class="row-fluid">
- <div class="span12">
- <h2></h2>
- <table class="table table-striped">
- <thead>
- <tr>
- <th>Cut #</th>
- <th>Titel</th>
- <th>Aktionen</th>
- </tr>
- </thead>
- <tbody>
- </tbody>
- </table>
- </div>
- </div>
- </div>
+ <div class="row-fluid jingleGroupTemplate hidden">
+ <div class="span12">
+ <h2></h2>
+ <table class="table table-striped">
+ <thead>
+ <tr>
+ <th>Cut #</th>
+ <th>Titel</th>
+ <th>Aktionen</th>
+ </tr>
+ </thead>
+ <tbody>
+ </tbody>
+ </table>
</div>
+ </div>
+
+ <div id="app-jingles" class="container-fluid">
</div>