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.

layout.haml 1.5 KiB

il y a 14 ans
il y a 14 ans
il y a 14 ans
12345678910111213141516171819202122232425262728293031323334353637383940
  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. <script type="text/javascript">
  11. var _gaq = _gaq || [];
  12. _gaq.push(['_setAccount', 'UA-3042981-18']);
  13. _gaq.push(['_trackPageview']);
  14. (function() {
  15. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  16. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  17. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  18. })();
  19. </script>
  20. %body
  21. .container_12
  22. .grid_12
  23. %p.highlight This is a demonstration website of &quot;alpha&quot; quality &mdash; don't rely on this data.
  24. %h1 Royal Borough of Windsor &amp; Maidenhead Armchair Auditor
  25. = yield
  26. .clear
  27. #footer
  28. .grid_12
  29. %p
  30. %a{ :href => '/' } Home
  31. %p
  32. %a{ :href => '/services' } Services
  33. %p
  34. %a{ :href => '/suppliers' } Suppliers
  35. %p
  36. %a{ :href => '/about' } About this website
  37. %p
  38. %a{ :href => 'http://adrianshort.co.uk/' } Designed by Adrian Short