@ -12,6 +12,12 @@
{{ article.getDescription() }}
</p>
{% endfor %}
<script>
// Actualiser la page toutes les 5 secondes
setTimeout(function(){
location.reload();
}, 5000);
</script>
{% if not isAdmin %}
<a href="/~mapoint2/SAE/Php_RSS/fluxRSS/admin/connection">Connect</a>
{% else %}
@ -16,6 +16,12 @@
<a href="/~mapoint2/SAE/Php_RSS/fluxRSS/admin/listFlux">Vue flux</a>
<a href="/~mapoint2/SAE/Php_RSS/fluxRSS/admin/deconnection">Déconnection</a>
</body>