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>
|
1035 |
isa |
57 |
<!--
|
990 |
isa |
58 |
<span class="conteneur_permalien">
|
|
|
59 |
<a href="<?= $lien ?>&theme=pyracantha"> Thème 1 </a>
|
|
|
60 |
<br />
|
|
|
61 |
<a href="<?= $lien ?>&theme=gentiana"> Thème 2 </a>
|
|
|
62 |
<br />
|
|
|
63 |
<a href="<?= $lien ?>&theme=gentiana2"> Thème 3 </a>
|
|
|
64 |
</span>
|
1035 |
isa |
65 |
-->
|
990 |
isa |
66 |
</div>
|
|
|
67 |
|
|
|
68 |
</div> <!-- Fin du bloc 'Haut de Page' -->
|
1046 |
isa |
69 |
|
|
|
70 |
<!--
|
990 |
isa |
71 |
<footer>
|
|
|
72 |
<div class="row-fluid bas-de-page">
|
|
|
73 |
<div class="span3 margin-left-05em">
|
|
|
74 |
<a class="toggle-button" CssUrl="modules/mobile/presentations/css/pyracantha_tela.css">Skin Tela</a>
|
|
|
75 |
</div>
|
|
|
76 |
<div class="span3 margin-right-05em">
|
|
|
77 |
<a class="toggle-button" CssUrl="modules/mobile/presentations/css/pyracantha_vert.css">Skin Vert</a>
|
|
|
78 |
</div>
|
|
|
79 |
<div class="span3 margin-right-05em">
|
|
|
80 |
<a class="toggle-button" CssUrl="modules/mobile/presentations/css/pyracantha_blanc.css">Skin Blanc</a>
|
|
|
81 |
</div>
|
|
|
82 |
</div>
|
1035 |
isa |
83 |
-->
|
990 |
isa |
84 |
</footer>
|
|
|
85 |
</body>
|
|
|
86 |
</html>
|