python2 -> python subfolder
This commit is contained in:
30
python/python2/formation/_templates/layout.html
Normal file
30
python/python2/formation/_templates/layout.html
Normal file
@ -0,0 +1,30 @@
|
||||
{% extends "!layout.html" %}
|
||||
|
||||
{% block rootrellink %}
|
||||
<a href="{{ pathto('index') }}">Programmation python </a> »
|
||||
{% endblock %}
|
||||
|
||||
{% block relbar1 %}
|
||||
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
|
||||
<table><tr><td>
|
||||
<img src="{{ pathto('_static/sphinx.png', 1) }}" alt="logo" />
|
||||
</td><td>
|
||||
<h1> Programmation python</h1>
|
||||
</td></tr></table>
|
||||
</div>
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
|
||||
{% block sidebar1 %}
|
||||
<p> </p>
|
||||
{% endblock %}
|
||||
|
||||
{% block sidebar2 %}
|
||||
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
|
||||
<a href="{{ pathto('search') }}"> {{ _('Search') }}</a> |
|
||||
<!-- a href="{{ pathto('genindex') }}"> {{ _('Genindex') }}</a-->
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
Reference in New Issue
Block a user