View file radio/Tpl/visualPlaylist.tpl.html

File size: 798B
	<style>
		.vp_nobr { font-size: 1px; cursor: default; overflow: hidden; white-space:nowrap; float: left; height: 30px;}
		.vp_nobr div { margin: 1px 3px 3px 3px; font-size: 10px; color: white;}
		.vp_bg_cont { height: 37px; width: 97%; margin-top: 2px; clear: both;}
		.vp_bg_cont2 { height: 1px; font-size: 1px; width: 97%; clear: both;}
		.vp_polz {position: absolute; margin-top: -47px; width: 20px; height: 50px; display: block; clear: both;}
	</style>

	<div class='vp_bg_cont'>
<?php
	foreach ($visual as $playlist) {
?>
		<div style='background: url(<?=$playlist['url']?>); width:<?=$playlist['proc']?>%;' class='vp_nobr' title='<?=$playlist['k']?> (<?=$playlist['nachalo']?>)'>
			<div><?=$playlist['k']?><br>(<?=$playlist['nachalo']?>)</div>
		</div>
<?php
	}
?>
	</div>