Module: nagvis Branch: master Commit: 60bdde6b4e2e5bcc29e43c137c196c94239c1c1e URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=60bdde6b4e2e5bcc29e43c137c196c94239c1c1e
Author: LaMi <[email protected]> Date: Wed Jan 13 10:10:31 2010 +0100 Added comment for HTML output of some graphviz versions --- share/server/core/classes/NagVisAutoMap.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/share/server/core/classes/NagVisAutoMap.php b/share/server/core/classes/NagVisAutoMap.php index cffa64e..5bc2831 100644 --- a/share/server/core/classes/NagVisAutoMap.php +++ b/share/server/core/classes/NagVisAutoMap.php @@ -351,6 +351,9 @@ class NagVisAutoMap extends GlobalMap { * <area shape="rect" href="/nagios/cgi-bin/status.cgi?host=www.nagvis.org" target="_self" title="host_231" alt="" coords="151,78,225,118"/> * </map> * + * In some cases there may be an ID: + * <area shape="rect" id="node1" href="/nagios/cgi-bin/status.cgi?host=test_router_0" target="_self" title="host_0" alt="" coords="509,378,525,393"/> + * * Coord description: * For a rectangle, you map the top left and bottom right corners. All * coordinates are listed as x,y (over,up). So, for upper left corner ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
