Election results in the London Borough of Sutton.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

44 lines
1.2 KiB

  1. .grid_12
  2. %h1 Sutton Elections 6 May 2010
  3. %h2 UK Parliament Election Results
  4. %p
  5. %a{ :href => '/results/uk-parliament/2010-05-06/carshalton-and-wallington' } Carshalton and Wallington Constituency
  6. %p
  7. %a{ :href => '/results/uk-parliament/2010-05-06/sutton-and-cheam' } Sutton and Cheam Constituency
  8. %h2 Sutton Council Election Results
  9. %p All ward results are now available below.
  10. - for ward in @wards
  11. %p
  12. %a{ :href=> "/results/sutton-council/2010-05-06/#{ward.slug}" }
  13. = ward.name
  14. Ward
  15. -#
  16. %h1
  17. Vote for your MP and
  18. %br
  19. councillors in Sutton
  20. %p
  21. On 6 May 2010 you can vote to
  22. %strong choose your local MP
  23. and help to decide the next government of the country.
  24. %p
  25. You can also
  26. %strong elect your local councillors
  27. and help to decide who runs Sutton Council.
  28. %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.
  29. %form{ :method => 'get', :action => '/' }
  30. %label{ :for => "postcode" } My postcode is
  31. %input{ :type => 'text', :name => 'postcode', :value => 'SM1 1EA', :size => 8, :maxlength => 8 }
  32. %input{ :type => 'submit', :value => "Find it" }
  33. .grid_3