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 година
пре 17 година
пре 17 година
пре 17 година
пре 17 година
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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>July 2007</em>Added 21 councils inc. Lewisham, New Forest National Park and Edinburgh </li>
  48. <li><em>April 2007</em>Added 50 more councils.<li>
  49. <li><em>March 2007</em> Added an API and a few more councils (inc. Islington and Hackney)</li>
  50. <li><em>February 2007</em> Added loads more councils (inc. Camden and Tower Hamlets)</li>
  51. <li><em>December 2006</em> beta launch</li>
  52. </ul>
  53. </div>
  54. {include file="footer.tpl"}