added album/artist play buttons
This commit is contained in:
parent
4f5f0b0d07
commit
2a188455c6
6 changed files with 179 additions and 186 deletions
|
@ -7,40 +7,11 @@
|
|||
<div id="playlistPage" data-role="page" class="page libraryPage" data-theme="a">
|
||||
|
||||
<div data-role="content">
|
||||
|
||||
<table id="playlistTable" style="margin: auto; width: 90%;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Name</th>
|
||||
<th>Album</th>
|
||||
<th>Time</th>
|
||||
<th>Rating</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="5"></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
<tbody id="queueTable"></tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<div id="playlist" class="detailTableContainer">
|
||||
|
||||
</div>
|
||||
</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