Add UI for custom embeds

This commit is contained in:
calzoneman 2013-08-03 15:10:06 -04:00
parent 5e2b0929a9
commit a26df3c92c
5 changed files with 35 additions and 2 deletions

View file

@ -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>&lt;iframe&gt;</code> and <code>&lt;object&gt;</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>