Election results in the London Borough of Sutton.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

54 lignes
1.9 KiB

  1. !!!5
  2. %html
  3. %head
  4. %title= @page_title ? @page_title + " - Sutton Elections" : "Sutton Elections - Your guide to voting and election results in the London Borough of Sutton"
  5. %link{ :rel => 'stylesheet', :type => 'text/css', :href => '/style.css' }
  6. %link{ :rel => 'stylesheet', :type => 'text/css', :href => '/print.css', :media => 'print' }
  7. %body
  8. #main
  9. - if flash[:notice]
  10. #notice
  11. %p= flash[:notice]
  12. - if flash[:error]
  13. #error
  14. %p= flash[:error]
  15. = yield
  16. #footer
  17. #footer_inner
  18. %h1 Sutton Elections
  19. %p
  20. %a{ :href => '/' } Home
  21. %p
  22. %a{ :href => '/bodies' } Bodies
  23. %p
  24. %a{ :href => '/candidates' } Candidates
  25. -#
  26. %p
  27. %a{ :href => '/polling-stations' } Polling stations
  28. %p
  29. %a{ :href => '/how-the-parliament-election-works' } How parliamentary elections work
  30. %p
  31. %a{ :href => '/how-the-council-election-works' } How council elections work
  32. %p
  33. %p
  34. An independent website by Adrian Short
  35. %p
  36. Powered by data from
  37. %a{ :href => "http://www.sutton.gov.uk/" }<
  38. Sutton Council
  39. ,
  40. %a{ :href => "http://data.london.gov.uk/"}
  41. London Datastore
  42. and
  43. %a{ :href => "http://www.ordnancesurvey.co.uk/business-and-government/products/code-point-open.html" }<
  44. Ordnance Survey
  45. <script type="text/javascript">
  46. var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  47. document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  48. </script>
  49. <script type="text/javascript">
  50. try {
  51. var pageTracker = _gat._getTracker("UA-3042981-17");
  52. pageTracker._trackPageview();
  53. } catch(err) {}</script>