Automatically exported from code.google.com/p/planningalerts
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

confirmed.tpl 1.2 KiB

pirms 17 gadiem
pirms 15 gadiem
pirms 14 gadiem
pirms 15 gadiem
pirms 14 gadiem
pirms 15 gadiem
pirms 17 gadiem
pirms 17 gadiem
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"}