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

16 lines
348 B
Smarty
Raw Normal View History

2006-12-22 00:06:05 +01:00
<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>