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.
 
 
 
 

114 rivejä
3.5 KiB

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