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=
"150px">Type
</th><td>{{ details.type|title }}
</td></tr>
18 {% ifequal details.type
"lodel" %}
19 {% ifequal details.acces
"html" %}
20 <tr><th>URL
</th><td><a href=
"{{ details.url }}">
21 {{ details.url }}
</a></td></tr>
24 {% ifequal details.type
"oai" %}
25 {% ifequal details.acces
"generic" %}
26 <tr><th>URL
</th><td><a href=
"{{ details.url }}">
27 {{ details.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>
38 <tr><th>Dernier moissonage
</th>
40 <td>{{ details.logs.date }}, {{ details.logs.count }} articles.
</td>
42 <td>Nouvelle source, moissonage sous peu.
</td>
48 <p style=
"margin-bottom: 0cm;">
49 <span style=
"color: #bf153e;">
51 <em>Une erreur s'est produite.
</em>