2207 |
aurelien |
1 |
<!DOCTYPE html>
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<title>Téléchargement d'une image du cel</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 |
|
|
|
11 |
<meta name="revisit-after" content="15 days" />
|
|
|
12 |
<meta name="robots" content="index,follow" />
|
2511 |
mathias |
13 |
<meta name="author" content="Tela Botanica" />
|
2207 |
aurelien |
14 |
<meta name="keywords" content="Tela Botanica, CEL" />
|
|
|
15 |
<meta name="description" content="Widget de téléchargement des images du carnet en ligne" />
|
|
|
16 |
|
2511 |
mathias |
17 |
<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
|
|
|
18 |
<meta property="og:type" content="website" />
|
|
|
19 |
<meta property="og:title" content="Téléchargement d'une image du CeL" />
|
|
|
20 |
<meta property="og:site_name" content="Tela Botanica" />
|
2514 |
mathias |
21 |
<meta property="og:description" content="Téléchargez l'image envoyée par <?= $auteur_fmt ?> (Licence CC-BY-SA) dans le format de votre choix" />
|
2512 |
mathias |
22 |
<meta property="og:image" content="<?= $url_image_exemple ?>" />
|
2511 |
mathias |
23 |
<meta property="og:locale" content="fr_FR" />
|
|
|
24 |
|
2207 |
aurelien |
25 |
<!-- Favicones -->
|
2563 |
mathias |
26 |
<link rel="shortcut icon" type="image/x-icon" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
|
2207 |
aurelien |
27 |
|
|
|
28 |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
|
|
29 |
|
|
|
30 |
<!-- CSS -->
|
|
|
31 |
<link href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.18/css/smoothness/jquery-ui-1.8.18.custom.css" rel="stylesheet" type="text/css" media="screen" />
|
|
|
32 |
<link href="http://www.tela-botanica.org/commun/bootstrap/2.0.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" />
|
|
|
33 |
<link href="http://www.tela-botanica.org/commun/bootstrap/2.0.2/css/bootstrap-responsive.min.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" />
|
|
|
36 |
|
|
|
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>
|
2678 |
aurelien |
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 |
|
|
|
50 |
</script>
|
2207 |
aurelien |
51 |
</head>
|
|
|
52 |
|
|
|
53 |
<body>
|
|
|
54 |
<div id="zone-appli" class="container">
|
|
|
55 |
<h2 class="titre_section">Téléchargement d'une image</h2>
|
|
|
56 |
<div class="image_exemple">
|
|
|
57 |
<a href="<?= $url_image_originale ?>" target="_blank"><img src="<?= $url_image_exemple ?>" /></a>
|
|
|
58 |
<div class="image_infos">
|
|
|
59 |
<ul class="liste_infos">
|
2233 |
aurelien |
60 |
<li>Titre original : <?= $nom_original_fmt ?></li>
|
2207 |
aurelien |
61 |
<li>Téléversée par : <?= $auteur_fmt ?></li>
|
|
|
62 |
<li>Le : <?= $date_televersement ?></li>
|
|
|
63 |
<li>Licence : <a target="_blank" href="http://creativecommons.org/licenses/by-sa/2.0/fr/">CC BY-SA</a></li>
|
2215 |
aurelien |
64 |
<li class="sans_padding_bt">Attribution : <input readonly="readonly" id="attribution" class="champ_selection_texte attribution" value="<?= $attribution ?>">
|
2207 |
aurelien |
65 |
</li>
|
2215 |
aurelien |
66 |
<li class="sans_padding_bt">Url : <input readonly="readonly" id="lien_image_originale" class="champ_selection_texte lien_image_originale" value="<?= $url_image_originale ?>"></li>
|
2207 |
aurelien |
67 |
</ul>
|
|
|
68 |
</div>
|
|
|
69 |
</div>
|
|
|
70 |
<hr class="nettoyage" />
|
2216 |
aurelien |
71 |
<ul id="liste_formats">
|
2207 |
aurelien |
72 |
<?php foreach($formats as $format) { ?>
|
|
|
73 |
<?php if($format != "O") { ?>
|
|
|
74 |
<a href="<?= sprintf($base_url_telechargement, $format); ?>" title="<?= $resolutions[$format]['notes']; ?>">
|
|
|
75 |
<?= $resolutions[$format]['hauteur'];?>px <?= Telechargement::obtenirLegendeFormatSimplifiee($format);?></a>
|
|
|
76 |
<span class="separation"> | </span>
|
|
|
77 |
<?php } else { ?>
|
|
|
78 |
<a href="<?= sprintf($base_url_telechargement, $format); ?>" title="<?= $resolutions[$format]['notes']; ?>">
|
|
|
79 |
Format original (<?= $resolution_originale; ?>)</a>
|
|
|
80 |
<?php } ?>
|
|
|
81 |
<?php } ?>
|
|
|
82 |
</ul>
|
|
|
83 |
</div>
|
|
|
84 |
</body>
|
|
|
85 |
</html>
|