Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 166 → Rev 167

/trunk/presentation/stat_tableau_charge.tpl.csv
2,11 → 2,11
Projets <?php foreach ($elements as $jour) : ?><?=$jour['jour_nom']?> <?=$jour['jour']?> <?php endforeach; ?>Total
<?php if (isset($projets)) : ?>
Travail <?php foreach ($elements as $jour) : ?><?=(!empty($jour['travail'])) ? $jour['travail'] : ' ';?> <?php endforeach; ?><?=$total_w;?>
<?foreach ($projets as $categorie => $pr):?>
<?php foreach ($projets as $categorie => $pr):?>
 
<?=$categorie;?> [<?=$categories[$categorie]['abreviation'];?>] <?php foreach ($elements as $jour_id => $jour) : ?><?=(isset($categories[$categorie][$jour_id])) ? $categories[$categorie][$jour_id] : ' ';?> <?php endforeach; ?><?=$categories[$categorie]['total'];?>
 
<?foreach ($pr as $id => $projet):?>
<?php foreach ($pr as $id => $projet):?>
<?=$projet['nom'];?> <?php foreach ($elements as $jour_id => $jour) : ?><?=(isset($projet['duree'][$jour_id])) ? $projet['duree'][$jour_id] : ' ';?> <?php endforeach; ?><?=(isset($projet['total'])) ? $projet['total'] : ' ';?>
 
<?php endforeach; ?><?php endforeach; ?><?php endif; ?>
19,4 → 19,4
 
<?php endforeach; ?><?php endif; ?>
Total <?php foreach ($elements as $jour) : ?><?=(!empty($jour['w_et_a'])) ? $jour['w_et_a'] : ' ';?> <?php endforeach; ?><?=$total;?>
<?php endif; ?>
<?php endif; ?>