stat_counter.html 806 B

1234567891011121314151617181920
  1. {% if STAT_COUNTER_PROJECT and STAT_COUNTER_SECURITY %}
  2. <!-- Start of StatCounter Code for Default Guide -->
  3. <script type="text/javascript">
  4. var sc_project={{ STAT_COUNTER_PROJECT }};
  5. var sc_invisible=1;
  6. var sc_security="{{ STAT_COUNTER_SECURITY }}";
  7. var scJsHost = (("https:" == document.location.protocol) ?
  8. "https://secure." : "http://www.");
  9. document.write("<sc"+"ript type='text/javascript' src='" +
  10. scJsHost+
  11. "statcounter.com/counter/counter.js'></"+"script>");
  12. </script>
  13. <noscript><div class="statcounter"><a title="web analytics"
  14. href="http://statcounter.com/" target="_blank"><img
  15. class="statcounter"
  16. src="http://c.statcounter.com/{{ STAT_COUNTER_PROJECT }}/0/{{ STAT_COUNTER_SECURITY }}/1/"
  17. alt="web analytics"></a></div></noscript>
  18. <!-- End of StatCounter Code for Default Guide -->
  19. {% endif %}