Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2678 Rev 2681
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) {