Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 136 → Rev 137

/trunk/presentation/stat_tableau_charge.tpl.csv
7,8 → 7,10
<?=$categorie;?> <?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):?>
<?=$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; ?>
<?=$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; ?>
 
<?php if (isset($absences)) : ?>
Absences <?php foreach ($elements as $jour) : ?><?=(!empty($jour['absence'])) ? $jour['absence'] : ' ';?> <?php endforeach; ?><?=$total_a;?>