An open source, stand-alone, customisable public spending data web app.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

41 lines
1.5 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. %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