20 lines
546 B
20 lines
546 B
<div id='scan'>
|
|
<p id='scancount' style='display:none'><span class='songCount'>0</span> Songs scanned</p>
|
|
<div id="scanprogressbar"></div>
|
|
<input type='button' class='start' value='Recan Collection'></input>
|
|
<input type='button' class='stop' style='display:none' value='Pause'></input>
|
|
</div>
|
|
<table id='collection'>
|
|
<thead>
|
|
<th>Artist</th>
|
|
<th>Album</th>
|
|
<th>Title</th>
|
|
</thead>
|
|
<tbody>
|
|
<tr class='template'>
|
|
<td class='artist'><a/></td>
|
|
<td class='album'><a/></td>
|
|
<td class='title'><a/></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|