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:
abijah
2009-05-29 05:10:46 +00:00
parent db03c73b59
commit 2c85566ffc
3 changed files with 30 additions and 18 deletions

View File

@@ -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>