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

Last change on this file since 136 was 136, checked in by jv, 12 years ago

Typos, references and captions

File size: 1.5 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.ipsl.fr"><img src="{{pathto("_static/sponso_simon.jpg", 1) }}" border="0" alt="IPSL logo"/></a>
35</p>
36</div>
37{{ super() }}
38{% endblock %}
39
40{# put the sidebar before the body #}
41{% block sidebar1 %}{{ sidebar() }}{% endblock %}
42{% block sidebar2 %}{% endblock %}
Note: See TracBrowser for help on using the repository browser.