Automatically exported from code.google.com/p/planningalerts
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

header.tpl 2.5 KiB

hace 17 años
hace 15 años
hace 14 años
hace 15 años
hace 17 años
hace 17 años
hace 17 años
hace 17 años
123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <title>PlanningAlerts.com | {$page_title}</title>
  7. <link rel="stylesheet" media="all" type="text/css" href="./css/memespring.css" />
  8. <link rel="stylesheet" media="all" type="text/css" href="./css/main.css" />
  9. <script src="./javascript/main.js" type="text/javascript"></script>
  10. </head>
  11. <body>
  12. <div class="hide">
  13. <a href="#divContent">Skip navigation</a>
  14. </div>
  15. <div id="divAppeal">
  16. <strong>PlanningAlerts.com is currently experiencing technical difficulties because of ongoing legal action by Royal Mail</strong>.<br/>
  17. Our provider of postcode data, ErnestMarples.com, has been taken offline because of legal action. Until we find an alternative source, PlanningAlerts.com will be unable to send out any email alerts, or publish data via it's API.
  18. We apologise for the inconvenience. For more information, visit the <a href="http://www.ernestmarples.com/blog/">Ernest Marples Blog</a>
  19. </div>
  20. <div id="divMenu">
  21. <ul class="collapse">
  22. <li {if $menu_item =="about"}class="selected"{/if}><a href="about.php">About</a></li>
  23. <li {if $menu_item == "api"}class="selected"{/if}><a href="apihowto.php">API</a></li>
  24. <li {if $menu_item =="getinvolved"}class="selected"{/if}><a href="getinvolved.php">Get involved</a></li>
  25. <li {if $menu_item =="faq"}class="selected"{/if}><a href="faq.php"><acronym title="Frequently asked questions">FAQ</acronym>s</a></li>
  26. <li {if $menu_item =="signup"}class="selected"{/if}><a href="/">Signup</a></li>
  27. </ul>
  28. </div>
  29. <div id="divPage">
  30. <div id="divHeader">
  31. <h1><a href="/">PlanningAlerts<span>.</span>com</a><small>beta</small></h1>
  32. <h2>Email alerts of planning applications <em>near you</em></h2>
  33. <p id="pStats">{$stats.alert_count} alerts sent for {$stats.authority_count} local authorities</p>
  34. <img alt="logo" title="logo" src="./images/logo.png" />
  35. </div>
  36. <div id="divContent">
  37. <div id="divWarning" {if $warnings == ""}class="hide"{/if}>
  38. {$warnings}
  39. </div>