/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to index.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-04-18 22:15:17 UTC
  • Revision ID: csa@dside.dyndns.org-20080418221517-gdb0xq7ebhxncccx
Tags: 0.0.7
Graph navigation: mouse wheel, modifier keys, etc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
            adei.SetProperty('parse_delay', <?echo $AJAX_PARSE_DELAY;?>);
104
104
            adei.SetProperty('subsecond_threshold', <?echo $GRAPH_SUBSECOND_THRESHOLD;?>);
105
105
            adei.SetProperty('zoom_ratio', <?echo $GRAPH_ZOOM_RATIO;?>);
 
106
            adei.SetProperty('step_ratio', <?echo $GRAPH_STEP_RATIO;?>);
 
107
            adei.SetProperty('deepzoom_area', <?echo $GRAPH_DEEPZOOM_AREA;?>);
 
108
            adei.SetProperty('edge_ratio', <?echo $GRAPH_EDGE_RATIO;?>);
106
109
 
107
110
            <?if ($SETUP_MULTI_MODE) {?>
108
111
            adei.AddToQuery('setup=<?echo $SETUP?>');
110
113
            
111
114
            <?modulePlaceJS();?>
112
115
 
 
116
            Geometry();
 
117
 
113
118
            adei.Start('<?echo $config_module;?>', <?echo $AJAX_UPDATE_RATE;?>);
114
 
            Geometry();
115
119
        }
116
120
//]]>
117
121
    </script>