Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1480 Rev 1495
Line 91... Line 91...
91
						<strong>
91
						<strong>
92
							<?php if ($item['eflore_url'] != '#' && $item['eflore_url'] != '') { ?>
92
							<?php if ($item['eflore_url'] != '#' && $item['eflore_url'] != '') { ?>
93
							<a class="cel-img-titre" href="<?=$item['eflore_url']?>"
93
							<a class="cel-img-titre" href="<?=$item['eflore_url']?>"
94
								onclick="window.open(this.href);return false;"  
94
								onclick="window.open(this.href);return false;"  
95
								title="Cliquez pour accéder à la fiche eFlore">
95
								title="Cliquez pour accéder à la fiche eFlore">
-
 
96
								<?=$item['infos']['nom_sci']?>
-
 
97
							</a> par 
-
 
98
							<a class="cel-img-contact" 
-
 
99
								href="?mode=contact&nn=<?= urlencode($item['infos']['nn']) ;?>&nom_sci=<?= urlencode($item['infos']['nom_sci']) ;?>&date=<?= urlencode($item['infos']['date']) ;?>&id_image=<?= $item['guid']; ?>" 
-
 
100
								title="Cliquez pour contacter l'auteur de la photo">
96
								<?=$item['titre']?>
101
								<?=$item['infos']['auteur']?>
97
							</a>
102
							</a>
-
 
103
							le <?=$item['infos']['date']?> 
98
							<?php } else { ?>
104
							<?php } else { ?>
99
								<?=$item['titre']?>
105
								<?=$item['titre']?>
100
							<?php } ?>
106
							<?php } ?>
101
						</strong><br />
107
						</strong><br />
102
						<span class="cel-img-date">Publiée le <?=$item['date']?></span>
108
						<span class="cel-img-date">Publiée le <?=$item['date']?></span>
Line 149... Line 155...
149
					$('a.cel-img').click(function(event) {
155
					$('a.cel-img').click(function(event) {
150
						ouvrirFenetrePopup($(this));
156
						ouvrirFenetrePopup($(this));
151
						event.preventDefault();
157
						event.preventDefault();
152
					});
158
					});
153
				}
159
				}
-
 
160
				
-
 
161
				$(document).ready(function() {
-
 
162
					$('a.cel-img-contact').live('click', function(event) {
-
 
163
						event.preventDefault();
-
 
164
						ouvrirFenetreContact($(this));
-
 
165
					});
-
 
166
				});
Line 154... Line 167...
154
									
167
									
155
				function ouvrirFenetrePopup(lienImage) {
168
				function ouvrirFenetrePopup(lienImage) {
156
					var url = "?mode=popup&url_image="+lienImage.attr('href');
169
					var url = "?mode=popup&url_image="+lienImage.attr('href')+'&galerie_id=<?= $galerie_id ?>';
157
					window.open(url, '', 'directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no, width='+(700)+', height='+(650));
170
					window.open(url, '', 'directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no, width='+(700)+', height='+(650));
-
 
171
				}
-
 
172
				
-
 
173
				function ouvrirFenetreContact(lienImage) {
-
 
174
					var url = lienImage.attr("href");
-
 
175
					window.open(url, '_blank', 'directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no, width='+(400)+', height='+(550));
158
				}
176
				}
159
				//]]>
177
				//]]>
160
			</script>
178
			</script>
161
	   	<?php endif; ?>
179
	   	<?php endif; ?>
162
		</div>
180
		</div>