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.
 
 
 
 
 
 

44 lines
2.2 KiB

  1. <?php /* Smarty version 2.6.16, created on 2007-11-03 10:05:39
  2. compiled from confirmed.tpl */ ?>
  3. <?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
  4. smarty_core_load_plugins(array('plugins' => array(array('modifier', 'upper', 'confirmed.tpl', 9, false),)), $this); ?>
  5. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  6. $this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array()));
  7. $this->_tpl_vars = $_smarty_tpl_vars;
  8. unset($_smarty_tpl_vars);
  9. ?>
  10. <form action="<?php echo $this->_tpl_vars['form_action']; ?>
  11. " method="post">
  12. <fieldset>
  13. <input type="hidden" name="_is_postback" value="1" />
  14. </fieldset>
  15. <div class="attention">
  16. <h3>Thanks, your alert has been activated</h3>
  17. <p>
  18. You will now receive email alerts for any planning applications we find near <strong><?php echo ((is_array($_tmp=$this->_tpl_vars['postcode'])) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp)); ?>
  19. </strong> (within approximately <?php echo $this->_tpl_vars['alert_area_size']; ?>
  20. m). If this alert doesn't cover everywhere you are interested in <span class="highlight"><a href="/">you can sign up for multiple alerts</a></span>
  21. </p>
  22. <!--
  23. <p>
  24. If you are interested in discussing local issues with your MP and other local people you can also join <a href="http://www.hearfromyourmp.com">HearFromYourMP.com</a>!
  25. </p>
  26. -->
  27. <div class="ad">
  28. <h4>Are you a member of a local community email group or forum?</h4>
  29. <p>
  30. Help your neighbours find the group using by adding it to our sister site
  31. <a href="http://www.groupsnearyou.com/add/about/">GroupsNearYou.com</a>
  32. </p>
  33. </div>
  34. </div>
  35. </form>
  36. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  37. $this->_smarty_include(array('smarty_include_tpl_file' => "footer.tpl", 'smarty_include_vars' => array()));
  38. $this->_tpl_vars = $_smarty_tpl_vars;
  39. unset($_smarty_tpl_vars);
  40. ?>