An open source, stand-alone, customisable public spending data web app.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

50 lignes
2.1 KiB

  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. %sup
  30. %span{ :style => "font-size: 40%; text-transform: uppercase; vertical-align: top; line-height: 100%;" }
  31. Alpha
  32. %span{ :style => "color: #777; font-size: 60%; padding-left: 20px;" }
  33. Royal Borough of Windsor &amp; Maidenhead Spending
  34. #nav.noprint
  35. %a{ :href => '/' } Home
  36. %a{ :href => '/services' } Services
  37. %a{ :href => '/suppliers' } Suppliers
  38. %a{ :href => '/scoreboard' } Scoreboard
  39. %a{ :href => '/about' } About
  40. = yield
  41. .clear
  42. #footer
  43. .grid_12.top_border
  44. %p
  45. An independent website
  46. %a{ :href => 'http://adrianshort.co.uk/' }
  47. designed by Adrian Short