Add analytics
[bus.git] / busui / owa / modules / base / templates / report_geolocation.tpl
maxious 1 <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=<?php $this->out( owa_coreAPI::getSiteSetting($site_id, 'google_maps_api_key') );?>" type="text/javascript"></script>
2 <noscript>
3 <div class="error">
4 <b>JavaScript must be enabled in order for you to use Google Maps.</b> However, it seems JavaScript is either disabled or not supported by your browser. To view Google Maps, enable JavaScript by changing your browser options, and then try again.
5 </div>
6 </noscript>
7
8 <div class="owa_reportSectionContent">
9 <P><img align="bottom" src="<?php echo $this->makeImageLink('kml_feed_small.png');?>"> <a href="<?php echo $this->makeLink(array('do' => 'base.kmlVisitsGeolocation'), true, $this->config['action_url']);?>">Download KML</a></P>
10
11 <?php include("map_dom.tpl");?>
12 </div>
13
14 <?php echo $this->makePaginationFromResultSet($latest_visits, array('do' => 'base.reportVisitsGeolocation'));?>
15
16
17
18