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.4 KiB

pirms 17 gadiem
pirms 15 gadiem
pirms 15 gadiem
pirms 15 gadiem
pirms 15 gadiem
pirms 17 gadiem
pirms 17 gadiem
12345678910111213141516171819202122232425262728293031
  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>Find out even more about your local area using StreetWire</h4>
  10. <p>
  11. StreetWire is like PlanningAlerts for everything. Including licensing applications,
  12. local news, crime and missing animals.
  13. <br/>
  14. <a href="http://www.streetwire.org">Visit StreetWire</a>
  15. </p>
  16. </div>
  17. <p>
  18. 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>
  19. </p>
  20. <!--
  21. <p>
  22. 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>!
  23. </p>
  24. -->
  25. </div>
  26. </form>
  27. {include file="footer.tpl"}