Subversion Repositories Applications.referentiel

Rev

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

Rev 362 Rev 369
Line 29... Line 29...
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="http://www.tela-botanica.org/commun/jquery/1.4.4/jquery-1.4.4.min.js"></script>
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="http://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="http://www.tela-botanica.org/commun/jquery/chromatable/1.3.0/jquery.chromatable.js"></script>
32
		<script type="text/javascript" src="interfaces/squelettes/js/jquery-ui-1.8.7.custom.min.js"></script>
32
		<script type="text/javascript" src="interfaces/squelettes/js/jquery-ui-1.8.7.custom.min.js"></script>
33
		<script type="text/javascript" src="interfaces/squelettes/js/referentiels.js"></script>
33
		<script type="text/javascript" src="interfaces/squelettes/js/referentiels.js"></script>
-
 
34
		
-
 
35
		<script>
-
 
36
		  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-
 
37
		  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-
 
38
		  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-
 
39
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
 
40
		
-
 
41
		  ga('create', 'UA-42874437-1', 'auto');
-
 
42
		  ga('send', 'pageview');
-
 
43
		
-
 
44
		</script>
34
	</head>
45
	</head>
35
	<body xml:lang="fr" lang="fr">
46
	<body xml:lang="fr" lang="fr">
36
		<div id="zone-centrale">
47
		<div id="zone-centrale">
Line 37... Line 48...
37
 
48
 
Line 72... Line 83...
72
					<?php echo Referentiel::getChrono(); ?>
83
					<?php echo Referentiel::getChrono(); ?>
73
					<?php echo Referentiel::getExceptions(); ?>
84
					<?php echo Referentiel::getExceptions(); ?>
74
				</div>
85
				</div>
75
				<div id="zone-pied">
86
				<div id="zone-pied">
76
					<p> &copy;<a href="http://www.tela-botanica.org/" accesskey="1">Tela Botanica</a> / 2000-<?=date('Y')?> - Le réseau des Botanistes Francophones</p>
87
					<p> &copy;<a href="http://www.tela-botanica.org/" accesskey="1">Tela Botanica</a> / 2000-<?=date('Y')?> - Le réseau des Botanistes Francophones</p>
77
				
-
 
78
					<script type="text/javascript" src="http://www.google-analytics.com/ga.js">
-
 
79
						(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-
 
80
							(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-
 
81
							m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-
 
82
						})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
 
83
						ga('create', 'UA-42874437-1', 'tela-botanica.org');
-
 
84
						ga('send', 'pageview');
-
 
85
					</script>
-
 
86
				</div>
88
				</div>
87
			</div>			
89
			</div>			
88
		</div>
90
		</div>
89
	</body>
91
	</body>
90
</html>
92
</html>
91
93