The map is working quite well now, including the legend. Next steps will be to add the sidemenu.
git-svn-id: file:///svn-source/pmgr/branches/initial_20090526@36 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
$info['width']),
|
||||
array('alt' => 'Site Map',
|
||||
'class' => 'map',
|
||||
'border' => 0,
|
||||
'usemap' => '#mapzones'));
|
||||
?>
|
||||
|
||||
@@ -41,9 +42,9 @@
|
||||
echo $html->image(array('controller' => 'maps',
|
||||
'action' => 'legend',
|
||||
$info['map_id'],
|
||||
$info['width']),
|
||||
$info['width']/2),
|
||||
array('alt' => 'Site Map Legend',
|
||||
'class' => 'map'));
|
||||
'class' => 'legend'));
|
||||
?>
|
||||
</DIV>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user