Automatically exported from code.google.com/p/planningalerts
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

%%45^45E^45E480CD%%index.tpl.php 4.4 KiB

15 лет назад
17 лет назад
17 лет назад
17 лет назад
17 лет назад
17 лет назад
15 лет назад
17 лет назад
17 лет назад
17 лет назад
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?php /* Smarty version 2.6.16, created on 2008-09-28 20:51:25
  2. compiled from index.tpl */ ?>
  3. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  4. $this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array()));
  5. $this->_tpl_vars = $_smarty_tpl_vars;
  6. unset($_smarty_tpl_vars);
  7. ?>
  8. <form action="<?php echo $this->_tpl_vars['form_action']; ?>
  9. " method="post">
  10. <fieldset>
  11. <input type="hidden" name="_is_postback" value="1" />
  12. </fieldset>
  13. <ul id="ulSignup" class="form nobullets">
  14. <li id="liEmail">
  15. <label for="txtEmail"><span class="number">1</span> Enter your email address</label>
  16. <input type="text" class="textbox <?php if ($this->_tpl_vars['email_warn'] == true): ?>error<?php endif; ?>" id="txtEmail" name="txtEmail" value="<?php echo $this->_tpl_vars['email']; ?>
  17. " />
  18. </li>
  19. <li id="liPostcode">
  20. <label for="txtPostcode"><span class="number">2</span> Enter a postcode</label>
  21. <input type="text" class="textbox <?php if ($this->_tpl_vars['postcode_warn'] == true): ?>error<?php endif; ?>" id="txtPostcode" name="txtPostcode" value="<?php echo $this->_tpl_vars['postcode']; ?>
  22. " />
  23. <small>e.g. SW9 8JX</small>
  24. </li>
  25. <li id="liAlertArea">
  26. <p id="pAlertArea"><span class="number">3</span> Choose what size area would you like to receive alerts for</p>
  27. <fieldset>
  28. <ul id="ulAlertArea" class="form nobullets">
  29. <li>
  30. <input type="radio" id="radAlertAreaSize_street" name="radAlertAreaSize" value="s" <?php if ($this->_tpl_vars['alert_area_size'] == s): ?>checked="checked"<?php endif; ?> />
  31. <label for="radAlertAreaSize_street">My street (approximately <?php echo $this->_tpl_vars['small_zone_size']; ?>
  32. m)</label> <small><a href="javascript:previewMap('s');">view on a map (new window)</a></small>
  33. </li>
  34. <li>
  35. <input type="radio" id="radAlertAreaSize_neihgbourhood" name="radAlertAreaSize" value="m" <?php if ($this->_tpl_vars['alert_area_size'] == m): ?>checked="checked"<?php endif; ?> />
  36. <label for="radAlertAreaSize_neihgbourhood">My neighbourhood (approximately <?php echo $this->_tpl_vars['medium_zone_size']; ?>
  37. m)</label> <small><a href="javascript:previewMap('m');">view on a map (new window)</a></small>
  38. </li>
  39. <li>
  40. <input type="radio" id="radAlertAreaSize_town" name="radAlertAreaSize" value="l" <?php if ($this->_tpl_vars['alert_area_size'] == l): ?>checked="checked"<?php endif; ?> />
  41. <label for="radAlertAreaSize_town">Wider area (approximately <?php echo $this->_tpl_vars['large_zone_size']; ?>
  42. m)</label> <small><a href="javascript:previewMap('l');">view on a map (new window)</a></small>
  43. </li>
  44. <li>
  45. <noscript><fieldset>Note: viewing the alert area on a map requires javascript</fieldset></noscript>
  46. </li>
  47. </ul>
  48. </fieldset>
  49. </li>
  50. <li id="liSignup">
  51. <input type="submit" class="button" value="Create alert >>" />
  52. <span id="spnBeta">This site is in Beta (test) mode, so all local authorities near you may not be included in alerts.</span>
  53. </li>
  54. </ul>
  55. </form>
  56. <div id="divSiteUpdates">
  57. <h4>Recent site updates</h4>
  58. <ul class="nobullets">
  59. <li><em>May 2008</em>Now has 250 Local authorities covered</li>
  60. <li><em>July 2007</em>Shortlisted for New Statesman New Media Award</li>
  61. <li><em>July 2007</em>Added 21 councils inc. Lewisham, New Forest National Park and Edinburgh </li>
  62. <li><em>April 2007</em>Added 50 more councils.<li>
  63. <li><em>March 2007</em> Added an API and a few more councils (inc. Islington and Hackney)</li>
  64. <li><em>February 2007</em> Added loads more councils (inc. Camden and Tower Hamlets)</li>
  65. <li><em>December 2006</em> beta launch</li>
  66. </ul>
  67. </div>
  68. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  69. $this->_smarty_include(array('smarty_include_tpl_file' => "footer.tpl", 'smarty_include_vars' => array()));
  70. $this->_tpl_vars = $_smarty_tpl_vars;
  71. unset($_smarty_tpl_vars);
  72. ?>