root/trunk/web/conf/param.php @ 124

Revision 120, 382 bytes (checked in by andreu, 13 years ago)

first monitoring web site

Line 
1<?php
2include ('./conf/explicative_text.php');
3print "<div id=\"contenu\">\n";
4print "  <div id=\"tipbox\"> \n";
5print "   <a href=\"\">RENETCOL Managment Information Base</a>\n";
6print "<div>\n";
7print "\n";
8print " $GLOBAL_MONITORING_RRD_Title";
9print " $GLOBAL_MONITORING_RRD_Body";
10print "\n";
11print "</div>\n";
12print "  </div>\n";
13print "</div>\n";
14print "\n";
15print "\n";
16
17
18?>
Note: See TracBrowser for help on using the browser.