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.
 
 
 
 

57 lignes
2.0 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. - Body.each do |body|
  22. %p
  23. %a{ :href => "/bodies/#{body.slug}" }
  24. = body.name
  25. elections
  26. %p
  27. %a{ :href => '/candidates' } Candidates
  28. -#
  29. %p
  30. %a{ :href => '/polling-stations' } Polling stations
  31. %p
  32. %a{ :href => '/how-the-parliament-election-works' } How parliamentary elections work
  33. %p
  34. %a{ :href => '/how-the-council-election-works' } How council elections work
  35. %p
  36. %p
  37. An independent website by Adrian Short
  38. %p
  39. Powered by data from
  40. %a{ :href => "http://www.sutton.gov.uk/" }<
  41. Sutton Council
  42. ,
  43. %a{ :href => "http://data.london.gov.uk/"}
  44. London Datastore
  45. and
  46. %a{ :href => "http://www.ordnancesurvey.co.uk/business-and-government/products/code-point-open.html" }<
  47. Ordnance Survey
  48. <script type="text/javascript">
  49. var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  50. document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  51. </script>
  52. <script type="text/javascript">
  53. try {
  54. var pageTracker = _gat._getTracker("UA-3042981-17");
  55. pageTracker._trackPageview();
  56. } catch(err) {}</script>