1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns=
"http://www.w3.org/1999/xhtml" lang=
"{{ LANGUAGE_CODE }}" xml:
lang=
"{{ LANGUAGE_CODE }}" {% if LANGUAGE_BIDI %}
dir=
"rtl"{% endif %}
>
4 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8" />
5 <title>{% block title %}AUF - {{ AUF_SITE }}{% endblock %}
</title>
6 <link rel=
"icon" type=
"image/png" href=
"{{ STATIC_URL }}skin/images/favicon.ico" />
7 <link rel=
"stylesheet" type=
"text/css" href=
"{{ STATIC_URL }}skin/css/auf.css" media=
"all"/>
8 {% block extrahead %}{% endblock %}
11 <body class=
"{% block bodyclass %}{% endblock %}">
16 <img src=
"{{ STATIC_URL }}skin/images/logo_auf.gif" alt=
"AUF"/>
17 <h1>{% block titre %}{{ AUF_SITE }}{% endblock %}
</h1>
18 <h2>{% block sous_titre %}{% endblock %}
</h2>
21 <div id=
"user-actions">
22 {% include
"actions.html" %}
28 {% include
"menu.html" %}
33 {% include
"breadcrumb.html" %}
37 <div class=
"visualClear"></div>
40 <ul class=
"messagelist">
41 {% for message in messages %}
42 <li{% if message.tags %}
class=
"{{ message.tags }}"{% endif %}
>{{ message }}
</li>
47 <div class=
"visualClear"></div>
56 {% include
"footer.html" %}