Subversion Repositories Applications.gtt

Rev

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

Rev 110 Rev 125
Line 14... Line 14...
14
	</select>
14
	</select>
15
	<input type="submit" name="btn_envoyer_utilisateur" value="OK"/>
15
	<input type="submit" name="btn_envoyer_utilisateur" value="OK"/>
16
	</form>
16
	</form>
17
	<?php endif; ?>
17
	<?php endif; ?>
18
</div>
18
</div>
-
 
19
<div id="export">
-
 
20
	<p><a href="<?=$url_mois_courant;?>&amp;format=csv">Affichage au format CSV</a> - <a href="<?=$url_mois_courant;?>&amp;format=csv&amp;sortie=csvt">Export au format CSV</a></p>
-
 
21
</div>
19
<?php if (isset($projets) || isset($absences)) : ?>
22
<?php if (isset($projets) || isset($absences)) : ?>
20
<table id="tab_tps_w_mensuel_salarie" summary="Tableau du temps de travail mensuel par salariƩ.">
23
<table id="tab_tps_w_mensuel_salarie" summary="Tableau du temps de travail mensuel par salariƩ.">
21
	<caption>Plan de charge - <?=$mois['mois'];?> <?=$mois['annee'];?> - <?=$utilisateur_courant;?></caption>
24
	<caption>Plan de charge - <?=$mois['mois'];?> <?=$mois['annee'];?> - <?=$utilisateur_courant;?></caption>
22
	<colgroup>
-
 
23
		<col id="col_titre" span="1"/>
-
 
24
	</colgroup>
-
 
25
	<thead>
25
	<thead>
26
		<tr>
26
		<tr>
27
			<th>Projets</th>
27
			<th>Projets</th>
28
			<?php foreach ($elements as $jour) : ?>
28
			<?php foreach ($elements as $jour) : ?>
29
			<th class="<?=$jour['class']?>"><?=$jour['jour_nom']?> <?=$jour['jour']?></th>
29
			<th class="<?=$jour['class']?>"><?=$jour['jour_nom']?> <?=$jour['jour']?></th>