Changeset 106 for trunk


Ignore:
Timestamp:
12/01/2005 11:54:04 PM (6 years ago)
Author:
Winner
Message:

Rename config to config-sample folder.
Bug fix: Firefox visualization.
Tool add: dnszones-poller.
Config change to fit dnszones-poller.

Location:
trunk
Files:
7 added
1 edited
4 moved

Legend:

Unmodified
Added
Removed
  • trunk/config-sample/config.php

    r104 r106  
    4242         
    4343        'dns' => array( 
    44                 'root_zone' => 'domain', 
    45                 'ns_zone' => 'ns.domain', 
     44                'root_zone' => 'yourdomain', 
     45                'ns_zone' => 'ns.yourdomain', 
    4646                'reverse_zone' => 'in-addr.arpa', 
    47                 'forward_zone_schema' => $root_path.'poller/domain-forward.schema', 
    48                 'reverse_zone_schema' => $root_path.'poller/domain-reverse.schema' 
     47                'forward_zone_schema' => $root_path.'tools/dnszones-poller/yourdomain.schema', 
     48                'reverse_zone_schema' => $root_path.'tools/dnszones-poller/10.in-addr.arpa.schema' 
    4949                ), 
    5050         
  • trunk/templates/basic/includes/pages/gmap/gmap_js.tpl

    r91 r106  
    265265                        icon = icon_image[icon_scale]; 
    266266                        icon_s = icon_image[0]; 
    267                         var html = "<div style=\"text-align:left; font-size:12px;font-weight:bold;\"><img src=\"" + icon_s.image + "\" alt=\"\" />" + node_name + " (#" + node_id + ")</div><br />" + 
    268                                                 "<div style=\"text-align:left; font-size:10px;\">" + 
     267                        var html = "<div style=\"white-space: nowrap; text-align:left; font-size:12px;font-weight:bold;\"><img src=\"" + icon_s.image + "\" alt=\"\" />" + node_name + " (#" + node_id + ")</div><br />" + 
     268                                                "<div style=\"white-space: nowrap; text-align:left; font-size:10px;\">" + 
    269269                                                node_area + "<br />" + 
    270270                                                "{/literal}{$lang.links}{literal}: " + (parseInt(node_p2p) + parseInt(node_client_on_ap)) + " (+" + node_aps + " {/literal}{$lang.aps}{literal})" + "<br />" + 
Note: See TracChangeset for help on using the changeset viewer.