Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 798 Rev 1436
Line 16... Line 16...
16
			<tbody>
16
			<tbody>
17
				<? foreach ($observations as $obs) : ?>
17
				<? foreach ($observations as $obs) : ?>
18
					<tr>
18
					<tr>
19
						<td>&nbsp;
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/bdtfx-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>&nbsp;<?=$obs['date']?></td>
26
						<td>&nbsp;<?=$obs['date']?></td>