Automatically exported from code.google.com/p/planningalerts
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

confirmed.tpl 1.2 KiB

hace 17 años
hace 15 años
hace 14 años
hace 15 años
hace 14 años
hace 15 años
hace 17 años
hace 17 años
12345678910111213141516171819202122232425262728
  1. {include file="header.tpl"}
  2. <form action="{$form_action}" method="post">
  3. <fieldset>
  4. <input type="hidden" name="_is_postback" value="1" />
  5. </fieldset>
  6. <div class="attention">
  7. <h3>Thanks, your alert has been activated</h3>
  8. <div class="ad">
  9. <h4>Help make the 20010 Election the most transparent ever</h4>
  10. <p>
  11. <a href="http://www.democracyclub.org.uk">Join democracy club!</a>
  12. </p>
  13. </div>
  14. <p>
  15. You will now receive email alerts for any planning applications we find near <strong>{$postcode|upper}</strong> (within approximately {$alert_area_size}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>
  16. </p>
  17. <!--
  18. <p>
  19. 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>!
  20. </p>
  21. -->
  22. </div>
  23. </form>
  24. {include file="footer.tpl"}