2005-03-05 19:16:58 -05:00
|
|
|
@include hdr.html@
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td valign="top">
|
|
|
|
Source<br />
|
|
|
|
<select id="source" name="select" size="20">
|
|
|
|
<option value="1">Library</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td valign="top">
|
2005-03-16 14:56:40 -05:00
|
|
|
|
2005-03-05 19:16:58 -05:00
|
|
|
<table id="browse">
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
Genre<br />
|
2005-03-21 14:53:39 -05:00
|
|
|
<select id="genre" name="select" multiple="multiple" size="10">
|
2005-03-16 14:56:40 -05:00
|
|
|
|
2005-03-05 19:16:58 -05:00
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
Artist<br />
|
2005-03-21 14:53:39 -05:00
|
|
|
<select id="artist" name="select" multiple="multiple" size="10">
|
2005-03-16 14:56:40 -05:00
|
|
|
|
2005-03-05 19:16:58 -05:00
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
Album<br />
|
2005-03-21 14:53:39 -05:00
|
|
|
<select id="album" name="select" multiple="multiple" size="10">
|
2005-03-16 14:56:40 -05:00
|
|
|
|
2005-03-05 19:16:58 -05:00
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
2005-03-16 14:56:40 -05:00
|
|
|
<div class="" style="break: both;">
|
|
|
|
<table id="songs" class="mytable" border="0" cellspacing="0" cellpadding="0">
|
2005-03-05 19:16:58 -05:00
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>Song</th>
|
|
|
|
<th>Time</th>
|
|
|
|
<th>Artist</th>
|
|
|
|
<th>Album</th>
|
|
|
|
<th>Genre</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
2005-03-16 14:56:40 -05:00
|
|
|
<tbody class="mytbody">
|
|
|
|
<tr><td></td><td></td><td></td><td></td><td></td></tr>
|
2005-03-05 19:16:58 -05:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
@include ftr.html@
|