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:
25
site/views/maps/view.ctp
Normal file
25
site/views/maps/view.ctp
Normal 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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user