1
0
mirror of https://github.com/danbee/neompc synced 2025-03-04 08:39:10 +00:00
neompc/templates/default/menu.html
Dan Barber ae099798db ~ Control screen is now Ajax based.
+ Added repeat button.
+ Started work on volume control.
2010-01-11 09:43:47 +00:00

9 lines
351 B
HTML

<div id="menu">
<ul>
<li><a {:if $page == 'browse':}class="selected" {:/if:}href="{:$browse_link:}">Browse</a></li>
<li><a {:if $page == 'playlist':}class="selected" {:/if:}href="{:$playlist_link:}">Playlist</a></li>
<li><a {:if $page == 'control':}class="selected" {:/if:}href="{:$control_link:}">Control</a></li>
</ul>
</div>