31 lines
No EOL
1 KiB
Go Template
31 lines
No EOL
1 KiB
Go Template
<br>
|
|
<center>
|
|
<form method="post">
|
|
<table width="519">
|
|
<tr>
|
|
<td class="c">{stat_title}: {stat_date}</td>
|
|
</tr><tr>
|
|
<th align="center">
|
|
<table>
|
|
<tr>
|
|
<th width="8%" style="background-color: transparent;"> </th>
|
|
<th style="background-color: transparent;">{stat_show} </th>
|
|
<th style="background-color: transparent;"><select name="who" onChange="javascript:document.forms[0].submit()">{who}</select></th>
|
|
<th style="background-color: transparent;"> {stat_by} </th>
|
|
<th style="background-color: transparent;"><select name="type" onChange="javascript:document.forms[0].submit()">{type}</select></th>
|
|
<th style="background-color: transparent;"> {stat_range} </th>
|
|
<th style="background-color: transparent;"><select name="range" onChange="javascript:document.forms[0].submit()">{range}</select></th>
|
|
<th width="8%" style="background-color: transparent;"> </th>
|
|
<tr>
|
|
</table>
|
|
</th>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<table width="519">
|
|
{stat_header}
|
|
{stat_values}
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html> |