An open source, stand-alone, customisable public spending data web app.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

49 linhas
2.0 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 => '/about' } About
  39. = yield
  40. .clear
  41. #footer
  42. .grid_12.top_border
  43. %p
  44. An independent website
  45. %a{ :href => 'http://adrianshort.co.uk/' }
  46. designed by Adrian Short