Subversion Repositories eFlore/Applications.coel

Rev

Rev 1542 | Rev 1837 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1542 Rev 1572
Line 1... Line 1...
1
"id","nom","stockage_parametres","stockage_parametres_nbre","collection_nbre","personnel_nbre_heure_cumulees"
1
"id","nom","stockage_parametres","stockage_parametres_nbre","collection_nbre","personnel_nbre_heure_cumulees","visite_avec_motif_science"
2
<?php foreach ($structures as $id => $structure) : ?>
2
<?php foreach ($structures as $id => $structure) : ?>
3
"<?=$id?>","<?=$structure['nom']?>","<?=$structure['stockage_params']?>","<?=$structure['stockage_params_nbre']?>","<?=$structure['collection_nbre']?>","<?=$structure['personnel_heure_nbre']?>"
3
"<?=$id?>","<?=$structure['nom']?>","<?=$structure['stockage_params']?>","<?=$structure['stockage_params_nbre']?>","<?=$structure['collection_nbre']?>","<?=$structure['personnel_heure_nbre']?>","<?=$structure['visite_avec_motif_science']?>"
4
<?php endforeach; ?>
4
<?php endforeach; ?>
5
5