Line 41... |
Line 41... |
41 |
<?php endforeach; ?>
|
41 |
<?php endforeach; ?>
|
42 |
<td class="total"><?=$total_w;?></td>
|
42 |
<td class="total"><?=$total_w;?></td>
|
43 |
</tr>
|
43 |
</tr>
|
44 |
<?foreach ($projets as $categorie => $pr):?>
|
44 |
<?foreach ($projets as $categorie => $pr):?>
|
45 |
<tr class="categories <?=$ligne ; $ligne = ($ligne == "impair") ? "pair" : "impair" ;?>">
|
45 |
<tr class="categories <?=$ligne ; $ligne = ($ligne == "impair") ? "pair" : "impair" ;?>">
|
46 |
<th class="entete categories_titre"><?=$categorie;?></th>
|
46 |
<th class="entete categories_titre"><?=$categorie;?> [<?=$categories[$categorie]['abreviation'];?>]</th>
|
47 |
<?php foreach ($elements as $jour_id => $jour) : ?>
|
47 |
<?php foreach ($elements as $jour_id => $jour) : ?>
|
48 |
<td class="categories_total"><?=(isset($categories[$categorie][$jour_id])) ? $categories[$categorie][$jour_id] : " ";?></td>
|
48 |
<td class="categories_total"><?=(isset($categories[$categorie][$jour_id])) ? $categories[$categorie][$jour_id] : " ";?></td>
|
49 |
<?php endforeach; ?>
|
49 |
<?php endforeach; ?>
|
50 |
<td class="total"><?=$categories[$categorie]['total'];?></td>
|
50 |
<td class="total"><?=$categories[$categorie]['total'];?></td>
|
51 |
</tr>
|
51 |
</tr>
|