playlist functionality

This commit is contained in:
Techywarrior 2013-04-17 18:32:38 -07:00
parent 3cf4603fff
commit 2a9a088a9e
4 changed files with 65 additions and 19 deletions

View file

@ -10,7 +10,7 @@
<div data-role="content">
<table>
<table id="playlistTable">
<thead>
<tr>
<th></th>
@ -18,6 +18,7 @@
<th>Series/Album/Year</th>
<th>Time</th>
<th>Rating</th>
<th></th>
</tr>
</thead>
<tfoot>
@ -31,5 +32,11 @@
</div>
</div>
<!-- temp styling -->
<style>
#playlistTable {width:80%;margin:auto;}
#playlistTable th, #playlistTable td {padding:4px 10px;}
</style>
</body>
</html>