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.
 
 
 
 

117 lines
3.6 KiB

  1. %h1 Sutton Elections
  2. - if @future_elections
  3. %h2 Forthcoming elections
  4. %table
  5. - @future_elections.each do |election|
  6. %tr
  7. %td
  8. %a{ :href => "/bodies/#{election.body.slug}/elections/#{election.d}" }
  9. = short_date(election.d)
  10. %td
  11. %a{ :href => "/bodies/#{election.body.slug}" }
  12. = election.body.name
  13. %td= election.kind
  14. - if @past_elections
  15. %h2 Past elections
  16. %table
  17. - @past_elections.each do |election|
  18. %tr
  19. %td
  20. %a{ :href => "/bodies/#{election.body.slug}/elections/#{election.d}" }
  21. = short_date(election.d)
  22. %td
  23. %a{ :href => "/bodies/#{election.body.slug}" }
  24. = election.body.name
  25. %td= election.kind
  26. -#
  27. %h2 Sutton Council Results by Ward
  28. %p Click on the ward names to see the full results for that ward.
  29. %table.wardmap
  30. %tr
  31. %td.blank
  32. %td.blank
  33. %td.ld3
  34. %a{ :href => 'results/sutton-council/2010-05-06/st-helier' } St Helier
  35. %td.ld3
  36. %a{ :href => 'results/sutton-council/2010-05-06/wandle-valley' } Wandle Valley
  37. %td.blank
  38. %td.blank
  39. %tr
  40. %td.ld2
  41. %a{ :href => 'results/sutton-council/2010-05-06/worcester-park' } Worcester Park
  42. %td.ld3
  43. %a{ :href => 'results/sutton-council/2010-05-06/stonecot' } Stonecot
  44. %td.ld3
  45. %a{ :href => 'results/sutton-council/2010-05-06/sutton-north' } Sutton North
  46. %td.ld3
  47. %a{ :href => 'results/sutton-council/2010-05-06/the-wrythe' } The Wrythe
  48. %td.blank
  49. %td.blank
  50. %tr
  51. %td.ld2
  52. %a{ :href => 'results/sutton-council/2010-05-06/nonsuch' } Nonsuch
  53. %td.ld3
  54. %a{ :href => 'results/sutton-council/2010-05-06/sutton-west' } Sutton West
  55. %td.ld3
  56. %a{ :href => 'results/sutton-council/2010-05-06/sutton-central' } Sutton Central
  57. %td.ld3
  58. %a{ :href => 'results/sutton-council/2010-05-06/carshalton-central' } Carshalton Central
  59. %td.ld3
  60. %a{ :href => 'results/sutton-council/2010-05-06/wallington-north' } Wallington North
  61. %td.ld3
  62. %a{ :href => 'results/sutton-council/2010-05-06/beddington-north' } Beddington North
  63. %tr
  64. %td.blank
  65. %td.ld1
  66. %a{ :href => 'results/sutton-council/2010-05-06/cheam' } Cheam
  67. %td.ld2
  68. %a{ :href => 'results/sutton-council/2010-05-06/sutton-south' } Sutton South
  69. %td.ld1
  70. %a{ :href => 'results/sutton-council/2010-05-06/carshalton-south-and-clockhouse' } Carshalton South & Clockhouse
  71. %td.ld3
  72. %a{ :href => 'results/sutton-council/2010-05-06/wallington-south' } Wallington South
  73. %td.ld2
  74. %a{ :href => 'results/sutton-council/2010-05-06/beddington-south' } Beddington South
  75. %tr
  76. %td.blank
  77. %td.blank
  78. %td.con3
  79. %a{ :href => 'results/sutton-council/2010-05-06/belmont' } Belmont
  80. %td.blank
  81. %td.blank
  82. %td.blank
  83. -#
  84. %h1
  85. Vote for your MP and
  86. %br
  87. councillors in Sutton
  88. %p
  89. On 6 May 2010 you can vote to
  90. %strong choose your local MP
  91. and help to decide the next government of the country.
  92. %p
  93. You can also
  94. %strong elect your local councillors
  95. and help to decide who runs Sutton Council.
  96. %p Who you can vote for depends on where you live. You can find your local candidates and get more information on how the elections work here.
  97. %form{ :method => 'get', :action => '/' }
  98. %label{ :for => "postcode" } My postcode is
  99. %input{ :type => 'text', :name => 'postcode', :value => 'SM1 1EA', :size => 8, :maxlength => 8 }
  100. %input{ :type => 'submit', :value => "Find it" }