Changeset 140 for trunk

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

Update web interface - BGP AS section -

Location:
trunk/web
Files:
2 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/web/data/datamatgraph.php

    r122 r140  
    4343            $name2 = $CONFrouter_name[$pop_split[1]]; 
    4444            if ($IDR_hash[$POP1] == 1 && $IDR_hash[$POP2] == 1) { 
    45               $pngname = "IMGTMP/".$POP1."_".$POP2.".png"; 
     45              $pngname = "img_monotoring/".$POP1."_".$POP2.".png"; 
    4646              $rrdname = "$dir/$name"; 
    4747              $samp = 10; 
  • trunk/web/data/menudata.php

    r122 r140  
    66 
    77print " <ul class=\"n1\"> \n"; 
    8 print "  <li><a href=\"index.php?section=datatest\">test</a> \n"; 
    9 print "  </li> \n"; 
     8##print "  <li><a href=\"index.php?section=datatest\">test</a> \n"; 
     9##print "  </li> \n"; 
    1010print "  <li class=\"withsub\"><a href=\"index.php?section=datamatrix\">Matrix</a> \n"; 
    1111print "   <ul class=\"n2\"> \n"; 
  • trunk/web/index.php

    r136 r140  
    7272  include ('./conf/menuconf.php'); 
    7373  print "       <div id=\"contenu\">\n"; 
    74   print " <p> ICI texte d'introduction à la section Configuration </p>\n"; 
     74  print " <p> This section describes how your instance is configured. </p>\n"; 
    7575  print "       </div>\n"; 
    7676 } else if ($section == "confopt") { 
     
    9898  include ('./data/menudata.php'); 
    9999  print "       <div id=\"contenu\">\n"; 
    100   print " <p> ICI texte d'introduction à la section Data Mining </p>\n"; 
     100  print " <p> Data mining section </p>\n"; 
    101101  print "       </div>\n"; 
    102102 } else if ($section == "datamatrix") { 
     
    106106  include ('./data/menudata.php'); 
    107107  include ('./data/datamatgraph.php'); 
     108 } else if ($section == "databgpas") { 
     109  include ('./data/menudata.php'); 
     110  include ('./data/databgpas.php'); 
    108111 } else if ($section == "inf") { 
    109112  include ('./inf/menuinf.php');