view xsls/ga.xsls @ 1187:d7d60966f6f8

Added indentation to directive/variables indexes. While these files aren't designed to be read/edited by humans, indentation makes things more convenient. E.g., terminal is no longer flooded by a very long line with full list of directives if dirindex.xml is matched by grep.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 May 2014 18:36:52 +0400
parents be54c443235a
children 10e622e0bfc8
line wrap: on
line source

<!--
  Copyright (C) Nginx, Inc.
  -->

X:stylesheet {

X:template ga () {

    <script type="text/javascript">

        var _gaq = _gaq || [];
        _gaq.push(['_setAccount', 'UA-27974099-2']);
        _gaq.push(['_setDomainName', 'nginx.org']);
        _gaq.push(['_trackPageview']);

        (function() \{
           var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
           ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
           var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
        \})();

    </script>

}

}