An open source, stand-alone, customisable public spending data web app.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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