Subversion Repositories eFlore/Applications.cel

Rev

Rev 545 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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