Automatically exported from code.google.com/p/planningalerts
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

header.tpl 2.1 KiB

17 yıl önce
15 yıl önce
15 yıl önce
15 yıl önce
17 yıl önce
17 yıl önce
17 yıl önce
17 yıl önce
12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. Please help support Planning Alerts - <a href="{$www_server}/donate.php">donate to our server fund today!</a>
  17. </div>
  18. <div id="divMenu">
  19. <ul class="collapse">
  20. <li {if $menu_item =="about"}class="selected"{/if}><a href="about.php">About</a></li>
  21. <li {if $menu_item == "api"}class="selected"{/if}><a href="apihowto.php">API</a></li>
  22. <li {if $menu_item =="getinvolved"}class="selected"{/if}><a href="getinvolved.php">Get involved</a></li>
  23. <li {if $menu_item =="faq"}class="selected"{/if}><a href="faq.php"><acronym title="Frequently asked questions">FAQ</acronym>s</a></li>
  24. <li {if $menu_item =="signup"}class="selected"{/if}><a href="/">Signup</a></li>
  25. </ul>
  26. </div>
  27. <div id="divPage">
  28. <div id="divHeader">
  29. <h1><a href="/">PlanningAlerts<span>.</span>com</a><small>beta</small></h1>
  30. <h2>Email alerts of planning applications <em>near you</em></h2>
  31. <p id="pStats">{$stats.alert_count} alerts sent for {$stats.authority_count} local authorities</p>
  32. <img alt="logo" title="logo" src="./images/logo.png" />
  33. </div>
  34. <div id="divContent">
  35. <div id="divWarning" {if $warnings == ""}class="hide"{/if}>
  36. {$warnings}
  37. </div>