Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1532 → Rev 1533

/trunk/jrest/services/squelettes/export_collection_expertise.tpl.csv
1,4 → 1,4
"id","nom","stockage_parametres","stockage_parametres_nbre","collection_nbre","personnel_nbre_heure_cumulees"
<?php foreach ($structures as $id => $structure) : ?>
"<?=$id?>","<?=$structure['nom']?>","<?=$structure['stockage_params']?>","<?=$structure['stockage_params_nbre']?>","<?=$structure['collection_nbre']?>","<?=$structure['personnel_heure_nbre']?>"
"id","nom","nom_structure","specimen_type"
<?php foreach ($collections as $id => $collection) : ?>
"<?=$id?>","<?=$collection['nom']?>","<?=$collection['nom_structure']?>","<?=$collection['specimen_type']?>"
<?php endforeach; ?>