Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3409 Rev 3412
Line 265... Line 265...
265
				// La présence du parametre 'debug' dans l'URL enclenche le débogage
265
				// La présence du parametre 'debug' dans l'URL enclenche le débogage
266
				lichens.debug = <?php echo isset( $_GET['debug'] ) ? 'true' : 'false'; ?>;
266
				lichens.debug = <?php echo isset( $_GET['debug'] ) ? 'true' : 'false'; ?>;
267
				// La présence du parametre 'html5' dans l'URL enclenche les fonctions avancées HTML5
267
				// La présence du parametre 'html5' dans l'URL enclenche les fonctions avancées HTML5
268
				lichens.html5 = <?php echo isset($_GET['html5']) ? 'true' : 'false'; ?>;
268
				lichens.html5 = <?php echo isset($_GET['html5']) ? 'true' : 'false'; ?>;
269
				// Mot-clé du widget/projet
269
				// Mot-clé du widget/projet
270
				lichens.tagProjet = "WidgetSaisie,apa,lichens";
270
				lichens.tagProjet = "WidgetSaisie,tb_aupresdemonarbre,lichens";
271
				// Mots-clés à ajouter aux images
271
				// Mots-clés à ajouter aux images
272
				lichens.tagImg = "<?php echo isset($_GET['tag-img']) ? $_GET['tag-img'] : ''; ?>";
272
				lichens.tagImg = "<?php echo isset($_GET['tag-img']) ? $_GET['tag-img'] : ''; ?>";
273
				lichens.separationTagImg = "<?php echo isset($_GET['motcle']) && isset($_GET['tag-img']) ? ',' : ''; ?>";
273
				lichens.separationTagImg = "<?php echo isset($_GET['motcle']) && isset($_GET['tag-img']) ? ',' : ''; ?>";
274
				lichens.tagImg = <?php echo isset($_GET['motcle']) ? "'".$_GET['motcle']."' + lichens.separationTagImg + lichens.tagImg" : 'lichens.tagImg'; ?>;
274
				lichens.tagImg = <?php echo isset($_GET['motcle']) ? "'".$_GET['motcle']."' + lichens.separationTagImg + lichens.tagImg" : 'lichens.tagImg'; ?>;
275
				// Mots-clés à ajouter aux observations
275
				// Mots-clés à ajouter aux observations