Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1412 → Rev 1413

/trunk/modules/mobile/presentations/js/mobile.js
12,6 → 12,8
$(w.document.body).html(html);
}
document.location.href = "#";
//TODO gérer la fonction de swipe sur le téléphone
// Slider images : bootstrap
/*if (document.getElementById('slider-pictures')) {
/trunk/modules/mobile/squelettes/smartflore.tpl.html
113,7 → 113,7
<div class="panel-heading smartflore-titre-section" role="tab" id="heading<?= md5($titre_section); ?>">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#smartflore-accordeon-sections" href="#collapse<?= md5($titre_section); ?>" aria-expanded="true" aria-controls="collapse<?= md5($titre_section); ?>">
<span class="glyphicon <?= $icones[$index_icones++]; ?> margin-left-1em margin-top-03em"></span>
<span class="glyphicon <?= $icones[$index_icones++]; ?> smartflore-titre-section-icone margin-left-1em margin-top-03em"></span>
<?= $titre_section; ?>
</a>
</h4>