source: trunk/adm/website/_templates/layout.html @ 144

Last change on this file since 144 was 144, checked in by pinsard, 12 years ago

add LOCEAN logo, remove obsolete images

File size: 1.6 KB
Line 
1{% extends "!layout.html" %}
2
3{%- block extrahead %}
4{{ super() }}
5{% endblock %}
6
7{% block footer %}
8{{ super() }}
9{% endblock %}
10
11{% block rootrellink %}
12   <li><a href="{{ pathto('overview') }}">Overview</a>|&nbsp;</li>
13   <li><a href="{{ pathto('motivation') }}">Motivation</a>|&nbsp;</li>
14   <li><a href="{{ pathto('description') }}">Description</a>|&nbsp;</li>
15   <li><a href="{{ pathto('selected_results') }}">Selected results</a>|&nbsp;</li>
16   <li><a href="{{ pathto('data_access') }}">Data access</a>|&nbsp; </li>
17   <li><a href="{{ pathto('documentation') }}">Documentation</a>|&nbsp;</li>
18   <li><a href="{{ pathto('publications') }}">Publications</a>|&nbsp;</li>
19   <li><a href="{{ pathto('contact') }}">Contact</a>|&nbsp;</li>
20{% endblock %}
21
22
23{% block relbar1 %}
24
25<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
26<p>
27<a href="{{ pathto('overview') }}"><img src="{{pathto("_static/stress_netflux_clim_1989_2010_v4_jv.jpg", 1) }}" border="0" width="70%" alt="tropflux banner"/></a>
28</p>
29<p>
30<a href="http://www.ird.fr/"><img src="{{pathto("_static/sponso_IRD.jpg", 1) }}" border="0" alt="IRD logo"/></a>
31<a href="http://www.nio.org/">
32<img src="{{pathto("_static/nio_logo.jpg", 1) }}" border="0" alt="NIO logo"/>
33</a>
34<a href="http://www.locean-ipsl.upmc.fr"><img src="{{pathto("_static/sponso_locean.jpg", 1) }}" border="0" alt="LOCEAN logo"/></a>
35<a href="http://www.ipsl.fr"><img src="{{pathto("_static/sponso_simon.jpg", 1) }}" border="0" alt="IPSL logo"/></a>
36</p>
37</div>
38{{ super() }}
39{% endblock %}
40
41{# put the sidebar before the body #}
42{% block sidebar1 %}{{ sidebar() }}{% endblock %}
43{% block sidebar2 %}{% endblock %}
Note: See TracBrowser for help on using the repository browser.