Subversion Repositories Applications.gtt

Rev

Rev 67 | Rev 89 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 67 Rev 75
Line 18... Line 18...
18
	<?foreach ($pr as $id => $nom):?>
18
	<?foreach ($pr as $id => $nom):?>
19
	<tr>
19
	<tr>
20
		<td id="pr:<?=$id;?>" class="projet"><?=$nom;?></td>
20
		<td id="pr:<?=$id;?>" class="projet"><?=$nom;?></td>
21
	<?php foreach ($utilisateurs as $utilisateur) : ?>
21
	<?php foreach ($utilisateurs as $utilisateur) : ?>
22
		<?php if (isset($utilisateur['projets'][$categorie][$id])) : ?>
22
		<?php if (isset($utilisateur['projets'][$categorie][$id])) : ?>
23
		<td class="projet"><?=$utilisateur['projets'][$categorie][$id]['duree'];?></td>
23
		<td class="utilisateur"><?=$utilisateur['projets'][$categorie][$id]['duree'];?></td>
24
		<?php else : ?>
24
		<?php else : ?>
25
		<td class="projet">&nbsp;</td>
25
		<td class="utilisateur">&nbsp;</td>
26
		<?php endif; ?>
26
		<?php endif; ?>
27
	<?php endforeach; ?>
27
	<?php endforeach; ?>
28
	</tr>
28
	</tr>
29
	<?php endforeach; ?>
29
	<?php endforeach; ?>
30
	<tr><td class="total_titre">Totaux</td>
30
	<tr><td class="total_titre">Totaux</td>