mirror of
https://github.com/danbee/neompc
synced 2025-03-04 08:39:10 +00:00
15 lines
392 B
HTML
15 lines
392 B
HTML
<div id="buttons"><a href="{:$playlist_clear_link:}"><img src="templates/{:$template:}/images/delall.gif" /></a></div>
|
|
|
|
<div id="list">
|
|
{:if $playlist:}
|
|
|
|
<ul class="list">
|
|
{:foreach from=$playlist item=playlist_item:}
|
|
{:include file="default/playlist_item.html":}
|
|
{:/foreach:}
|
|
</ul>
|
|
{:else:}
|
|
<p>(Empty playlist)</p>
|
|
{:/if:}
|
|
</div>
|