Files
kabano/public/views/d.admin.wri-import.html

30 lines
769 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<!-- Page: admin logs -->
<html lang="fr">
<?php include('blocks/d.head.html'); ?>
<body>
<?php include('blocks/d.nav.html'); ?>
<section>
<h1><?=$head['title']?></h1>
<p>
Limport depuis <strong>Refuges.info</strong> vient dêtre exécuté.
</p>
<h2>Résumé</h2>
<ul>
<li><strong>Nouveaux POIs créés :</strong> <?= $result['created'] ?></li>
<li><strong>POIs mis à jour :</strong> <?= $result['updated'] ?></li>
<li><strong>Total analysés :</strong> <?= $result['total'] ?></li>
</ul>
</section>
<?php include('blocks/d.footer.html'); ?>
</body>
</html>