Changeset 119 for trunk/adm


Ignore:
Timestamp:
02/13/12 18:44:22 (12 years ago)
Author:
pinsard
Message:

prepare addition of institutions logo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/website/_templates/layout.html

    r62 r119  
    33{%- block extrahead %} 
    44{{ super() }} 
    5 <script type="text/javascript"> 
    6   var _gaq = _gaq || []; 
    7   _gaq.push(['_setAccount', 'UA-24305013-1']); 
    8   _gaq.push(['_trackPageview']); 
    9 </script> 
    105{% endblock %} 
    116 
    127{% block footer %} 
    138{{ super() }} 
    14 <div class="footer">This page uses <a href="http://analytics.google.com/"> 
    15 Google Analytics</a> to collect statistics. You can disable it by blocking 
    16 the JavaScript coming from www.google-analytics.com. 
    17 <script type="text/javascript"> 
    18   (function() { 
    19     var ga = document.createElement('script'); 
    20     ga.src = ('https:' == document.location.protocol ? 
    21               'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; 
    22     ga.setAttribute('async', 'true'); 
    23     document.documentElement.firstChild.appendChild(ga); 
    24   })(); 
    25 </script> 
    26 </div> 
    279{% endblock %} 
    2810 
     
    3618 
    3719<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px"> 
    38 <a href="{{ pathto('index') }}"><img src="{{ 
    39 pathto("_static/logo.png", 1) }}" border="0" alt="tropflux logo"/></a> 
     20<p> 
     21<a href="{{ pathto('index') }}"><img src="{{pathto("_static/logo.png", 1) }}" border="0" alt="tropflux logo"/></a> 
     22</p> 
     23<p> 
     24<a href="http://www.ird.fr/"><img src="{{pathto("_static/logo_ird.png", 1) }}" border="0" alt="IRD logo"/></a> 
     25<a href="http://www.nio.org/"><img src="{{pathto("_static/logo_nio.png", 1) }}" border="0" alt="NIO logo"/></a> 
     26<a href="http://www.ipsl.fr"><img src="{{pathto("_static/logo_ipsl.png", 1) }}" border="0" alt="IPSL logo"/></a> 
     27</p> 
    4028</div> 
    4129{{ super() }} 
Note: See TracChangeset for help on using the changeset viewer.