playlist functionality
This commit is contained in:
parent
3cf4603fff
commit
2a9a088a9e
4 changed files with 65 additions and 19 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue