awstats_nav.tpl 547 B

1234567891011121314151617181920212223
  1. <html>
  2. <head>
  3. <title>Awstats navigation</title>
  4. <script language="javascript">
  5. function change() {
  6. top.stats.location= document.period.select.value + '/';
  7. }
  8. </script>
  9. </head>
  10. <body>
  11. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  12. <tr>
  13. <td><img src="http://vestacp.com/i/logo.png" alt="vesta"></td>
  14. <td><form name="period" action="" method="get">
  15. <select name="select" ONCHANGE="change()">
  16. %select_month%
  17. </select>
  18. </form>
  19. </td>
  20. </tr>
  21. </table>
  22. </body>
  23. </html>