diff options
author | PeterTheOne <petertheone@gmail.com> | 2016-01-28 16:08:38 (GMT) |
---|---|---|
committer | PeterTheOne <petertheone@gmail.com> | 2016-01-28 16:08:38 (GMT) |
commit | 34316ee23f6fd1b13b03209ade06027aa6ba2ca2 (patch) | |
tree | 35541d1ffdc9edfbff79685cd8e2cb7c5dd31d62 /www/index.html | |
parent | 864637d8469ec0b40c41ef80c661e6e923cd0a66 (diff) |
musicpools: clone table template
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"> |