bcast-bridge/web/smarty/templates/stat_hlsw.tpl

16 lines
348 B
Smarty

<table cellspacing="10">
<tr><td valign="top">
<select name=view OnChange=document.location.href='{$marty.server.SCRIPT_NAME}?view='+this.value>
{html_options options=$views selected=$view}
</select>
<br><br>
{foreach from=$masters item=hlsw}
<img src="stat_hlsw.php?hlswid={$hlsw->id}&view={$view}">
<br><br>
{/foreach}
</td></tr>
</table>