Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1460 Rev 1479
Line 14... Line 14...
14
			<p class="info"><?=$information;?></p>
14
			<p class="info"><?=$information;?></p>
15
		<?php endforeach; ?>
15
		<?php endforeach; ?>
16
	<?php endif; ?>
16
	<?php endif; ?>
17
	<?php else : ?>
17
	<?php else : ?>
18
		<h1>
18
		<h1>
19
			Dernières observations du 
19
			<? if (!empty($titre)) : ?>
20
			<a href="http://www.tela-botanica.org/appli:cel" title="Carnet en Ligne" onclick="window.open(this.href);return false;">
-
 
21
				CEL
20
		 		<?=$titre?>
22
			</a>
21
		 	<? endif ; ?>
-
 
22
			<? if($icone_rss) : ?>
23
			<a href="<?=$flux_rss_url?>" id="cel-observation-flux" title="Suivre les observations" 
23
			<a href="<?=$flux_rss_url?>" id="cel-observation-flux" title="Suivre les observations" 
24
				onclick="window.open(this.href);return false;">
24
				onclick="window.open(this.href);return false;">
25
				<img src="http://www.tela-botanica.org/sites/commun/generique/images/rss.png" alt="Suivre les observations" />
25
				<img src="http://www.tela-botanica.org/sites/commun/generique/images/rss.png" alt="Suivre les observations" />
26
			</a>
26
			</a>
-
 
27
			<? endif; ?>
27
		</h1>
28
		</h1>
28
		<div id="cel-liste-observation">
29
		<div id="cel-liste-observation">
29
			<?php foreach ($items as $item) : ?>
30
			<?php foreach ($items as $item) : ?>
30
				<div id="cel-observation-<?=$item['guid']?>" class="cel-observation" rel="<?=$item['guid']?>" >
31
				<div id="cel-observation-<?=$item['guid']?>" class="cel-observation" rel="<?=$item['guid']?>" >
31
					<img id="imPlus-<?=$item['guid']?>" width="10" height="10" 
32
					<img id="imPlus-<?=$item['guid']?>" width="10" height="10" 
Line 51... Line 52...
51
						<?=$item['description']?>
52
						<?=$item['description']?>
52
					</div>
53
					</div>
53
				</div>
54
				</div>
54
			<?php endforeach; ?>
55
			<?php endforeach; ?>
55
		</div>
56
		</div>
-
 
57
		<p id="cel-observation-pieds" class="cel-observation-pieds discretion nettoyage">
-
 
58
			<span class="cel-observation-source">
-
 
59
				Source : 
-
 
60
				<a href="http://www.tela-botanica.org/page:cel" title="Carnet en Ligne" onclick="window.open(this.href);return false;">
-
 
61
			 		CEL
-
 
62
			 	</a>
-
 
63
		 	</span>
56
		<p id="cel-observation-date-generation" class="discretion nettoyage">Au <?=strftime('%A %d %B %Y à %H:%M:%S')?></p>
64
		 	<span class="cel-observation-date-generation">Au <?=strftime('%A %d %B %Y à %H:%M:%S')?></span>
-
 
65
		</p>
57
		<script type="text/Javascript">
66
		<script type="text/Javascript">
58
				// Function pour cacher / afficher le détail des observations
67
				// Function pour cacher / afficher le détail des observations
59
				$(document).ready(function() {
68
				$(document).ready(function() {
Line 60... Line 69...
60
 
69