Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 263 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 263 Rev 273
Line 23... Line 23...
23
		<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
23
		<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
24
		<meta property="og:type" content="website" />
24
		<meta property="og:type" content="website" />
25
		<meta property="og:title" content="CoEL - consultation des collections" />
25
		<meta property="og:title" content="CoEL - consultation des collections" />
26
		<meta property="og:site_name" content="Tela Botanica" />
26
		<meta property="og:site_name" content="Tela Botanica" />
27
		<meta property="og:description" content="Moteur de recherche sur les collections recensées dans Collections en Ligne" />
27
		<meta property="og:description" content="Moteur de recherche sur les collections recensées dans Collections en Ligne" />
28
		<meta property="og:image" content="http://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />
28
		<meta property="og:image" content="https://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />
29
		<meta property="og:image:type" content="image/png" /> 
29
		<meta property="og:image:type" content="image/png" /> 
30
		<meta property="og:image:width" content="256" /> 
30
		<meta property="og:image:width" content="256" /> 
31
		<meta property="og:image:height" content="256" />
31
		<meta property="og:image:height" content="256" />
32
		<meta property="og:locale" content="fr_FR" />
32
		<meta property="og:locale" content="fr_FR" />
Line 33... Line 33...
33
 
33
 
34
		<link rel="shortcut icon" type="image/x-icon" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
34
		<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
Line 35... Line 35...
35
		<link rel="icon" type="image/png" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.png" />
35
		<link rel="icon" type="image/png" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.png" />
36
 
36
 
37
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/collection/generale.css" />
37
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/collection/generale.css" />
38
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/collection/collection.css" />
38
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/collection/collection.css" />
39
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/humanity/jquery-ui-1.8.custom.css" />
39
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/humanity/jquery-ui-1.8.custom.css" />
Line 40... Line 40...
40
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/collection/debogage.css" />
40
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/collection/debogage.css" />
41
		<link rel="stylesheet" type="text/css" media="print" href="http://www.tela-botanica.org/sites/commun/fr/styles/impression.css" />
41
		<link rel="stylesheet" type="text/css" media="print" href="https://www.tela-botanica.org/sites/commun/fr/styles/impression.css" />
42
					
42
					
43
		<script type="text/javascript" src="squelettes/js/jquery-1.4.2.min.js"></script>
43
		<script type="text/javascript" src="squelettes/js/jquery-1.4.2.min.js"></script>
Line 59... Line 59...
59
	<body>
59
	<body>
60
		<div id="reducteur">
60
		<div id="reducteur">
Line 61... Line 61...
61
 
61
 
62
			<div id="logo_tela">
62
			<div id="logo_tela">
63
				<a href="/" title="Retour à l'accueil du site">
63
				<a href="/" title="Retour à l'accueil du site">
64
					<img src="http://resources.tela-botanica.org/tb/img/135x102/logo_carre_officiel.png" alt="le logo de Tela Botanica"/>
64
					<img src="https://resources.tela-botanica.org/tb/img/135x102/logo_carre_officiel.png" alt="le logo de Tela Botanica"/>
65
				</a>
65
				</a>
Line 66... Line 66...
66
			</div>
66
			</div>
67
	
67