Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1430 → Rev 1431

/trunk/modules/mobile/presentations/icones/zoom.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/modules/mobile/presentations/icones/altitude.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/modules/mobile/presentations/less/gentiana.less
File deleted
/trunk/modules/mobile/presentations/less/README
File deleted
\ No newline at end of file
/trunk/modules/mobile/presentations/less/functions.less
File deleted
/trunk/modules/mobile/presentations/less/pyracantha_blanc.less
File deleted
\ No newline at end of file
/trunk/modules/mobile/presentations/less/pyracantha.less
File deleted
\ No newline at end of file
/trunk/modules/mobile/presentations/less/pyracantha_vert.less
File deleted
\ No newline at end of file
/trunk/modules/mobile/presentations/less/pyracantha_tela.less
File deleted
\ No newline at end of file
/trunk/modules/mobile/presentations/css/smartflore.css
51,7 → 51,7
}
 
#smartflore-fiche #smartflore-footer .smartflore-footer-bouton .btn {
font-size: 2em;
font-size: 1.5em;
background-color: #928B71;
color: #FFFFFF;
}
151,7 → 151,7
* Media Queries
*
*/
@media screen and (max-width: 384px) {
@media screen and (max-width: 480px) {
#smartflore-fiche #smartflore-entete h1 {
font-size: 2.2em;
}
/trunk/modules/mobile/presentations/js/mobile.js
20,7 → 20,7
}
}
}
 
function voirSources() {
var w = window.open();
var html = $("#smartflore-sources").html();
33,4 → 33,9
$(this).attr('src', src.replace('S', taille));
});
}
 
$('#collapse-partenaires').on('shown.bs.collapse', function () {
$("html, body").animate({ scrollTop: $(document).height() }, "fast");
});
 
});
/trunk/modules/mobile/presentations/logos/tela.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/modules/mobile/presentations/logos/tela_transparent.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/modules/mobile/squelettes/smartflore.tpl.html
22,16 → 22,16
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui">
<!-- CSS -->
<link href="http://www.tela-botanica.org/commun/jquery/photoswipe/3.0.5/photoswipe.css" type="text/css" rel="stylesheet" />
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="http://resources.tela-botanica.org/jquery/photoswipe/3.0.5/photoswipe.css" type="text/css" rel="stylesheet" />
<link href="http://resources.tela-botanica.org/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="<?= $css ?>" rel="stylesheet" type="text/css" id="custom-css" />
<link href="modules/mobile/presentations/css/smartflore.css" rel="stylesheet" type="text/css" id="smart-flore-css" />
 
<!-- Javascript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="http://www.tela-botanica.org/commun/jquery/photoswipe/3.0.5/klass.min.js"></script>
<script src="http://www.tela-botanica.org/commun/jquery/photoswipe/3.0.5/code.photoswipe.jquery-3.0.5.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="http://resources.tela-botanica.org/jquery/2.1.4/jquery.min.js"></script>
<script src="http://resources.tela-botanica.org/jquery/photoswipe/3.0.5/klass.min.js"></script>
<script src="http://resources.tela-botanica.org/jquery/photoswipe/3.0.5/code.photoswipe.jquery-3.0.5.min.js"></script>
<script src="http://resources.tela-botanica.org/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="modules/mobile/presentations/js/mobile.js"></script>
<style>