Skip to content

Commit

Permalink
prettier default images
Browse files Browse the repository at this point in the history
  • Loading branch information
EcMerc committed Nov 6, 2024
1 parent a967004 commit c551467
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions js/pretty_results.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

<script>
const listeTaxon = [
{ gbifid: 1, cd_ref:1, status: 'Espèce commune', name: "jeanpol", media: "https://taxref.mnhn.fr/api/media/download/inpn/157724" },
{ gbifid: 2, cd_ref:2, status: 'Espèce commune', name: "jeanjak", media: "https://taxref.mnhn.fr/api/media/download/inpn/157724" },
{ gbifid: 1, cd_ref:1, status: 'Espèce commune', name: "jeanpol", media: "https://taxref.mnhn.fr/api/media/download/inpn/167524" },
{ gbifid: 2, cd_ref:2, status: 'Espèce commune', name: "jeanjak", media: "https://taxref.mnhn.fr/api/media/download/inpn/157727" },
{ gbifid: 3, cd_ref:3, status: 'Espèce commune', name: "jeanjean", media: "https://taxref.mnhn.fr/api/media/download/inpn/157724" },
{ gbifid: 1, cd_ref:1, status: 'Espèce commune', name: "jeanpol", media: "https://taxref.mnhn.fr/api/media/download/inpn/157724" },
{ gbifid: 2, cd_ref:2, status: 'Espèce commune', name: "jeanjak", media: "https://taxref.mnhn.fr/api/media/download/inpn/157724" },
{ gbifid: 3, cd_ref:3, status: 'Espèce commune', name: "jeanjean", media: "https://taxref.mnhn.fr/api/media/download/inpn/157724" },
{ gbifid: 4, cd_ref:8, status: 'Espèce commune', name: "jeanolive", media: "https://taxref.mnhn.fr/api/media/download/inpn/157724" }
{ gbifid: 2, cd_ref:2, status: 'Espèce commune', name: "jeanjak", media: "https://taxref.mnhn.fr/api/media/download/inpn/157725" },
{ gbifid: 3, cd_ref:3, status: 'Espèce commune', name: "jeanjean", media: "https://taxref.mnhn.fr/api/media/download/inpn/157714" },
{ gbifid: 4, cd_ref:8, status: 'Espèce commune', name: "jeanolive", media: "https://taxref.mnhn.fr/api/media/download/inpn/157727" }
];

function addTaxon(arrayTaxon, refContainer) {
Expand Down

0 comments on commit c551467

Please sign in to comment.