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

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

add end users website production

File size: 660 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="py4sci"/></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.