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 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -->
|
6 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
- |
|
7 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
7 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
|
8 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
|
8 |
<head>
|
9 |
<head>
|
9 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
10 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
10 |
<meta http-equiv="Content-style-type" content="text/css" />
|
11 |
<meta http-equiv="Content-style-type" content="text/css" />
|
11 |
<meta http-equiv="Content-script-type" content="text/javascript" />
|
12 |
<meta http-equiv="Content-script-type" content="text/javascript" />
|