990 |
isa |
1 |
<!DOCTYPE html>
|
|
|
2 |
<html>
|
|
|
3 |
<head>
|
|
|
4 |
<title>Smart'Flore</title>
|
|
|
5 |
|
|
|
6 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
|
|
7 |
<meta http-equiv="content-style-type" content="text/css" />
|
|
|
8 |
<meta http-equiv="content-script-type" content="text/javascript" />
|
|
|
9 |
<meta http-equiv="content-language" content="fr" />
|
|
|
10 |
<meta http-equiv="cache-control" content="no-cache">
|
|
|
11 |
|
|
|
12 |
<!-- Favicones -->
|
|
|
13 |
<link rel="shortcut icon" type="image/x-icon" href="http://www.tela-botanica.org/favicon.ico" />
|
|
|
14 |
|
|
|
15 |
<!-- Viewport -->
|
|
|
16 |
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
17 |
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
18 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
19 |
|
|
|
20 |
|
|
|
21 |
<!-- CSS -->
|
|
|
22 |
<link href="http://www.tela-botanica.org/commun/jquery/photoswipe/3.0.5/photoswipe.css" type="text/css" rel="stylesheet" />
|
|
|
23 |
<link href="http://www.tela-botanica.org/commun/bootstrap/2.3.1/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
|
|
24 |
<link href="<?= $css ?>" rel="stylesheet" type="text/css" id="custom-css" />
|
|
|
25 |
|
|
|
26 |
<!-- Javascript -->
|
|
|
27 |
<script src="http://www.tela-botanica.org/commun/jquery/1.7.1/jquery-1.7.1.min.js"></script>
|
|
|
28 |
<script src="http://www.tela-botanica.org/commun/jquery/photoswipe/3.0.5/klass.min.js"></script>
|
|
|
29 |
<script src="http://www.tela-botanica.org/commun/jquery/photoswipe/3.0.5/code.photoswipe.jquery-3.0.5.min.js"></script>
|
|
|
30 |
<script src="http://www.tela-botanica.org/commun/bootstrap/2.3.1/js/bootstrap.min.js"></script>
|
|
|
31 |
<script src="modules/mobile/presentations/js/mobile.js"></script>
|
|
|
32 |
|
|
|
33 |
<style>
|
|
|
34 |
.btn {border-radius:2em;}
|
|
|
35 |
.container-fluid {padding: 0px;}
|
|
|
36 |
[class*="span"] {margin-left: 0px;}
|
|
|
37 |
.accordion {margin-top: 1em;}
|
|
|
38 |
.accordion-heading .accordion-toggle {padding: 0pt 10px;}
|
|
|
39 |
</style>
|
|
|
40 |
</head>
|
|
|
41 |
|
|
|
42 |
|
|
|
43 |
<body class="container-fluid">
|
991 |
isa |
44 |
<div id="up">
|
|
|
45 |
<?= $contenu_onglet; ?>
|
990 |
isa |
46 |
|
|
|
47 |
<div class="row-fluid bas-de-page">
|
|
|
48 |
<a href="<?= $permalien_num_nom; ?>" class="btn btn-large en-savoir-plus">
|
|
|
49 |
En savoir plus
|
|
|
50 |
<i class="icon-share"></i>
|
|
|
51 |
</a>
|
|
|
52 |
<a href="#up" class="btn btn-large haut-de-page">
|
|
|
53 |
<i class="icon-chevron-up icon-white"></i>
|
|
|
54 |
Haut de page
|
|
|
55 |
</a>
|
|
|
56 |
<div class="clearfix"></div>
|
|
|
57 |
</div>
|
|
|
58 |
|
|
|
59 |
</div> <!-- Fin du bloc 'Haut de Page' -->
|
|
|
60 |
</body>
|
|
|
61 |
</html>
|