Line 115... |
Line 115... |
115 |
<!-- CSS -->
|
115 |
<!-- CSS -->
|
116 |
<link href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.10.2/css/smoothness/jquery-ui-1.10.2.custom.css" rel="stylesheet" type="text/css" media="screen" />
|
116 |
<link href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.10.2/css/smoothness/jquery-ui-1.10.2.custom.css" rel="stylesheet" type="text/css" media="screen" />
|
117 |
<link href="http://www.tela-botanica.org/commun/bootstrap/2.3.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" />
|
117 |
<link href="http://www.tela-botanica.org/commun/bootstrap/2.3.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" />
|
118 |
<link href="http://www.tela-botanica.org/commun/bootstrap/2.3.2/css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" media="screen" />
|
118 |
<link href="http://www.tela-botanica.org/commun/bootstrap/2.3.2/css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" media="screen" />
|
119 |
<link href="<?=$url_base?>modules/saisie/squelettes/florileges/css/<?=isset($_GET['style']) ? $_GET['style'] : 'florileges'?>.css" rel="stylesheet" type="text/css" media="screen" />
|
119 |
<link href="<?=$url_base?>modules/saisie/squelettes/florileges/css/<?=isset($_GET['style']) ? $_GET['style'] : 'florileges'?>.css" rel="stylesheet" type="text/css" media="screen" />
|
- |
|
120 |
|
- |
|
121 |
|
- |
|
122 |
<script>
|
- |
|
123 |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
- |
|
124 |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
- |
|
125 |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
- |
|
126 |
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
- |
|
127 |
|
- |
|
128 |
ga('create', 'UA-20092557-1', 'auto');
|
- |
|
129 |
ga('require', 'displayfeatures');
|
- |
|
130 |
ga('send', 'pageview');
|
- |
|
131 |
|
- |
|
132 |
</script>
|
120 |
</head>
|
133 |
</head>
|
Line 121... |
Line 134... |
121 |
|
134 |
|
122 |
<body data-spy="scroll">
|
135 |
<body data-spy="scroll">
|
123 |
<div class="container">
|
136 |
<div class="container">
|
Line 1051... |
Line 1064... |
1051 |
target="_blank"
|
1064 |
target="_blank"
|
1052 |
onclick="javascript:window.open(this.getAttribute('href'), 'Tela Botanica - Remarques', config='height=700, width=640, scrollbars=yes, resizable=yes'); return false;">
|
1065 |
onclick="javascript:window.open(this.getAttribute('href'), 'Tela Botanica - Remarques', config='height=700, width=640, scrollbars=yes, resizable=yes'); return false;">
|
1053 |
le formulaire de signalement d'erreurs</a>.
|
1066 |
le formulaire de signalement d'erreurs</a>.
|
1054 |
</p>
|
1067 |
</p>
|
1055 |
</div>
|
1068 |
</div>
|
1056 |
|
- |
|
1057 |
<!-- Stats : Google Analytics-->
|
- |
|
1058 |
<script type="text/javascript">
|
- |
|
1059 |
//<![CDATA[
|
- |
|
1060 |
var _gaq = _gaq || [];
|
- |
|
1061 |
_gaq.push(['_setAccount', 'UA-20092557-1']);
|
- |
|
1062 |
_gaq.push(['_trackPageview']);
|
- |
|
1063 |
|
- |
|
1064 |
(function() {
|
- |
|
1065 |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
- |
|
1066 |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
- |
|
1067 |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
- |
|
1068 |
})();
|
- |
|
1069 |
//]]>
|
- |
|
1070 |
</script>
|
- |
|
1071 |
</body>
|
1069 |
</body>
|
1072 |
</html>
|
1070 |
</html>
|
1073 |
|
1071 |
|