Subversion Repositories eFlore/Applications.cel

Rev

Rev 2999 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2999 Rev 3151
1
<!DOCTYPE html>
1
<!DOCTYPE html>
2
<html xmlns="http://www.w3.org/1999/xhtml">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
  <head>
3
  <head>
4
	<title>Téléchargement d'une image du cel</title>
4
	<title>Téléchargement d'une image du cel</title>
5
	
5
	
6
	<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
6
	<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
7
	<meta http-equiv="Content-style-type" content="text/css" />
7
	<meta http-equiv="Content-style-type" content="text/css" />
8
	<meta http-equiv="Content-script-type" content="text/javascript" />
8
	<meta http-equiv="Content-script-type" content="text/javascript" />
9
	<meta http-equiv="Content-language" content="fr" />
9
	<meta http-equiv="Content-language" content="fr" />
10
	
10
	
11
	<meta name="revisit-after" content="15 days" />
11
	<meta name="revisit-after" content="15 days" />
12
    <meta name="robots" content="index,follow" />
12
    <meta name="robots" content="index,follow" />
13
    <meta name="author" content="Tela Botanica" />
13
    <meta name="author" content="Tela Botanica" />
14
    <meta name="keywords" content="Tela Botanica, CEL" />
14
    <meta name="keywords" content="Tela Botanica, CEL" />
15
    <meta name="description" content="Widget de téléchargement des images du carnet en ligne" />
15
    <meta name="description" content="Widget de téléchargement des images du carnet en ligne" />
16
 
16
 
17
	<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
17
	<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
18
	<meta property="og:type" content="website" />
18
	<meta property="og:type" content="website" />
19
	<meta property="og:title" content="Téléchargement d'une image du CeL" />
19
	<meta property="og:title" content="Téléchargement d'une image du CeL" />
20
	<meta property="og:site_name" content="Tela Botanica" />
20
	<meta property="og:site_name" content="Tela Botanica" />
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" />
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" />
22
	<meta property="og:image" content="<?= $url_image_exemple ?>" />
22
	<meta property="og:image" content="<?= $url_image_exemple ?>" />
23
	<meta property="og:locale" content="fr_FR" />
23
	<meta property="og:locale" content="fr_FR" />
24
 
24
 
25
	<!-- Favicones -->
25
	<!-- Favicones -->
26
	<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
26
	<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
27
	
27
	
28
	<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
28
	<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
29
	
29
	
30
	<!-- CSS -->
30
	<!-- CSS -->
31
	<link href="https://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" />
31
	<link href="https://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="https://www.tela-botanica.org/commun/bootstrap/2.0.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" />
32
	<link href="https://www.tela-botanica.org/commun/bootstrap/2.0.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" />
33
	<link href="https://www.tela-botanica.org/commun/bootstrap/2.0.2/css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" media="screen" />
33
	<link href="https://www.tela-botanica.org/commun/bootstrap/2.0.2/css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" media="screen" />
34
	<link href="https://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="https://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" />
36
	
36
	
37
	<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/1.7.1/jquery-1.7.1.js"></script>
37
	<script type="text/javascript" src="https://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>
38
	<script type="text/javascript" src="<?= $url_base; ?>modules/telechargement/squelettes/js/telechargement.js" ></script>
39
 
39
 
40
	<!--  Google Analytics -->
40
	<!--  Google Analytics -->
41
	<?php if($prod): ?>
41
	<?php if($prod): ?>
42
		<?php include "analytics.html"; ?>
42
		<?php include "analytics.html"; ?>
43
	<?php endif; ?>
43
	<?php endif; ?>
44
  </head>
44
  </head>
45
 
45
 
46
  <body>
46
  <body>
47
	<div id="zone-appli" class="container">
47
	<div id="zone-appli" class="container">
48
		<h2 class="titre_section">Téléchargement d'une image</h2>
48
		<h2 class="titre_section">Téléchargement d'une image</h2>
49
		<div class="image_exemple">
49
		<div class="image_exemple">
50
			<a href="<?= $url_image_originale ?>" target="_blank"><img src="<?= $url_image_exemple ?>" /></a>
50
			<a href="<?= $url_image_originale ?>" target="_blank"><img src="<?= $url_image_exemple ?>" /></a>
51
			<div class="image_infos">
51
			<div class="image_infos">
52
				<ul class="liste_infos">
52
				<ul class="liste_infos">
53
					<li>Titre original : <?= $nom_original_fmt ?></li>
53
					<li>Titre original : <?= $nom_original_fmt ?></li>
54
					<li>Téléversée par : <?= $auteur_fmt ?></li>
54
					<li>Téléversée par : <?= $auteur_fmt ?></li>
55
			   	 	<li>Le : <?= $date_televersement ?></li>
55
			   	 	<li>Le : <?= $date_televersement ?></li>
56
			   	 	<li>Licence : <a target="_blank" href="http://creativecommons.org/licenses/by-sa/2.0/fr/">CC BY-SA</a></li>
56
			   	 	<li>Licence : <a target="_blank" href="http://creativecommons.org/licenses/by-sa/2.0/fr/">CC-BY-SA 2.0 FR</a></li>
57
			   	 	<li class="sans_padding_bt">Attribution : <input readonly="readonly" id="attribution" class="champ_selection_texte attribution" value="<?= $attribution ?>">
57
			   	 	<li class="sans_padding_bt">Attribution : <input readonly="readonly" id="attribution" class="champ_selection_texte attribution" value="<?= $attribution ?>">
58
			   	 	</li>
58
			   	 	</li>
59
			   	 	<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>
59
			   	 	<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>
60
			    </ul>
60
			    </ul>
61
			</div>
61
			</div>
62
		</div>
62
		</div>
63
		<hr class="nettoyage" />
63
		<hr class="nettoyage" />
64
		<ul id="liste_formats">
64
		<ul id="liste_formats">
65
		<?php foreach($formats as $format) { ?>
65
		<?php foreach($formats as $format) { ?>
66
			<?php if($format != "O") { ?>
66
			<?php if($format != "O") { ?>
67
				<a href="<?= sprintf($base_url_telechargement, $format); ?>" title="<?= $resolutions[$format]['notes']; ?>">
67
				<a href="<?= sprintf($base_url_telechargement, $format); ?>" title="<?= $resolutions[$format]['notes']; ?>">
68
					<?= $resolutions[$format]['hauteur'];?>px <?= Telechargement::obtenirLegendeFormatSimplifiee($format);?></a>
68
					<?= $resolutions[$format]['hauteur'];?>px <?= Telechargement::obtenirLegendeFormatSimplifiee($format);?></a>
69
				<span class="separation"> | </span>
69
				<span class="separation"> | </span>
70
			<?php } else { ?>
70
			<?php } else { ?>
71
				<a href="<?= sprintf($base_url_telechargement, $format); ?>" title="<?= $resolutions[$format]['notes']; ?>">
71
				<a href="<?= sprintf($base_url_telechargement, $format); ?>" title="<?= $resolutions[$format]['notes']; ?>">
72
					Format original (<?= $resolution_originale; ?>)</a>	
72
					Format original (<?= $resolution_originale; ?>)</a>	
73
			<?php } ?>
73
			<?php } ?>
74
		<?php } ?>
74
		<?php } ?>
75
		</ul>
75
		</ul>
76
	</div>
76
	</div>
77
  </body>
77
  </body>
78
</html>
78
</html>