Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1460 Rev 1479
Line 47... Line 47...
47
					<p class="info"><?=$information;?></p>
47
					<p class="info"><?=$information;?></p>
48
				<?php endforeach; ?>
48
				<?php endforeach; ?>
49
			<?php endif; ?>
49
			<?php endif; ?>
50
		<?php else : ?>
50
		<?php else : ?>
51
		 	<h1>
51
		 	<h1>
52
		 		Dernières observations du 
52
		 		<? if (!empty($titre)) : ?>
53
		 		<a href="http://www.tela-botanica.org/appli:cel" title="Carnet en Ligne" onclick="window.open(this.href);return false;">
-
 
54
		 			CEL
53
		 			<?=$titre?>
55
		 		</a>
54
		 		<? endif ; ?>
-
 
55
		 		<? if($icone_rss) : ?>
56
		 		<a href="<?=$flux_rss_url?>" id="cel-observation-flux" title="Suivre les observations" 
56
		 		<a href="<?=$flux_rss_url?>" id="cel-observation-flux" title="Suivre les observations" 
57
					onclick="window.open(this.href);return false;">
57
					onclick="window.open(this.href);return false;">
58
					<img src="http://www.tela-botanica.org/sites/commun/generique/images/rss.png" alt="Suivre les observations" />
58
					<img src="http://www.tela-botanica.org/sites/commun/generique/images/rss.png" alt="Suivre les observations" />
59
				</a>
59
				</a>
-
 
60
				<? endif; ?>
60
		 	</h1>
61
		 	</h1>
61
			<div id="cel-liste-observation">
62
			<div id="cel-liste-observation">
62
				<?php foreach ($items as $item) : ?>
63
				<?php foreach ($items as $item) : ?>
63
					<div id="cel-observation-<?=$item['guid']?>" class="cel-observation" rel="<?=$item['guid']?>" >
64
					<div id="cel-observation-<?=$item['guid']?>" class="cel-observation" rel="<?=$item['guid']?>" >
64
						<img id="imPlus-<?=$item['guid']?>" width="10" height="10" 
65
						<img id="imPlus-<?=$item['guid']?>" width="10" height="10" 
Line 85... Line 86...
85
						</div>
86
						</div>
86
					</div>
87
					</div>
Line 87... Line 88...
87
					
88
					
88
				<?php endforeach; ?>
89
				<?php endforeach; ?>
-
 
90
			</div>
-
 
91
			<p id="cel-observation-pieds" class="cel-observation-pieds discretion nettoyage">
-
 
92
				<span class="cel-observation-source">
-
 
93
					Source : 
-
 
94
					<a href="http://www.tela-botanica.org/page:cel" title="Carnet en Ligne" onclick="window.open(this.href);return false;">
-
 
95
				 		CEL
-
 
96
				 	</a>
89
			</div>
97
			 	</span>
-
 
98
			 	<span class="cel-observation-date-generation">Au <?=strftime('%A %d %B %Y à %H:%M:%S')?></span>
90
			<p id="cel-observation-date-generation" class="discretion nettoyage">Au <?=strftime('%A %d %B %Y à %H:%M:%S')?></p>
99
			</p>
91
			<script type="text/Javascript">
100
			<script type="text/Javascript">
92
				// Function pour cacher / afficher le détail des observations
101
				// Function pour cacher / afficher le détail des observations
Line 93... Line 102...
93
				$(document).ready(function() {
102
				$(document).ready(function() {