17 lines
236 B
HTML
17 lines
236 B
HTML
|
@include hdr.html@
|
||
|
|
||
|
<div class="stx">
|
||
|
|
||
|
<table class="hovertable" width="400">
|
||
|
<thead><th>ID</th><th>Playlist Name</th><th>Type</th></thead>
|
||
|
<tbody id="playlists">
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|
||
|
<div id="pl_data">
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
@include ftr.html@
|