summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2015-08-09 16:39:55 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2015-08-09 16:39:55 (GMT)
commite1dc9d23da796d5a83d32c94a8320167a15eb8ec (patch)
treeb73a2be0e55445168ebe97415c4e8d4e9adf71b1 /www/index.html
parent8e34dfc158906ad1ddf5810b8d0a88be6b7ffb1f (diff)
add basic jingles listing
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html54
1 files changed, 43 insertions, 11 deletions
diff --git a/www/index.html b/www/index.html
index da72fd7..344c48e 100644
--- a/www/index.html
+++ b/www/index.html
@@ -148,18 +148,50 @@
<div id="app-jingles" class="container-fluid">
<div class="alertbox"></div>
<div class="row-fluid">
- <div class="span10">
- <form class="well form-inline">
- <label class="control-label" for="show-selector"><h3>Jingle Gruppe auswählen</h3></label>&nbsp;&nbsp;
- <select id="jingle-selector" class="main-selector" onchange="jingle_groups_showSelected()">
- </select>
- </form>
+ <div class="span5">
+ <div class="text-center">
+ <h2 id="jingle-title-left"></h2>
+ </div>
+ <div class="row-fluid">
+ <div class="span12">
+ <table class="table table-striped" id="jingle-carts-left">
+ <thead>
+ <tr>
+ <th>Cart #</th>
+ <th>Titel</th>
+ <th>Länge</th>
+ <th>importiert</th>
+ <th># gespielt</th>
+ <th>zuletzt gespielt</th>
+ <th>Aktionen</th>
+ </tr>
+ </thead>
+ <tbody>
+ </tbody>
+ </table>
+ </div>
+ </div>
</div>
- <div class="span2">
- <div id="clock">
- <span class="current-week"></span>
- <span class="clock-date"></span>
- <span class="clock-time"></span>
+ <div class="span5">
+ <h2 id="jingle-title-right"></h2>
+ <div class="row-fluid">
+ <div class="span12">
+ <table class="table table-striped" id="jingle-carts-right">
+ <thead>
+ <tr>
+ <th>Cart #</th>
+ <th>Titel</th>
+ <th>Länge</th>
+ <th>importiert</th>
+ <th># gespielt</th>
+ <th>zuletzt gespielt</th>
+ <th>Aktionen</th>
+ </tr>
+ </thead>
+ <tbody>
+ </tbody>
+ </table>
+ </div>
</div>
</div>
</div>