Subversion Repositories Applications.gtt

Rev

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

Rev 125 Rev 137
Line 5... Line 5...
5
<?foreach ($projets as $categorie => $pr):?>
5
<?foreach ($projets as $categorie => $pr):?>
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
<?=$categorie;?>	<?php foreach ($elements as $jour_id => $jour) : ?><?=(isset($categories[$categorie][$jour_id])) ? $categories[$categorie][$jour_id] : ' ';?>	<?php endforeach; ?><?=$categories[$categorie]['total'];?>
7
<?=$categorie;?>	<?php foreach ($elements as $jour_id => $jour) : ?><?=(isset($categories[$categorie][$jour_id])) ? $categories[$categorie][$jour_id] : ' ';?>	<?php endforeach; ?><?=$categories[$categorie]['total'];?>
8
 
8
 
-
 
9
<?foreach ($pr as $id => $projet):?>
-
 
10
<?=$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'] : ' ';?>
Line 9... Line 11...
9
<?foreach ($pr as $id => $projet):?>
11
 
10
<?=$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; ?>
12
<?php endforeach; ?><?php endforeach; ?><?php endif; ?>
Line 11... Line 13...
11
 
13