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

Last change on this file since 48 was 48, checked in by pinsard, 13 years ago

consolidation of RAMA/TAO/PIRATA get tools and doc

File size: 667 bytes
Line 
1{% extends "!layout.html" %}
2
3
4{% block rootrellink %}
5        <li><a href="{{ pathto('index') }}">home</a>|&nbsp;</li>
6        <li><a href="{{ pathto('search') }}">search</a>|&nbsp;</li>
7       <li><a href="{{ pathto('contents') }}">documentation </a> &raquo;</li>
8{% endblock %}
9
10
11{% block relbar1 %}
12
13<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
14<a href="{{ pathto('index') }}"><img src="{{
15pathto("_static/logo.png", 1) }}" border="0" alt="tropflux logo"/></a>
16</div>
17{{ super() }}
18{% endblock %}
19
20{# put the sidebar before the body #}
21{% block sidebar1 %}{{ sidebar() }}{% endblock %}
22{% block sidebar2 %}{% endblock %}
23
Note: See TracBrowser for help on using the repository browser.