Adding mapping ability. Incomplete as of yet, but coming along nicely.

git-svn-id: file:///svn-source/pmgr/branches/initial_20090526@32 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-05-29 01:47:12 +00:00
parent 3cc8e95ff4
commit 9fc5562dd8
5 changed files with 492 additions and 0 deletions

25
site/views/maps/view.ctp Normal file
View File

@@ -0,0 +1,25 @@
<?php /* -*- mode:PHP -*- */ ?>
<DIV>
<?php
echo $html->image(array('controller' => 'maps',
'action' => 'map',
$map['Map']['id']),
array('alt' => 'Site Map',
'class' => 'imagemap',
'usemap' => '#mapimg'));
?>
</DIV>
<DIV>
<?php
/*
$html->image(array('controller' => 'maps',
'action' => 'legend',
$map['Map']['id']),
array('alt' => 'Site Map Legend'));
*/
?>
</DIV>