An open source, stand-alone, customisable public spending data web app.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

21 satır
984 B

  1. - if SETTING.disqus_shortname > ''
  2. .grid_9.noprint
  3. %h3 Comments
  4. %p.highlight
  5. This is an independent website.
  6. %a{ :href => "#{SETTING.org_url}" }<
  7. = SETTING.org_name
  8. might not see your comments here or reply to them.
  9. <div id="disqus_thread" class="noprint"></div>
  10. <script type="text/javascript">
  11. var disqus_developer = 1;
  12. (function() {
  13. var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
  14. dsq.src = "http://#{SETTING.disqus_shortname}.disqus.com/embed.js";
  15. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  16. })();
  17. </script>
  18. <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript=#{SETTING.disqus_shortname}">comments powered by Disqus.</a></noscript>
  19. <a href="http://disqus.com" class="dsq-brlink noprint">Comments powered by <span class="logo-disqus">Disqus</span></a>