Subversion Repositories Applications.gtt

Rev

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

Rev 73 Rev 75
Line 1... Line 1...
1
<div id="calendrier_mini" class="calendrier">
1
<div id="calendrier_mini" class="calendrier">
-
 
2
	<h2>Calendrier</h2>
2
	<table>
3
	<table>
3
		<caption><a href="<?=$url_mois_precedent;?>">&lt;&lt;</a> <?=$mois['mois'];?>
4
		<caption><a href="<?=$url_mois_precedent;?>">&lt;&lt;</a> <?=$mois['mois'];?>
4
		<?=$mois['annee'];?> <a href="<?=$url_mois_suivant;?>">&gt;&gt;</a></caption>
5
		<?=$mois['annee'];?> <a href="<?=$url_mois_suivant;?>">&gt;&gt;</a></caption>
5
		<thead>
6
		<thead>
6
			<tr>
7
			<tr>
Line 23... Line 24...
23
				<?php endforeach; ?>
24
				<?php endforeach; ?>
24
			</tr>
25
			</tr>
25
			<?php endforeach; ?>
26
			<?php endforeach; ?>
26
		</tbody>
27
		</tbody>
27
	</table>
28
	</table>
-
 
29
	<hr/>
28
</div>
30
</div>
29
31