Subversion Repositories eFlore/Applications.cel

Rev

Rev 2670 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2670 Rev 2683
Line 59... Line 59...
59
					'&tag=<?=rawurlencode($tag)?>'+
59
					'&tag=<?=rawurlencode($tag)?>'+
60
					'&date=<?=$date?>'+
60
					'&date=<?=$date?>'+
61
					'&dept=<?=$dept?>'+
61
					'&dept=<?=$dept?>'+
62
					'&commune=<?=rawurlencode($commune)?>'+
62
					'&commune=<?=rawurlencode($commune)?>'+
63
					'&pays=<?=rawurlencode($pays)?>'+
63
					'&pays=<?=rawurlencode($pays)?>'+
64
					'&commentaire=<?=rawurlencode($commentaire)?>',
64
					'&commentaire=<?=rawurlencode($commentaire)?>'+
-
 
65
					'&groupe_zones_geo=<?=rawurlencode($groupe_zones_geo)?>',
65
				utilisateur = '<?=$utilisateur?>',
66
				utilisateur = '<?=$utilisateur?>',
66
				photos = '<?= ($photos != null) ? $photos : "null"; ?>';
67
				photos = '<?= ($photos != null) ? $photos : "null"; ?>';
-
 
68
				groupe_zones_geo = '<?= ($groupe_zones_geo != null) ? $groupe_zones_geo : "null"; ?>';
67
			if (photos != null) {
69
			if (photos != null) {
68
				filtreCommun += '&photos=<?=rawurlencode($photos)?>';
70
				filtreCommun += '&photos=<?=rawurlencode($photos)?>';
69
			}
71
			}
70
			var nbJours = '<?= ($nbjours != null) ? $nbjours : "null"; ?>';
72
			var nbJours = '<?= ($nbjours != null) ? $nbjours : "null"; ?>';
71
			if (nbJours != null) {
73
			if (nbJours != null) {
Line 98... Line 100...
98
		
100
		
99
		<!-- CSS -->
101
		<!-- CSS -->
100
		<link rel="stylesheet" href="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
102
		<link rel="stylesheet" href="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
101
		<link rel="stylesheet" href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.15/css/smoothness/jquery-ui-1.8.15.custom.css" type="text/css" media="screen" />
103
		<link rel="stylesheet" href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.15/css/smoothness/jquery-ui-1.8.15.custom.css" type="text/css" media="screen" />
-
 
104
		<link href="<?=$url_base?>modules/cartopoint/squelettes/css/<?=isset($_GET['style']) ? $_GET['style'] : 'carto'?>.css" rel="stylesheet" type="text/css" media="screen" />
-
 
105
		
-
 
106
		<script>
-
 
107
		  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-
 
108
		  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-
 
109
		  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-
 
110
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
 
111
		
-
 
112
		  ga('create', 'UA-20092557-1', 'auto');
-
 
113
		  ga('require', 'displayfeatures');
-
 
114
		  ga('send', 'pageview');
-
 
115
		
102
		<link href="<?=$url_base?>modules/cartopoint/squelettes/css/<?=isset($_GET['style']) ? $_GET['style'] : 'carto'?>.css" rel="stylesheet" type="text/css" media="screen" />
116
		</script>
Line 103... Line 117...
103
	</head>
117
	</head>
104
 
118
 
105
	<body>
119
	<body>
Line 400... Line 414...
400
					&nbsp;
414
					&nbsp;
401
					<input id="fc_envoyer" type="submit" value="Envoyer" />
415
					<input id="fc_envoyer" type="submit" value="Envoyer" />
402
				</p>
416
				</p>
403
			</form>
417
			</form>
404
		</div>
418
		</div>
405
		
-
 
406
		<!-- Stats : Google Analytics -->
-
 
407
		<script type="text/javascript">
-
 
408
			//<![CDATA[
-
 
409
			var _gaq = _gaq || [];
-
 
410
			_gaq.push(['_setAccount', 'UA-20092557-1']);
-
 
411
			_gaq.push(['_trackPageview']);
-
 
412
			
-
 
413
			(function() {
-
 
414
			  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
 
415
			  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
 
416
			  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-
 
417
			})();
-
 
418
			//]]>
-
 
419
		</script>
-
 
420
	</body>
419
	</body>
421
</html>
420
</html>
422
421