diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/www/index.html b/www/index.html index 0bd7725..110849f 100644 --- a/www/index.html +++ b/www/index.html @@ -192,11 +192,8 @@ </select> </form> </div> - <div class="span12"> - <h1>Musikpools</h1> - <p> - coming soon! - </p> + <div class="musicpoolContainer"> + </div> </div> @@ -307,6 +304,26 @@ </div> </div> + <div class="row-fluid musicpool musicpoolTemplate"> + <div class="span12"> + <h2></h2> + <table class="table table-striped"> + <thead> + <tr> + <th>Cart #</th> + <th>Titel</th> + <th>Aktionen</th> + </tr> + </thead> + <tbody> + </tbody> + <tfoot> + </tfoot> + </table> + <button class="uploadButton btn btn-success btn"><i class="icon-upload icon-white"></i> Importieren</button> + </div> + </div> + <table> <tr class="progressBar progressBarTemplate"> <td class="file-bytes"> |