diff options
author | Peter Grassberger <petertheone@gmail.com> | 2015-08-09 17:31:51 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2015-08-09 17:31:51 (GMT) |
commit | 48d492a8d89f80b2e1e394019527495eb3619cae (patch) | |
tree | 37b20141e5bb30415b0b4265f602e9c13509a549 /www/index.html | |
parent | e1dc9d23da796d5a83d32c94a8320167a15eb8ec (diff) |
jingles: list some cuts
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/www/index.html b/www/index.html index 344c48e..2d4b2c8 100644 --- a/www/index.html +++ b/www/index.html @@ -149,15 +149,13 @@ <div class="alertbox"></div> <div class="row-fluid"> <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"> + <div class="span12" id="jingles-jingAllgem"> + <h2></h2> + <table class="table table-striped"> <thead> <tr> - <th>Cart #</th> + <th>Cut #</th> <th>Titel</th> <th>Länge</th> <th>importiert</th> @@ -173,13 +171,13 @@ </div> </div> <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"> + <div class="span12" id="jingles-jingAnlass"> + <h2></h2> + <table class="table table-striped"> <thead> <tr> - <th>Cart #</th> + <th>Cut #</th> <th>Titel</th> <th>Länge</th> <th>importiert</th> |