Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 66 → Rev 67

/trunk/presentation/gestion.tpl.html
35,7 → 35,7
<?php endforeach; ?>
</tbody>
</table>
 
<?php if ($bool_projets) : ?>
<form id="gestion" name="gestion" action="<?=$url_gestion_valider;?>" method="post">
<table>
<caption>
58,6 → 58,7
</tr>
</thead>
<tbody>
<?php if ($bool_projets) : ?>
<?foreach ($preferences as $categorie => $projets):?>
<tr><td colspan="8" class="categorie"><?=$categorie;?></td></tr>
<?foreach ($projets as $projet):?>
74,6 → 75,7
<?php endforeach; ?>
</tr>
<?php endforeach; ?>
<? endif;?>
<tr><td colspan="8" class="categorie">Absences</td></tr>
<?php foreach ($ab as $ab_id => $tab_ab_jours) : ?>
<tr><td class="absence_titre"><?=$ab_libelle[$ab_id];?></td>
96,4 → 98,7
</table>
<input id="btn_valider" name="btn_valider" value="<?=$i18n_general_valider;?>" type="submit" />
</form>
<?php else : ?>
<p>Veuillez sélectionner des projets via le menu "Gestion de mes projets".</p>
<? endif;?>
</div>