playlist.html: html clean up

This commit is contained in:
Anders Betnér 2006-04-09 00:17:10 +00:00
parent 0987d427e6
commit 6d6f2d125f

View File

@ -60,11 +60,10 @@
* Delete playlist (hit delete)<br /> * Delete playlist (hit delete)<br />
<br /> <br />
<strong>Broken stuff</strong><br /> <strong>Broken stuff</strong><br />
* Only shows 50 first songs<br /> * Truncated song info<br />
* IE no songlist<br />
* IE no playlist rename<br /> * IE no playlist rename<br />
* IE no add playlist<br /> * IE no add playlist<br />
* IE scrollbar misaligned<br />
</div> </div>
<div id="genre_div"> <div id="genre_div">
Genre<br /> Genre<br />
@ -93,17 +92,8 @@ Album<br />
<th style="width: 120px;">Artist</th> <th style="width: 120px;">Artist</th>
<th style="width: 120px;">Album</th> <th style="width: 120px;">Album</th>
<th style="width: 100px;">Genre</th> <th style="width: 100px;">Genre</th>
</tr> </tr>
</table> </table>
<!-- <col style="width: 140px;" />
<col style="width: 50px;" />
<col style="width: 120px;" />
<col style="width: 120px;" />
<col style="width: 100px;" />
-->
<div style="height: 400px; width: 570px;">
<table id="songs_data" style="width:530px;" border="0" cellspacing="0" cellpadding="0"> <table id="songs_data" style="width:530px;" border="0" cellspacing="0" cellpadding="0">
<col style="width: 140px;" /> <col style="width: 140px;" />
<col style="width: 50px;" /> <col style="width: 50px;" />
@ -133,5 +123,4 @@ Album<br />
<tr><td>&#x00a0;</td><td></td><td></td><td></td><td></td></tr> <tr><td>&#x00a0;</td><td></td><td></td><td></td><td></td></tr>
</table> </table>
</div> </div>
</div>
@include ftr.html@ @include ftr.html@