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

Last change on this file since 195 was 195, checked in by pinsard, 11 years ago

add news in header

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