Election results in the London Borough of Sutton.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

61 lines
2.2 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. <script type="text/javascript" src="http://use.typekit.com/wfg6cvc.js"></script>
  8. <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
  9. %body
  10. #main
  11. - if flash[:notice]
  12. #notice
  13. %p= flash[:notice]
  14. - if flash[:error]
  15. #error
  16. %p= flash[:error]
  17. = yield
  18. #footer
  19. #footer_inner
  20. %h1 Sutton Elections
  21. %p
  22. %a{ :href => '/' } Home
  23. %p
  24. %a{ :href => '/bodies' } Bodies
  25. %p
  26. %a{ :href => '/candidates' } Candidates
  27. %p
  28. %a{ :href => '/polling-stations' } Polling stations
  29. %p
  30. %a{ :href => '/how-the-parliament-election-works' } How parliamentary elections work
  31. %p
  32. %a{ :href => '/how-the-council-election-works' } How council elections work
  33. %p
  34. %a{ :href => '/about' } About this website
  35. %p
  36. %p
  37. An independent website designed by
  38. %a{ :href => "http://adrianshort.org/" }<
  39. Adrian Short
  40. %a{ :href => "https://twitter.com/adrianshort"}<
  41. @adrianshort
  42. %p
  43. Powered by data from
  44. %a{ :href => "http://www.sutton.gov.uk/" }<
  45. Sutton Council
  46. ,
  47. %a{ :href => "http://data.london.gov.uk/"}
  48. London Datastore
  49. and
  50. %a{ :href => "http://www.ordnancesurvey.co.uk/business-and-government/products/code-point-open.html" }<
  51. Ordnance Survey
  52. <script type="text/javascript">
  53. var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  54. document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  55. </script>
  56. <script type="text/javascript">
  57. try {
  58. var pageTracker = _gat._getTracker("UA-3042981-17");
  59. pageTracker._trackPageview();
  60. } catch(err) {}</script>