| Line 12... |
Line 12... |
| 12 |
<meta http-equiv="content-script-type" content="text/javascript" />
|
12 |
<meta http-equiv="content-script-type" content="text/javascript" />
|
| 13 |
<meta http-equiv="content-language" content="fr" />
|
13 |
<meta http-equiv="content-language" content="fr" />
|
| 14 |
<meta http-equiv="cache-control" content="no-cache">
|
14 |
<meta http-equiv="cache-control" content="no-cache">
|
| Line 15... |
Line 15... |
| 15 |
|
15 |
|
| 16 |
<!-- Favicones -->
|
16 |
<!-- Favicones -->
|
| Line 17... |
Line 17... |
| 17 |
<link rel="shortcut icon" type="image/x-icon" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
|
17 |
<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
|
| 18 |
|
18 |
|
| 19 |
<!-- Viewport -->
|
19 |
<!-- Viewport -->
|
| 20 |
<meta name="apple-mobile-web-app-capable" content="yes" />
|
20 |
<meta name="apple-mobile-web-app-capable" content="yes" />
|
| Line 21... |
Line 21... |
| 21 |
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
21 |
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
| 22 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui">
|
22 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui">
|
| 23 |
|
23 |
|
| 24 |
<!-- CSS -->
|
24 |
<!-- CSS -->
|
| 25 |
<link href="http://resources.tela-botanica.org/jquery/photoswipe/3.0.5/photoswipe.css" type="text/css" rel="stylesheet" />
|
25 |
<link href="https://resources.tela-botanica.org/jquery/photoswipe/3.0.5/photoswipe.css" type="text/css" rel="stylesheet" />
|
| Line 26... |
Line 26... |
| 26 |
<link href="http://resources.tela-botanica.org/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
26 |
<link href="https://resources.tela-botanica.org/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
| 27 |
<link href="<?= $css ?>" rel="stylesheet" type="text/css" id="custom-css" />
|
27 |
<link href="<?= $css ?>" rel="stylesheet" type="text/css" id="custom-css" />
|
| 28 |
<link href="modules/mobile/presentations/css/smartflore.css" rel="stylesheet" type="text/css" id="smart-flore-css" />
|
28 |
<link href="modules/mobile/presentations/css/smartflore.css" rel="stylesheet" type="text/css" id="smart-flore-css" />
|
| 29 |
|
29 |
|
| 30 |
<!-- Javascript -->
|
30 |
<!-- Javascript -->
|
| 31 |
<script src="http://resources.tela-botanica.org/jquery/2.1.4/jquery.min.js"></script>
|
31 |
<script src="https://resources.tela-botanica.org/jquery/2.1.4/jquery.min.js"></script>
|
| Line 32... |
Line 32... |
| 32 |
<script src="http://resources.tela-botanica.org/jquery/photoswipe/3.0.5/klass.min.js"></script>
|
32 |
<script src="https://resources.tela-botanica.org/jquery/photoswipe/3.0.5/klass.min.js"></script>
|
| 33 |
<script src="http://resources.tela-botanica.org/jquery/photoswipe/3.0.5/code.photoswipe.jquery-3.0.5.min.js"></script>
|
33 |
<script src="https://resources.tela-botanica.org/jquery/photoswipe/3.0.5/code.photoswipe.jquery-3.0.5.min.js"></script>
|
| 34 |
<script src="http://resources.tela-botanica.org/bootstrap/3.3.4/js/bootstrap.min.js"></script>
|
34 |
<script src="https://resources.tela-botanica.org/bootstrap/3.3.4/js/bootstrap.min.js"></script>
|
| Line 59... |
Line 59... |
| 59 |
|
59 |
|
| 60 |
<body>
|
60 |
<body>
|
| 61 |
<div id="smartflore-fiche">
|
61 |
<div id="smartflore-fiche">
|
| 62 |
<div id="smartflore-entete">
|
62 |
<div id="smartflore-entete">
|
| 63 |
<h1>
|
63 |
<h1>
|
| 64 |
<img id="smart-flore-logo-tela" src="http://resources.tela-botanica.org/tb/img/128x128/logo_carre_officiel.png" /> <span class="smart-flore-sf">S</span>mart'<span class="smart-flore-sf">F</span>lore
|
64 |
<img id="smart-flore-logo-tela" src="https://resources.tela-botanica.org/tb/img/128x128/logo_carre_officiel.png" /> <span class="smart-flore-sf">S</span>mart'<span class="smart-flore-sf">F</span>lore
|
| 65 |
</h1>
|
65 |
</h1>
|
| Line 66... |
Line 66... |
| 66 |
</div>
|
66 |
</div>
|
| 67 |
|
67 |
|