Add UI for custom embeds
This commit is contained in:
parent
5e2b0929a9
commit
a26df3c92c
5 changed files with 35 additions and 2 deletions
|
|
@ -174,6 +174,12 @@
|
|||
<button class="btn" id="queue_next">Next</button>
|
||||
<button class="btn" id="queue_end">End</button>
|
||||
</div>
|
||||
<button id="customembed_btn" class="btn btn-block" style="display: none">Custom Embed</button>
|
||||
<div id="customembed_entry" style="display: none;">
|
||||
Paste the embed code below and hit Next or End. Acceptable embed codes are <code><iframe></code> and <code><object></code> tags.
|
||||
<textarea rows="3" class="input-block-level" id="customembed_code"></textarea>
|
||||
</div>
|
||||
<br>
|
||||
<div id="extended_controls" class="span12">
|
||||
<button class="btn btn-danger btn-block" id="qlockbtn">Unlock Queue</button>
|
||||
<button class="btn btn-block" id="clearplaylist">Clear Playlist</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue