Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3411 → Rev 3412

/branches/v2.28-semoir/widget/modules/apa/squelettes/plantes.tpl.html
215,7 → 215,7
// La présence du parametre 'html5' dans l'URL enclenche les fonctions avancées HTML5
plantes.html5 = <?php echo isset($_GET['html5']) ? 'true' : 'false'; ?>;
// Mot-clé du widget/projet
plantes.tagProjet = "WidgetSaisie,apa,plantes";
plantes.tagProjet = "WidgetSaisie,tb_aupresdemonarbre,plantes";
// Mots-clés à ajouter aux images
plantes.tagImg = "<?php echo isset($_GET['tag-img']) ? $_GET['tag-img'] : ''; ?>";
plantes.separationTagImg = "<?php echo isset($_GET['motcle']) && isset($_GET['tag-img']) ? ',' : ''; ?>";