Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1463 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1463 Rev 1518
Line 28... Line 28...
28
		<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
28
		<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
29
		<meta property="og:type" content="website" />
29
		<meta property="og:type" content="website" />
30
		<meta property="og:title" content="eFlore" />
30
		<meta property="og:title" content="eFlore" />
31
		<meta property="og:site_name" content="Tela Botanica" />
31
		<meta property="og:site_name" content="Tela Botanica" />
32
		<meta property="og:description" content="eFlore, la flore électronique collaborative en ligne" />
32
		<meta property="og:description" content="eFlore, la flore électronique collaborative en ligne" />
33
		<meta property="og:image" content="http://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />
33
		<meta property="og:image" content="https://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />
34
		<meta property="og:image:type" content="image/png" /> 
34
		<meta property="og:image:type" content="image/png" /> 
35
		<meta property="og:image:width" content="256" /> 
35
		<meta property="og:image:width" content="256" /> 
36
		<meta property="og:image:height" content="256" />
36
		<meta property="og:image:height" content="256" />
37
		<meta property="og:locale" content="fr_FR" />
37
		<meta property="og:locale" content="fr_FR" />
Line 42... Line 42...
42
		<link rel="icon" type="image/png" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.png" />
42
		<link rel="icon" type="image/png" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.png" />
43
		<link rel="shortcut icon" type="image/x-icon" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
43
		<link rel="shortcut icon" type="image/x-icon" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
Line 44... Line 44...
44
 
44
 
45
		<!-- CSS -->
45
		<!-- CSS -->
46
		<link href="<?= $url_css_commun ?>" rel="stylesheet" type="text/css" />
46
		<link href="<?= $url_css_commun ?>" rel="stylesheet" type="text/css" />
47
		<link href="http://www.tela-botanica.org/sites/botanique/generique/styles/botanique.css" rel="stylesheet" type="text/css" />
47
		<link href="https://www.tela-botanica.org/sites/botanique/generique/styles/botanique.css" rel="stylesheet" type="text/css" />
48
		<link href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.10.2/css/ui-lightness/jquery-ui-1.10.2.custom.css" rel="stylesheet" type="text/css" />
48
		<link href="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.10.2/css/ui-lightness/jquery-ui-1.10.2.custom.css" rel="stylesheet" type="text/css" />
Line 49... Line 49...
49
		<link href="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.css" rel="stylesheet" type="text/css" />
49
		<link href="https://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.css" rel="stylesheet" type="text/css" />
Line 50... Line 50...
50
 
50
 
51
		<link href="presentations/styles/eflore.css" rel="stylesheet" type="text/css" />
51
		<link href="presentations/styles/eflore.css" rel="stylesheet" type="text/css" />
52
 
52
 
53
		<!-- JavaScript -->
53
		<!-- JavaScript -->
54
		<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/1.7.1/jquery-1.7.1.js"></script>
54
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/1.7.1/jquery-1.7.1.js"></script>
Line 55... Line 55...
55
		<script type="text/Javascript" src="http://www.tela-botanica.org/commun/jquery/cookie/1.0/jquery.cookie.min.js"></script>
55
		<script type="text/Javascript" src="https://www.tela-botanica.org/commun/jquery/cookie/1.0/jquery.cookie.min.js"></script>
Line 56... Line 56...
56
		<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.10.2/js/jquery-ui-1.10.2.custom.min.js"></script>
56
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.10.2/js/jquery-ui-1.10.2.custom.min.js"></script>
57
		<script type="text/Javascript" src="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.pack.js"></script>
57
		<script type="text/Javascript" src="https://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.pack.js"></script>
58
 
58