~ubuntu-branches/ubuntu/wily/ntop/wily-proposed

« back to all changes in this revision

Viewing changes to ntop/html/Admin.html

  • Committer: Bazaar Package Importer
  • Author(s): Dennis Schoen
  • Date: 2002-04-12 11:38:47 UTC
  • Revision ID: james.westby@ubuntu.com-20020412113847-4k4yydw0pzybc6g8
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HEAD>
 
2
 
 
3
<script language="JavaScript">
 
4
function confirmReset() {
 
5
        return confirm("Are you sure you want to reset all statistics ?");
 
6
      }
 
7
</script>
 
8
<script language="JavaScript">
 
9
      function confirmShutdown() {
 
10
        return confirm("Are you sure you want to shutdown NTOP?");
 
11
      }
 
12
</script>
 
13
 
 
14
</head>
 
15
 
 
16
<BODY BGCOLOR=#999999 background=white_bg.gif>
 
17
 
 
18
  <table border=0 cellpadding=0 cellspacing=0  width=100%>
 
19
    <tr >
 
20
      <td valign=top> <a href=http://www.ntop.org/ target=_top><img border=0 src="ntop.gif" width="59" height="49"></A>
 
21
      <p>
 
22
<FONT FACE=helvetica size=-1><B>
 
23
 
 
24
 
 
25
<IMG SRC=collapsed.gif>&nbsp;Admin<br>
 
26
<hr>&nbsp;<A HREF=switch.html target=area>Switch NIC</A>
 
27
<hr>&nbsp;<A HREF=changeFilter.html target=area>Change Filter</A>
 
28
<hr>&nbsp;<A HREF=resetStats.html target=area onClick="return confirmReset()">Reset Stats</A>
 
29
<hr>&nbsp;<A HREF=showUsers.html target=area>Users</A>
 
30
<hr>&nbsp;<A HREF=showURLs.html target=area>URLs</A>
 
31
<hr>&nbsp;<A HREF=shutdown.html target=area onClick="return confirmShutdown()">Shutdown</A>
 
32
<hr>
 
33
</font>
 
34
</table>
 
35
</body>
 
36