1 {% extends
"container_base.html" %}
4 <h4>Sources de données
</h4>
6 <div class=
"zone-texte"><!--
8 P { margin-bottom: 0.21cm }
11 {% for site, details in r.items %}
12 <p style=
"margin-top: 15px; margin-bottom: 0px;">
13 <span style=
"color: #bf153e;">
14 <strong>{{ site }}
</strong>
17 <tr><th width=
"135px">Type
</th><td>{{ details.type }}
</td></tr>
18 {% ifequal details.type
"lodel" %}
19 {% ifequal details.acces
"html" %}
20 <tr><th>URL
</th><td><a href=
"http://{{ details.server }}{{ details.base_url }}">
21 http://{{ details.server }}{{ details.base_url }}
</a></td></tr>
24 {% ifequal details.type
"oai" %}
25 {% ifequal details.acces
"generic" %}
26 <tr><th>URL
</th><td><a href=
"http://{{ details.server }}{{ details.base_url }}">
27 http://{{ details.server }}{{ details.base_url }}
</a></td></tr>
30 {% ifequal details.type
"pmb" %}
31 {% ifequal details.acces
"export" %}
32 <tr><th>URL
</th><td><a href=
"http://{{ details.host }}{{ details.base_url }}">
33 http://{{ details.host }}{{ details.base_url }}
</a></td></tr>
34 <tr><th>Utilisateur
</th><td>{{ details.username }}
</td></tr>
35 <tr><th>Base de données
</th><td>{{ details.db }}
</td></tr>
43 <p style=
"margin-bottom: 0cm;">
44 <span style=
"color: #bf153e;">
46 <em>Une erreur s'est produite.
</em>