Automatically exported from code.google.com/p/planningalerts
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

confirmed.tpl 1.2 KiB

17 yıl önce
15 yıl önce
14 yıl önce
15 yıl önce
14 yıl önce
15 yıl önce
17 yıl önce
17 yıl önce
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"}