An open source, stand-alone, customisable public spending data web app.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

layout.haml 984 B

123456789101112131415161718192021222324252627
  1. !!! XML
  2. !!!
  3. %html
  4. %head
  5. %title= @page_title ? @page_title + " - Armchair Auditor" : "Armchair Auditor"
  6. %link{ :rel => 'stylesheet', :type => 'text/css', :href => '/style.css' }
  7. %link{ :rel => 'stylesheet', :type => 'text/css', :href => '/breadcrumb/breadcrumb.css' }
  8. %link{ :rel => 'stylesheet', :type => 'text/css', :href => '/print.css', :media => 'print' }
  9. %link{ :rel => 'stylesheet', :type => 'text/css', :href => '/grid.css' }
  10. %body
  11. .container_12
  12. .grid_12
  13. %p.highlight This is a demonstration website of "alpha" quality — don't rely on this data.
  14. %h1 Royal Borough of Windsor & Maidenhead Armchair Auditor
  15. = yield
  16. .clear
  17. #footer
  18. .grid_12
  19. %p
  20. %a{ :href => '/' } Home
  21. %p
  22. %a{ :href => '/services' } Services
  23. %p
  24. %a{ :href => '/suppliers' } Suppliers
  25. %p
  26. %a{ :href => '/about' } About this website