Automatically exported from code.google.com/p/planningalerts
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

49 linhas
3.0 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. <p id="pBeta"><span>This site is in Beta (test) mode, so local authorities near you may not be included in alerts.</span></p>
  7. <ul id="ulSignup" class="form nobullets">
  8. <li id="liEmail">
  9. <label for="txtEmail"><span class="number">1</span> Enter your email address</label>
  10. <input type="text" class="textbox {if $email_warn == true}error{/if}" id="txtEmail" name="txtEmail" value="{$email}" />
  11. </li>
  12. <li id="liPostcode">
  13. <label for="txtPostcode"><span class="number">2</span> Enter a postcode</label>
  14. <input type="text" class="textbox {if $postcode_warn == true}error{/if}" id="txtPostcode" name="txtPostcode" value="{$postcode}" />
  15. <small>e.g. SW9 8JX</small>
  16. </li>
  17. <li id="liAlertArea">
  18. <p id="pAlertArea"><span class="number">3</span> Choose what size area would you like to receive alerts for</p>
  19. <fieldset>
  20. <ul id="ulAlertArea" class="form nobullets">
  21. <li>
  22. <input type="radio" id="radAlertAreaSize_street" name="radAlertAreaSize" value="s" {if $alert_area_size == s}checked="checked"{/if} />
  23. <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>
  24. </li>
  25. <li>
  26. <input type="radio" id="radAlertAreaSize_neihgbourhood" name="radAlertAreaSize" value="m" {if $alert_area_size == m}checked="checked"{/if} />
  27. <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>
  28. </li>
  29. <li>
  30. <input type="radio" id="radAlertAreaSize_town" name="radAlertAreaSize" value="l" {if $alert_area_size == l}checked="checked"{/if} />
  31. <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>
  32. </li>
  33. <li>
  34. <noscript><fieldset>Note: viewing the alert area on a map requires javascript</fieldset></noscript>
  35. </li>
  36. </ul>
  37. </fieldset>
  38. </li>
  39. <li id="liSignup"><input type="submit" class="button" value="Create alert >>" /></li>
  40. </ul>
  41. </form>
  42. <div id="divSiteUpdates">
  43. <h4>Recent site updates</h4>
  44. <ul class="nobullets">
  45. <li><em>December 2006</em> beta launch</li>
  46. </ul>
  47. </div>
  48. {include file="footer.tpl"}