project/templates/base.html
branch2011
changeset 431 9674d40c44e7
parent 427 ee98f2b50ffa
child 435 e53db918f80a
equal deleted inserted replaced
430:54375874dac1 431:9674d40c44e7
    11   <script type="text/javascript" src="/static/jquery/jquery.min.js"></script>
    11   <script type="text/javascript" src="/static/jquery/jquery.min.js"></script>
    12   <script type="text/javascript" src="/static/jquery/jquery-ui-1.7.3.custom.min.js"></script>
    12   <script type="text/javascript" src="/static/jquery/jquery-ui-1.7.3.custom.min.js"></script>
    13   <script type="text/javascript" src="/static/jquery/jquery.jgrowl_minimized.js"></script>
    13   <script type="text/javascript" src="/static/jquery/jquery.jgrowl_minimized.js"></script>
    14   <script type="text/javascript" src="/static/jquery/jquery.cookie.pack.js"></script>
    14   <script type="text/javascript" src="/static/jquery/jquery.cookie.pack.js"></script>
    15   <script type="text/javascript" src="/static/js/kiwipycon.js"></script>
    15   <script type="text/javascript" src="/static/js/kiwipycon.js"></script>
       
    16   <script type="text/javascript">
       
    17 
       
    18   var _gaq = _gaq || [];
       
    19   _gaq.push(['_setAccount', 'UA-26098261-1']);
       
    20   _gaq.push(['_trackPageview']);
       
    21 
       
    22   (function() {
       
    23     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
       
    24     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
       
    25     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
       
    26   })();
       
    27 
       
    28 </script>
    16 
    29 
    17   {% block addscripts %}{% endblock %}
    30   {% block addscripts %}{% endblock %}
    18 
    31 
    19   <link rel="icon" href="/static/img/favicon.ico" type="image/x-icon" />
    32   <link rel="icon" href="/static/img/favicon.ico" type="image/x-icon" />
    20 
    33