Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 231 | Rev 244 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 231 Rev 232
1
<!-- COL - DEBUT PIED DE PAGE -->
1
<!-- COL - DEBUT PIED DE PAGE -->
2
<script type="text/javascript">
2
<script type="text/javascript">
3
	$(document).ready(function() {
3
	$(document).ready(function() {
4
		$('span.courriel').courriel();
4
		$('span.courriel').courriel();
5
	});
5
	});
6
</script>
6
</script>
7
<div class="coel-consultation">
7
<div class="coel-consultation">
8
	<p>
8
	<p>
9
		Pour plus d'informations, nous faire part d'une erreur dans les informations affichées ou nous suggérer des améliorations,
9
		Pour plus d'informations, nous faire part d'une erreur dans les informations affichées ou nous suggérer des améliorations,
10
		<a href="<?= $donnees['url_base_widget_remarques'] ?>?service=coel&pageSource=<?php echo urlencode('http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?'.$_SERVER['QUERY_STRING']); ?>"
10
		<a href="<?= $donnees['url_base_widget_remarques'] ?>?service=coel&pageSource=<?php echo urlencode('http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?'.$_SERVER['QUERY_STRING']); ?>"
11
		  target="_blank"
11
		  target="_blank"
12
		  onclick="javascript:window.open(this.getAttribute('href'), 'Tela Botanica - Remarques', config='height=700, width=640, scrollbars=yes, resizable=yes'); return false;">
12
		  onclick="javascript:window.open(this.getAttribute('href'), 'Tela Botanica - Remarques', config='height=700, width=640, scrollbars=yes, resizable=yes'); return false;">
13
			contactez-nous
13
			contactez-nous
14
		</a>
14
		</a>
15
	</p>
15
	</p>
16
	<p>
16
	<p>
17
		<span class="coll-appli-info">
17
		<span class="coll-appli-info">
18
			«&nbsp;<?=$appli['nom']?>&nbsp;» [<?=$appli['abr']?>]
18
			«&nbsp;<?=$appli['nom']?>&nbsp;» [<?=$appli['abr']?>]
19
			v.<?=$appli['version']['code']['num']?> - <?=$appli['version']['nom']?>
19
			v.<?=$appli['version']['code']['num']?> - <?=$appli['version']['nom']?>
20
		</span>
20
		</span>
21
	</p>
21
	</p>
22
</div>
22
</div>
-
 
23
<!-- Google Analytics -->
-
 
24
<script>
-
 
25
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-
 
26
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-
 
27
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-
 
28
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
 
29
  ga('create', 'UA-57885-3', 'auto');
-
 
30
  ga('send', 'pageview');
-
 
31
</script>
23
<!-- COL - FIN PIED DE PAGE -->
32
<!-- COL - FIN PIED DE PAGE -->
24
33