2011-07-30 01:53:22 +04:00
|
|
|
<ul id='collection'>
|
|
|
|
<li class='artist'>
|
|
|
|
<img src="<?php echo image_path('files','loading.gif') ?>" alt='loading'/>Loading Collection...
|
|
|
|
</li>
|
|
|
|
<li class='template'>
|
|
|
|
<span></span>
|
2011-07-30 06:15:09 +04:00
|
|
|
<button class='add'>Add</button>
|
|
|
|
<button class='play'>Play</button>
|
2011-07-30 01:53:22 +04:00
|
|
|
</li>
|
|
|
|
</ul>
|