OpenSlides/docs/_templates/layout.html

25 lines
726 B
HTML
Raw Normal View History

2012-07-25 17:12:03 +02:00
{% extends "!layout.html" %}
{% block extrahead %}
{{ super() }}
{%- if not embedded %}
<style type="text/css">
table.right { float: right; margin-left: 20px; }
table.right td { border: 1px solid #ccc; }
</style>
{%- endif %}
{% endblock %}
{% block header %}
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
<a href="{{ pathto('index') }}">
<img src="{{ pathto("_static/images/openslides-logo_wide75.png", 1) }}" alt="OpenSlides logo" />
</a>
</div>
{% endblock %}
{% block rootrellink %}
<li><a href="http://www.openslides.org">OpenSlides Website</a>&nbsp;|&nbsp;</li>
<li><a href="{{ pathto('index') }}">Inhaltsverzeichnis</a></li>
{% endblock %}