Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 468 Rev 475
Line 4... Line 4...
4
		<li class="onglet-inactif"><a onclick="chargerFormatObs('<?=$station_id?>', 'liste');return false;" href="#">Liste</a></li>
4
		<li class="onglet-inactif"><a onclick="chargerFormatObs('<?=$station_id?>', 'liste');return false;" href="#">Liste</a></li>
5
	</ul>
5
	</ul>
6
</div>
6
</div>
7
<div id="observations">
7
<div id="observations">
8
	<table>
8
	<table>
9
		<caption><h2><?=count($observations)?> observations pour <?=$commune?></h2></caption>
9
		<caption><h2><?=count($observations)?> observations pour <?=(isset($commune) ? $commune : '?')?></h2></caption>
10
		<thead>
10
		<thead>
11
			<tr>
11
			<tr>
12
				<th>Nom</th><th>Date</th><th>Lieu</th><th>Observateur</th>
12
				<th>Nom</th><th>Date</th><th>Lieu</th><th>Observateur</th>
13
			</tr>
13
			</tr>
14
		</thead>
14
		</thead>