| Line 26... |
Line 26... |
| 26 |
<?php endforeach; ?>
|
26 |
<?php endforeach; ?>
|
| 27 |
<td class="total"><?=$total_projets;?></td>
|
27 |
<td class="total"><?=$total_projets;?></td>
|
| 28 |
</tr>
|
28 |
</tr>
|
| 29 |
<?foreach ($categories as $idc => $categorie):?>
|
29 |
<?foreach ($categories as $idc => $categorie):?>
|
| 30 |
<tr class="categories">
|
30 |
<tr class="categories">
|
| 31 |
<th class="categories_titre"><?=$categorie['nom'];?></th>
|
31 |
<th class="categories_titre"><?=$categorie['nom'];?> [<?=$categorie['abreviation'];?>]</th>
|
| 32 |
<?php foreach ($utilisateurs as $utilisateur) : ?>
|
32 |
<?php foreach ($utilisateurs as $utilisateur) : ?>
|
| 33 |
<td class="categories_total"><?=(isset($utilisateur['projets'][$idc]['total'])) ? $utilisateur['projets'][$idc]['total'] : " ";?></td>
|
33 |
<td class="categories_total"><?=(isset($utilisateur['projets'][$idc]['total'])) ? $utilisateur['projets'][$idc]['total'] : " ";?></td>
|
| 34 |
<?php endforeach; ?>
|
34 |
<?php endforeach; ?>
|
| 35 |
<td class="total"><?=$categorie['total'];?></td>
|
35 |
<td class="total"><?=$categorie['total'];?></td>
|
| 36 |
</tr>
|
36 |
</tr>
|