Election results in the London Borough of Sutton.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

45 líneas
1.3 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 Results for Worcester Park Ward are still awaited.
  10. - for ward in @wards
  11. - if ward.id != 18
  12. %p
  13. %a{ :href=> "/results/sutton-council/2010-05-06/#{ward.slug}" }
  14. = ward.name
  15. Ward
  16. -#
  17. %h1
  18. Vote for your MP and
  19. %br
  20. councillors in Sutton
  21. %p
  22. On 6 May 2010 you can vote to
  23. %strong choose your local MP
  24. and help to decide the next government of the country.
  25. %p
  26. You can also
  27. %strong elect your local councillors
  28. and help to decide who runs Sutton Council.
  29. %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.
  30. %form{ :method => 'get', :action => '/' }
  31. %label{ :for => "postcode" } My postcode is
  32. %input{ :type => 'text', :name => 'postcode', :value => 'SM1 1EA', :size => 8, :maxlength => 8 }
  33. %input{ :type => 'submit', :value => "Find it" }
  34. .grid_3