Automatically exported from code.google.com/p/planningalerts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
1.1 KiB

  1. <?php /* Smarty version 2.6.16, created on 2009-10-05 13:52:45
  2. compiled from preview.tpl */ ?>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7. <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
  8. <title>PlanningAlerts.com | Alert area preview</title>
  9. <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=<?php echo $this->_tpl_vars['google_maps_key']; ?>
  10. "
  11. type="text/javascript"></script>
  12. <script src="./javascript/preview.js" type="text/javascript"></script>
  13. </head>
  14. <body onload="load(<?php echo $this->_tpl_vars['center_long']; ?>
  15. , <?php echo $this->_tpl_vars['center_lat']; ?>
  16. , <?php echo $this->_tpl_vars['bottom_left_long']; ?>
  17. , <?php echo $this->_tpl_vars['bottom_left_lat']; ?>
  18. , <?php echo $this->_tpl_vars['top_right_long']; ?>
  19. , <?php echo $this->_tpl_vars['top_right_lat']; ?>
  20. )" onunload="GUnload()">
  21. <div id="map" style="width: 500px; height: 500px"></div>
  22. </body>
  23. </html>