Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 521 Rev 545
Line 14... Line 14...
14
				</tr>
14
				</tr>
15
			</thead>
15
			</thead>
16
			<tbody>
16
			<tbody>
17
				<? foreach ($observations as $obs) : ?>
17
				<? foreach ($observations as $obs) : ?>
18
					<tr>
18
					<tr>
19
						<td>
19
						<td>&nbsp;
20
						<? if (isset($obs['nn'])) : ?>
20
						<? if (isset($obs['nn'])) : ?>
21
							<a href="http://www.tela-botanica.org/nn<?=$obs['nn']?>" onclick="window.open(this.href); arreter(event); return false; "><?=$obs['nom']?></a>
21
							<a href="http://www.tela-botanica.org/nn<?=$obs['nn']?>" onclick="window.open(this.href); arreter(event); return false; "><?=$obs['nom']?></a>
22
						<? else : ?>
22
						<? else : ?>
23
							<?=$obs['nom']?>
23
							<?=$obs['nom']?>
24
						<? endif; ?>
24
						<? endif; ?>
25
						</td>
25
						</td>
26
						<td><?=$obs['date']?></td>
26
						<td>&nbsp;<?=$obs['date']?></td>
27
						<td><?=$obs['lieu']?></td>
27
						<td>&nbsp;<?=$obs['lieu']?></td>
28
						<td><?=$obs['observateur']?></td>
28
						<td>&nbsp;<?=$obs['observateur']?></td>
29
					</tr>
29
					</tr>
30
				<? endforeach; ?>
30
				<? endforeach; ?>
31
			</tbody>
31
			</tbody>
32
		</table>
32
		</table>
33
		<? include(dirname(__FILE__).'/obs_msg_info.tpl.html') ?>
33
		<? include(dirname(__FILE__).'/obs_msg_info.tpl.html') ?>