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