Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 142 → Rev 167

/trunk/presentation/stat_tableau_global.tpl.html
26,7 → 26,7
<?php endforeach; ?>
<td class="total"><?=$total_projets;?></td>
</tr>
<?foreach ($categories as $idc => $categorie):?>
<?php foreach ($categories as $idc => $categorie):?>
<tr class="categories">
<th class="categories_titre"><?=$categorie['nom'];?> [<?=$categorie['abreviation'];?>]</th>
<?php foreach ($utilisateurs as $utilisateur) : ?>
34,7 → 34,7
<?php endforeach; ?>
<td class="total"><?=$categorie['total'];?></td>
</tr>
<?foreach ($categorie['projets'] as $idp => $projet):?>
<?php foreach ($categorie['projets'] as $idp => $projet):?>
<tr class="utilisateur <?=$ligne ; $ligne = ($ligne == "impair") ? "pair" : "impair" ;?>">
<th id="pr:<?=$idp;?>" title="<?=$projet['desc'];?>"><?=$projet['nom'];?></th>
<?php foreach ($utilisateurs as $utilisateur) : ?>
78,4 → 78,4
<?php foreach ($messages as $message) : ?>
<p class="information"><?=$message;?></p>
<?php endforeach; ?>
<?php endif; ?>
<?php endif; ?>