Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1530 → Rev 1531

/trunk/jrest/services/squelettes/export_collection_expertise.tpl.csv
New file
0,0 → 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']?>"
<?php endforeach; ?>