Changeset 128 for trunk

Show
Ignore:
Timestamp:
11/03/10 15:54:53 (12 years ago)
Author:
andreu
Message:

New information section in web site

Location:
trunk
Files:
5 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/renetcolParam.h

    r127 r128  
    4040 
    4141/*  
    42  * routers index max + 1 (index of the beginning of the lines, and not number of routers) 
     42 * routers index max + 1 (index of the first column who begins the line, 
     43 * (not necessary the number of routers) 
    4344 */ 
    4445#define ROUTER_INDEX_MAX 55 
  • trunk/web/conf/explicative_text.php

    r120 r128  
    55$RECEPTION_PORT = "your collector port to recept netflow export. This port is defined on your routers"; 
    66 
    7 $ROUTER_INDEX_MAX = "routers index max + 1 (index of the beginning of the lines, and not number of routers)"; 
     7$ROUTER_INDEX_MAX = "routers index max + 1 (index of the first column who begins the line, (not necessary the number of routers)"; 
    88 
    99$ROUTERS_LIST = "FILE with your routers IP address"; 
  • trunk/web/index.php

    r127 r128  
    3232print "         <li><a href=\"index.php?section=conf\">Configuration</a></li>\n"; 
    3333print "         <li><a href=\"index.php?section=data\">Data Mining</a></li>\n"; 
    34 print "         <li><a href=\"index.php?section=notes\">Notes</a></li>\n"; 
     34print "         <li><a href=\"index.php?section=inf\"> ? </a></li>\n"; 
    3535print " </ul>\n"; 
    3636 
     
    106106  include ('./data/menudata.php'); 
    107107  include ('./data/datamatgraph.php'); 
     108 } else if ($section == "inf") { 
     109  include ('./inf/menuinf.php'); 
     110  include ('./inf/inf.php'); 
     111 } else if ($section == "infnotes") { 
     112  include ('./inf/menuinf.php'); 
     113  include ('./inf/notes.php'); 
     114 } else if ($section == "infabout") { 
     115  include ('./inf/menuinf.php'); 
     116  include ('./inf/about.php'); 
    108117 } else { 
    109118  include ('menuintro.php');