An open source, stand-alone, customisable public spending data web app.
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.

layout.haml 1.9 KiB

hace 14 años
hace 14 años
hace 14 años
hace 14 años
hace 14 años
123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. -#
  8. %link{ :rel => 'stylesheet', :type => 'text/css', :href => '/breadcrumb/breadcrumb.css' }
  9. %link{ :rel => 'stylesheet', :type => 'text/css', :href => '/print.css', :media => 'print' }
  10. %link{ :rel => 'stylesheet', :type => 'text/css', :href => '/grid.css' }
  11. %script{:type => 'text/javascript', :src => 'http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'}
  12. %script{:type => 'text/javascript', :src => '/js/jquery.cookie.js'}
  13. <script type="text/javascript">
  14. var _gaq = _gaq || [];
  15. _gaq.push(['_setAccount', 'UA-3042981-18']);
  16. _gaq.push(['_trackPageview']);
  17. (function() {
  18. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  19. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  20. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  21. })();
  22. </script>
  23. %body
  24. .container_12
  25. .grid_12
  26. %p.highlight.hidden This is a demonstration website of &quot;alpha&quot; quality &mdash; don't rely on this data.
  27. %h1.logo
  28. Armchair Auditor
  29. %span{ :style => "color: #777; font-size: 60%; padding-left: 20px;" }
  30. Royal Borough of Windsor &amp; Maidenhead Spending
  31. #nav.noprint
  32. %a{ :href => '/' } Home
  33. %a{ :href => '/services' } Services
  34. %a{ :href => '/suppliers' } Suppliers
  35. %a{ :href => '/about' } About
  36. = yield
  37. .clear
  38. #footer
  39. .grid_12.top_border
  40. %p
  41. An independent website
  42. %a{ :href => 'http://adrianshort.co.uk/' }
  43. designed by Adrian Short