- Timestamp:
- 11/15/10 15:54:20 (12 years ago)
- Location:
- trunk/web
- Files:
-
- 2 added
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/data/datamatgraph.php
r122 r140 43 43 $name2 = $CONFrouter_name[$pop_split[1]]; 44 44 if ($IDR_hash[$POP1] == 1 && $IDR_hash[$POP2] == 1) { 45 $pngname = " IMGTMP/".$POP1."_".$POP2.".png";45 $pngname = "img_monotoring/".$POP1."_".$POP2.".png"; 46 46 $rrdname = "$dir/$name"; 47 47 $samp = 10; -
trunk/web/data/menudata.php
r122 r140 6 6 7 7 print " <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"; 10 10 print " <li class=\"withsub\"><a href=\"index.php?section=datamatrix\">Matrix</a> \n"; 11 11 print " <ul class=\"n2\"> \n"; -
trunk/web/index.php
r136 r140 72 72 include ('./conf/menuconf.php'); 73 73 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"; 75 75 print " </div>\n"; 76 76 } else if ($section == "confopt") { … … 98 98 include ('./data/menudata.php'); 99 99 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"; 101 101 print " </div>\n"; 102 102 } else if ($section == "datamatrix") { … … 106 106 include ('./data/menudata.php'); 107 107 include ('./data/datamatgraph.php'); 108 } else if ($section == "databgpas") { 109 include ('./data/menudata.php'); 110 include ('./data/databgpas.php'); 108 111 } else if ($section == "inf") { 109 112 include ('./inf/menuinf.php');