Première version de l'import de WRI. écrase les données présentes et ne gère pas la mise à jour de données existantes. La modification d'une fiche WRI sur kabano n'a pas été testée.
This commit is contained in:
30
public/views/d.admin.wri-import.html
Normal file
30
public/views/d.admin.wri-import.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!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>
|
||||
L’import 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>
|
||||
Reference in New Issue
Block a user