Line 34... |
Line 34... |
34 |
<link href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.17/css/ui-darkness/jquery-ui-1.8.17.custom.css" rel="stylesheet" type="text/css" media="screen" />
|
34 |
<link href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.17/css/ui-darkness/jquery-ui-1.8.17.custom.css" rel="stylesheet" type="text/css" media="screen" />
|
35 |
<link href="<?= $url_base; ?>modules/telechargement/squelettes/css/telechargement.css" rel="stylesheet" type="text/css" media="screen" />
|
35 |
<link href="<?= $url_base; ?>modules/telechargement/squelettes/css/telechargement.css" rel="stylesheet" type="text/css" media="screen" />
|
Line 36... |
Line 36... |
36 |
|
36 |
|
37 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/1.7.1/jquery-1.7.1.js"></script>
|
37 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/1.7.1/jquery-1.7.1.js"></script>
|
- |
|
38 |
<script type="text/javascript" src="<?= $url_base; ?>modules/telechargement/squelettes/js/telechargement.js" ></script>
|
- |
|
39 |
|
- |
|
40 |
<script>
|
- |
|
41 |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
- |
|
42 |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
- |
|
43 |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
- |
|
44 |
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
- |
|
45 |
|
- |
|
46 |
ga('create', 'UA-20092557-1', 'auto');
|
- |
|
47 |
ga('require', 'displayfeatures');
|
- |
|
48 |
ga('send', 'pageview');
|
- |
|
49 |
|
38 |
<script type="text/javascript" src="<?= $url_base; ?>modules/telechargement/squelettes/js/telechargement.js" ></script>
|
50 |
</script>
|
Line 39... |
Line 51... |
39 |
</head>
|
51 |
</head>
|
40 |
|
52 |
|
41 |
<body>
|
53 |
<body>
|
Line 67... |
Line 79... |
67 |
Format original (<?= $resolution_originale; ?>)</a>
|
79 |
Format original (<?= $resolution_originale; ?>)</a>
|
68 |
<?php } ?>
|
80 |
<?php } ?>
|
69 |
<?php } ?>
|
81 |
<?php } ?>
|
70 |
</ul>
|
82 |
</ul>
|
71 |
</div>
|
83 |
</div>
|
72 |
<!-- Stats : Google Analytics-->
|
- |
|
73 |
<script type="text/javascript">
|
- |
|
74 |
//<![CDATA[
|
- |
|
75 |
var _gaq = _gaq || [];
|
- |
|
76 |
_gaq.push(['_setAccount', 'UA-20092557-1']);
|
- |
|
77 |
_gaq.push(['_trackPageview']);
|
- |
|
78 |
|
- |
|
79 |
(function() {
|
- |
|
80 |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
- |
|
81 |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
- |
|
82 |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
- |
|
83 |
})();
|
- |
|
84 |
//]]>
|
- |
|
85 |
</script>
|
- |
|
86 |
</body>
|
84 |
</body>
|
87 |
</html>
|
85 |
</html>
|