Subversion Repositories Applications.referentiel

Rev

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

Rev 373 Rev 390
Line 17... Line 17...
17
        
17
        
18
		<meta name="revisit-after" content="150 days" />
18
		<meta name="revisit-after" content="150 days" />
19
		<meta name="robots" content="noindex,nofollow" />
19
		<meta name="robots" content="noindex,nofollow" />
Line 20... Line 20...
20
		<meta name="author" content="Tela Botanica" />
20
		<meta name="author" content="Tela Botanica" />
21
 
21
 
Line 22... Line 22...
22
		<link rel="shortcut icon" type="image/x-icon" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
22
		<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
23
		<link rel="icon" type="image/png" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.png" />
23
		<link rel="icon" type="image/png" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.png" />
24
 
24
 
Line 25... Line 25...
25
		<link rel="stylesheet" type="text/css" media="screen" href="interfaces/squelettes/css/humanity/jquery-ui-1.8.7.custom.css" />
25
		<link rel="stylesheet" type="text/css" media="screen" href="interfaces/squelettes/css/humanity/jquery-ui-1.8.7.custom.css" />
26
		<link rel="stylesheet" type="text/css" media="screen" href="interfaces/squelettes/css/referentiel/referentiel.css" />
26
		<link rel="stylesheet" type="text/css" media="screen" href="interfaces/squelettes/css/referentiel/referentiel.css" />
27
		<link rel="stylesheet" type="text/css" media="screen" href="interfaces/squelettes/css/referentiel/debogage.css" />
27
		<link rel="stylesheet" type="text/css" media="screen" href="interfaces/squelettes/css/referentiel/debogage.css" />
28
			
28
			
29
		<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/1.4.4/jquery-1.4.4.min.js"></script>
29
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/1.4.4/jquery-1.4.4.min.js"></script>
Line 30... Line 30...
30
		<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/cookie/1.0/jquery.cookie.min.js"></script>
30
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/cookie/1.0/jquery.cookie.min.js"></script>
31
		<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/chromatable/1.3.0/jquery.chromatable.js"></script>
31
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/chromatable/1.3.0/jquery.chromatable.js"></script>
Line 45... Line 45...
45
	<body xml:lang="fr" lang="fr">
45
	<body xml:lang="fr" lang="fr">
46
		<div id="zone-centrale">
46
		<div id="zone-centrale">
Line 47... Line 47...
47
 
47
 
48
			<div id="zone-logo">
48
			<div id="zone-logo">
49
				<a href="<?php echo Config::get('url_base'); ?>" title="Retour à l'accueil du site">
49
				<a href="<?php echo Config::get('url_base'); ?>" title="Retour à l'accueil du site">
50
					<img src="http://resources.tela-botanica.org/tb/img/128x128/logo_carre_officiel.png" alt="le logo de Tela Botanica"/>
50
					<img src="https://resources.tela-botanica.org/tb/img/128x128/logo_carre_officiel.png" alt="le logo de Tela Botanica"/>
51
				</a>
51
				</a>
Line 52... Line 52...
52
			</div>
52
			</div>
53
	
53
	
Line 83... Line 83...
83
					<?php echo Referentiel::getExceptions(); ?>
83
					<?php echo Referentiel::getExceptions(); ?>
84
				</div>
84
				</div>
85
				<div id="zone-pied">
85
				<div id="zone-pied">
86
					<p> &copy;<a href="http://www.tela-botanica.org/" accesskey="1">Tela Botanica</a> / 2000-<?=date('Y')?> - Le réseau des Botanistes Francophones</p>
86
					<p> &copy;<a href="http://www.tela-botanica.org/" accesskey="1">Tela Botanica</a> / 2000-<?=date('Y')?> - Le réseau des Botanistes Francophones</p>
Line 87... Line 87...
87
				
87
				
88
					<script type="text/javascript" src="http://www.google-analytics.com/ga.js">
88
					<script type="text/javascript" src="https://www.google-analytics.com/ga.js">
89
						(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
89
						(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
90
							(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
90
							(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
91
							m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
91
							m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
92
						})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
92
						})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
Line 95... Line 95...
95
					</script>
95
					</script>
96
				</div>
96
				</div>
97
			</div>			
97
			</div>			
98
		</div>
98
		</div>
99
	</body>
99
	</body>
100
</html>
-
 
101
100
</html>
-
 
101