1
0
mirror of https://github.com/danbee/mpd-client synced 2025-03-04 08:39:09 +00:00
mpd-client/public/views/library.ejs
2013-12-19 14:50:31 +00:00

16 lines
471 B
Plaintext

<header>
<% if (browser.attr('currentPane') > 0) { %>
<%== can.route.link('Back', { page: 'library', pane: browser.attr('currentPane') - 1 }, { class: 'back' }) %>
<% } %>
<a class="close" href="#!">Close</a>
<h1><%= browser.attr('title') %></h1>
</header>
<div class="browser"
data-current-pane="<%= browser.attr('currentPane') %>"
style="left: -<%= browser.attr('currentPane') * 20 %>em;">
<panel show="root" style="left: 0;"></panel>
</div>