Automatically exported from code.google.com/p/planningalerts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
1.4 KiB

  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"}