Automatically exported from code.google.com/p/planningalerts
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

confirmed.tpl 1.4 KiB

před 17 roky
před 15 roky
před 15 roky
před 15 roky
před 15 roky
před 17 roky
před 17 roky
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"}