You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
535 B
24 lines
535 B
1 year ago
|
<html>
|
||
|
<head>
|
||
|
<title>Awstats navigation</title>
|
||
|
<script language="javascript">
|
||
|
function change() {
|
||
|
top.stats.location= document.period.select.value + '/';
|
||
|
}
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||
|
<tr>
|
||
|
<td><img src="logo.svg" title="Hestia Control Panel"></td>
|
||
|
<td><form name="period" action="" method="get">
|
||
|
<select name="select" ONCHANGE="change()">
|
||
|
%select_month%
|
||
|
</select>
|
||
|
</form>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|