parent
8fbc98e84e
commit
84c0cdd2a5
@ -1,7 +1,11 @@
|
||||
<div class="daaprPlayerTitleIndicator">{{dmap_itemname}}</div>
|
||||
<div class="daaprPlayerInfoIndicator">{{daap_songartist}}</div>
|
||||
<div class="daaprProgressWrap">
|
||||
<span id="daaprProgressTimeElapsed">0:00</span>
|
||||
<progress min="0" max="1" value="0" id="daaprPlayerProgress"></progress>
|
||||
<span id="daaprProgressTimeRemain">-0:00</span>
|
||||
</div>
|
||||
<% if (typeof dmap_itemnname !== "undefined") { %>
|
||||
<div class="daaprPlayerTitleIndicator">{{dmap_itemname}}</div>
|
||||
<div class="daaprPlayerInfoIndicator">{{daap_songartist}}</div>
|
||||
<div class="daaprProgressWrap">
|
||||
<span id="daaprProgressTimeElapsed">0:00</span>
|
||||
<progress min="0" max="1" value="0" id="daaprPlayerProgress"></progress>
|
||||
<span id="daaprProgressTimeRemain">-0:00</span>
|
||||
</div>
|
||||
<% } else { %>
|
||||
<h1>DAAPr<sup>3</sup></h1>
|
||||
<% } %>
|
Loading…
Reference in new issue