Mercurial > mxd2map
view doku/source/_templates/layout.html @ 273:5161c64e237a
* website/about-de.htm4, website/about.htm4,
website/img/arcgis_example-image.png,
website/img/arcgis_example-image_small.png,
website/img/mapserver_example-image.png,
website/img/mapserver_example-image_small.png: Added two
screenshots to the website (the example of the installer).
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Fri, 09 Sep 2011 11:45:45 +0200 |
parents | 00a39e8b6eed |
children |
line wrap: on
line source
{% 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/logo_wide.png", 1) }}" alt="MXD2map logo" /> </a> </div> {% endblock %} {% block rootrellink %} <li><a href="http://mxd2map.org">MXD2map website</a> | </li> <li><a href="{{ pathto('index') }}">Contents</a></li> {% endblock %} {% block footer %} <div class="footer"> Version {{ release }} | (©) {{ copyright }} | Last updated: {{ last_updated }} </div> {% endblock %}