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.

преди 17 години
преди 17 години
преди 17 години
преди 17 години
преди 17 години
преди 14 години
преди 16 години
преди 17 години
преди 17 години
преди 17 години
преди 17 години
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. <ul id="ulSignup" class="form nobullets">
  7. <li id="liEmail">
  8. <label for="txtEmail"><span class="number">1</span> Enter your email address</label>
  9. <input type="text" class="textbox {if $email_warn == true}error{/if}" id="txtEmail" name="txtEmail" value="{$email}" />
  10. </li>
  11. <li id="liPostcode">
  12. <label for="txtPostcode"><span class="number">2</span> Enter a postcode</label>
  13. <input type="text" class="textbox {if $postcode_warn == true}error{/if}" id="txtPostcode" name="txtPostcode" value="{$postcode}" />
  14. <small>e.g. SW9 8JX</small>
  15. </li>
  16. <li id="liAlertArea">
  17. <p id="pAlertArea"><span class="number">3</span> Choose what size area would you like to receive alerts for</p>
  18. <fieldset>
  19. <ul id="ulAlertArea" class="form nobullets">
  20. <li>
  21. <input type="radio" id="radAlertAreaSize_street" name="radAlertAreaSize" value="s" {if $alert_area_size == s}checked="checked"{/if} />
  22. <label for="radAlertAreaSize_street">My street (approximately {$small_zone_size} m)</label> <small><a href="javascript:previewMap('s');">view on a map (new window)</a></small>
  23. </li>
  24. <li>
  25. <input type="radio" id="radAlertAreaSize_neihgbourhood" name="radAlertAreaSize" value="m" {if $alert_area_size == m}checked="checked"{/if} />
  26. <label for="radAlertAreaSize_neihgbourhood">My neighbourhood (approximately {$medium_zone_size} m)</label> <small><a href="javascript:previewMap('m');">view on a map (new window)</a></small>
  27. </li>
  28. <li>
  29. <input type="radio" id="radAlertAreaSize_town" name="radAlertAreaSize" value="l" {if $alert_area_size == l}checked="checked"{/if} />
  30. <label for="radAlertAreaSize_town">Wider area (approximately {$large_zone_size} m)</label> <small><a href="javascript:previewMap('l');">view on a map (new window)</a></small>
  31. </li>
  32. <li>
  33. <noscript><fieldset>Note: viewing the alert area on a map requires javascript</fieldset></noscript>
  34. </li>
  35. </ul>
  36. </fieldset>
  37. </li>
  38. <li id="liSignup">
  39. <input type="submit" class="button" value="Create alert >>" />
  40. <span id="spnBeta">This site is in Beta (test) mode, so all local authorities near you may not be included in alerts.</span>
  41. </li>
  42. </ul>
  43. </form>
  44. <div id="divSiteUpdates">
  45. <h4>Recent site updates</h4>
  46. <ul class="nobullets">
  47. <li><em>January 2010</em>Site functioning again with reduced postcode accuracy.<a href="http://www.communities.gov.uk/corporate/contact?consultation=true"> Please consider submitting feedback to the government consultation</a></li>
  48. <li><em>May 2008</em>Now has 250 Local authorities covered</li>
  49. <li><em>July 2007</em>Shortlisted for New Statesman New Media Award</li>
  50. <li><em>July 2007</em>Added 21 councils inc. Lewisham, New Forest National Park and Edinburgh </li>
  51. <li><em>April 2007</em>Added 50 more councils.<li>
  52. <li><em>March 2007</em> Added an API and a few more councils (inc. Islington and Hackney)</li>
  53. <li><em>February 2007</em> Added loads more councils (inc. Camden and Tower Hamlets)</li>
  54. <li><em>December 2006</em> beta launch</li>
  55. </ul>
  56. </div>
  57. {include file="footer.tpl"}