Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1541 → Rev 1542

/trunk/jrest/services/squelettes/export_structure_expertise.tpl.csv
1,4 → 1,4
"id","nom","stockage_parametres","collection_nbre","personnel_nbre_heure_cumulees"
"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['collection_nbre']?>","<?=$structure['personnel_heure_nbre']?>"
"<?=$id?>","<?=$structure['nom']?>","<?=$structure['stockage_params']?>","<?=$structure['stockage_params_nbre']?>","<?=$structure['collection_nbre']?>","<?=$structure['personnel_heure_nbre']?>"
<?php endforeach; ?>