~ubuntu-branches/ubuntu/natty/ntop/natty

« back to all changes in this revision

Viewing changes to ntop/html/Admin.html

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2005-01-30 21:59:13 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050130215913-xc3ke963bw49b3k4
Tags: 2:3.0-5
* Updated README.Debian file so users will understand what to do at
  install, closes: #291794, #287802.
* Updated ntop init script to give better output.
* Also changed log directory from /var/lib/ntop to /var/log/ntop,
  closes: #252352.
* Quoted the interface list to allow whitespace, closes: #267248.
* Added a couple of logcheck ignores, closes: #269321, #269319.

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