Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 114 Rev 122
Line 1... Line 1...
1
<?php
1
<?php 
2
// declare(encoding='UTF-8');
2
// declare(encoding='UTF-8');
3
/** Inclusion du fichier principal de l'application*/
3
/** Inclusion du fichier principal de l'application*/
4
require_once 'collection.php';
4
require_once 'collection.php';
5
?>
5
?>
6
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
6
<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -->
7
<html xmlns="http://www.w3.org/1999/xhtml" >
7
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
8
	<head xml:lang="fr" lang="fr">
8
	<head>
9
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
9
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10
		<meta http-equiv="Content-style-type" content="text/css" />
10
		<meta http-equiv="Content-style-type" content="text/css" />
11
		<meta http-equiv="Content-script-type" content="text/javascript" />
11
		<meta http-equiv="Content-script-type" content="text/javascript" />
12
		<meta http-equiv="Content-language" content="fr" />
12
		<meta http-equiv="Content-language" content="fr" />
Line 20... Line 20...
20
		<meta name="author" content="Tela Botanica" />
20
		<meta name="author" content="Tela Botanica" />
Line 21... Line 21...
21
 
21
 
22
		<link rel="shortcut icon" type="image/x-icon" href="http://www.tela-botanica.org/favicon.ico" />
22
		<link rel="shortcut icon" type="image/x-icon" href="http://www.tela-botanica.org/favicon.ico" />
Line 23... Line 23...
23
		<link rel="icon" type="image/png" href="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.png" />
23
		<link rel="icon" type="image/png" href="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.png" />
24
 
-
 
25
		<link rel="stylesheet" type="text/css" media="screen" href="http://www.tela-botanica.org/sites/commun/fr/styles/commun_simple.css" />
-
 
26
 
-
 
27
		<style type="text/css" media="screen">
-
 
28
			<!-- 
-
 
29
			@import "http://www.tela-botanica.org/sites/commun/fr/styles/commun_complexe.css";
-
 
30
			@import "http://www.tela-botanica.org/sites/parlons_bota/fr/styles/parlons_bota.css";
-
 
31
			-->
-
 
32
		</style>
-
 
33
 
-
 
34
		<link rel="stylesheet" type="text/css" media="print" href="http://www.tela-botanica.org/sites/commun/fr/styles/impression.css" />
24
 
35
 
25
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/collection/generale.css" />
36
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/collection/collection.css" />
26
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/collection/collection.css" />
-
 
27
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/humanity/jquery-ui-1.8.custom.css" />
37
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/humanity/jquery-ui-1.8.custom.css" />
28
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/collection/debogage.css" />
38
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/collection/debogage.css" />
29
		<link rel="stylesheet" type="text/css" media="print" href="http://www.tela-botanica.org/sites/commun/fr/styles/impression.css" />
-
 
30
					
39
			
31
		<script type="text/javascript" src="squelettes/js/jquery-1.4.2.min.js"></script>
40
		<script type="text/javascript" src="squelettes/js/jquery-1.4.2.min.js"></script>
32
		<script type="text/javascript" src="squelettes/js/jquery.cookie.min.js"></script>
41
		<script type="text/javascript" src="squelettes/js/jquery-ui-1.8.custom.min.js"></script>
33
		<script type="text/javascript" src="squelettes/js/jquery-ui-1.8.custom.min.js"></script>
42
		<script type="text/javascript" src="squelettes/js/jquery-collection.min.js"></script>
34
		<script type="text/javascript" src="squelettes/js/jquery-collection.min.js"></script>
43
	</head>
35
	</head>
Line 44... Line 36...
44
	<body xml:lang="fr" lang="fr">
36
	<body>
45
		<div id="reducteur">
37
		<div id="reducteur">
46
 
38