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-13 15:27:31 +00:00

13 lines
303 B
Plaintext

<header>
<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') - 1) * 20 %>em;">
<div class="root" style="left: 0;"></div>
</div>