Adding controlls

This commit is contained in:
kasperrt
2014-12-14 14:57:20 +01:00
parent 89de5e617f
commit edaade2d24
7 changed files with 347 additions and 7 deletions

View File

@@ -19,7 +19,6 @@
<div id="results"></div>
<div class="main">
<div id="player" class="ytplayer"></div>
<div class="playlist" >
<div id="buttons" class="">
<!--<a href="/php/admin.php?list=<?php echo $list; ?>" title="Channel settings" ><img src="/static/settings2.png" class="skip middle" alt="Settings"/></a>-->
@@ -34,6 +33,7 @@
</div>
</div>
</div>
<div id="controls"></div>
</div>
</div>
<?php include("php/footer.php"); ?>