Automatically exported from code.google.com/p/planningalerts
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

26 lignes
1.3 KiB

  1. <?php /* Smarty version 2.6.16, created on 2006-12-28 14:35:03
  2. compiled from unsubscribed.tpl */ ?>
  3. <?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
  4. smarty_core_load_plugins(array('plugins' => array(array('modifier', 'upper', 'unsubscribed.tpl', 5, 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. <div class="attention">
  11. <h3>You have been unsubscribed</h3>
  12. <p>
  13. You will no longer 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)); ?>
  14. </strong> (within approximately <?php echo $this->_tpl_vars['alert_area_size']; ?>
  15. m).
  16. </p>
  17. <p>
  18. If you have unsubscribed because you were getting too many emails, you could always create a new alert for a smaller area?
  19. </p>
  20. </div>
  21. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  22. $this->_smarty_include(array('smarty_include_tpl_file' => "footer.tpl", 'smarty_include_vars' => array()));
  23. $this->_tpl_vars = $_smarty_tpl_vars;
  24. unset($_smarty_tpl_vars);
  25. ?>