Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1451 Rev 1460
Line 33... Line 33...
33
							src="http://www.tela-botanica.org/sites/commun/generique/images/plus.png" />
33
							src="http://www.tela-botanica.org/sites/commun/generique/images/plus.png" />
34
					<img id="imMoins-<?=$item['guid']?>" width="10" height="10" class="imMoins"
34
					<img id="imMoins-<?=$item['guid']?>" width="10" height="10" class="imMoins"
35
							name="imMoins-<?=$item['guid']?>" title="Cacher les informations complémentaires" alt="+" 
35
							name="imMoins-<?=$item['guid']?>" title="Cacher les informations complémentaires" alt="+" 
36
							src="http://www.tela-botanica.org/sites/commun/generique/images/moins.png" />	
36
							src="http://www.tela-botanica.org/sites/commun/generique/images/moins.png" />	
37
					<strong>
37
					<strong>
38
						<?php if ($item['eflore_url'] != '#' && $item['eflore_url'] != '') { ?>
38
						<?php if ($item['eflore_url'] != '#' && $item['eflore_url'] != '' && $item['eflore_url'] != 'http://www.tela-botanica.org/bdtfx-nn-0') { ?>
39
							<a class="cel-img-titre" href="<?=$item['eflore_url']?>"
39
							<a class="cel-img-titre" href="<?=$item['eflore_url']?>"
40
								onclick="window.open(this.href);return false;"  
40
								onclick="window.open(this.href);return false;"  
41
								title="Cliquez pour accéder à la fiche eFlore">
41
								title="Cliquez pour accéder à la fiche eFlore">
42
								<?=$item['titre']?>
42
								<?=$item['titre']?>
43
							</a>
43
							</a>