-added listen to icecast stream through browser option. Fixed various bugs in now playing screen. added fade support to liquidsoap script

This commit is contained in:
martin 2011-01-26 17:08:30 -05:00
parent a2a8a8eae3
commit 5b11025b31
9 changed files with 181 additions and 102 deletions

View file

@ -1,5 +1,5 @@
<div id='col0' style='float:left; width: 10%; height: 100%;'>
<div><a href="Schedule" onClick="return popup(this)">Listen</a></div>
<div><a href="Nowplaying/livestream" onClick="return popup(this)">Listen</a></div>
</div>
<div id='col1' style='float:left; width: 25%; height: 100%;'>
@ -30,7 +30,7 @@ function popup(mylink){
href=mylink;
else
href=mylink.href;
window.open(href, "player", 'width=400,height=200,scrollbars=yes');
window.open(href, "player", 'width=300,height=100,scrollbars=yes');
return false;
}
</script>