Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1436 Rev 1455
Line 15... Line 15...
15
			</thead>
15
			</thead>
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']) && $obs['nn'] != '' && $obs['nn'] != 0) : ?>
21
							<a href="http://www.tela-botanica.org/bdtfx-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>