summaryrefslogtreecommitdiffstats
path: root/doc/_templates/layout.html
blob: 39c6f43b1af402ba7e002363466bcf712bee1f57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{% extends "!layout.html" %}

{% block extrahead %}
{{ super() }}
<link rel="stylesheet" href="{{pathto('_static/bcfg2.css', 1)}}" type=""/>
{% endblock %}

{% block rootrellink %}
	<li><a href="{{ pathto('index') }}">home</a> |&nbsp;</li>
	<!--<li><a href="{{ pathto('search') }}">search</a> |&nbsp;</li>-->
	<li><a href="{{ pathto('help/index') }}">help</a> |&nbsp;</li>
	<li><a href="{{ pathto('contents') }}">documentation </a> &raquo;</li>
{% endblock %}


{% block relbar1 %}

<div style="text-align: left; padding: 10px 10px 15px 15px">
<a href="{{ pathto('index') }}"><img src="{{ pathto("_static/bcfg2_logo.png", 1) }}" border="0" alt="sampledoc"/></a>
</div>
{{ super() }}
{% endblock %}