project/templates/base.html
branch2011
changeset 522 01b130ea8d8d
parent 440 04c3084c412b
equal deleted inserted replaced
521:eaa64de2887f 522:01b130ea8d8d
    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 
    27   <a href="/"><img src="/static/img/scipyshiny_small.png"
    40   <a href="/"><img src="/static/img/scipyshiny_small.png"
    28     alt="SciPy.in Logo" title="SciPy.in Logo"
    41     alt="SciPy.in Logo" title="SciPy.in Logo"
    29     width="139" height="130" /></a>
    42     width="139" height="130" /></a>
    30     <div id="social-badge">
    43     <div id="social-badge">
    31     	<a href="http://twitter.com/scipydotin" target="_blank"><img src="/static/img/twitter.png" alt="Twitter" Title="Connect to us of Twitter" /></a>
    44     	<a href="http://twitter.com/scipydotin" target="_blank"><img src="/static/img/twitter.png" alt="Twitter" Title="Connect to us of Twitter" /></a>
    32     	<a href="http://facebook.com/scipydotin" target="_blank"><img src="/static/img/facebook.png" alt="Facebook" Title="Connect to us of Facebook" /></a>
    45     	<a href="https://www.facebook.com/scipydotin2011" target="_blank"><img src="/static/img/facebook.png" alt="Facebook" Title="Connect to us of Facebook" /></a>
    33     </div>
    46     </div>
    34 </div>
    47 </div>
    35 
    48 
    36 <div id="header">
    49 <div id="header">
    37   <h1>{% block header %}SciPy.in 2011</h1>
    50   <h1>{% block header %}SciPy.in 2011</h1>