Subversion Repositories Sites.tela-botanica.org

Rev

Rev 157 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 157 Rev 1103
-
 
1
<?php header('HTTP/1.0 404 Not Found'); ?>
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr">
3
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr">
3
  <head>
4
  <head>
4
    <title>Page introuvable</title>
5
    <title>Page introuvable</title>
5
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
6
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
6
    <meta http-equiv="Content-language" content="fr" />
7
    <meta http-equiv="Content-language" content="fr" />
7
    <meta name="revisit-after" content="15 days" />
8
    <meta name="revisit-after" content="15 days" />
8
    <meta name="robots" content="noindex,nofollow" />
9
    <meta name="robots" content="noindex,nofollow" />
9
    <meta name="author" content="Tela Botanica" />
10
    <meta name="author" content="Jean-Pascal MILCENT"/>
10
    <meta name="description" content="Page d'erreur 404." />
11
    <meta name="description" content="Page d'erreur 404." />
11
    <link rel="stylesheet" type="text/css" media="screen" href="sites/commun/fr/styles/page_erreur.css" />
-
 
12
    <link rel="stylesheet" type="text/css" media="print" href="sites/commun/fr/styles/impression.css" />
-
 
13
    <link rel="shortcut icon" type="image/x-icon" href="sites/commun/generique/images/favicones/tela_botanica.ico" />
-
 
14
    <link rel="icon" type="image/png" href="sites/commun/generique/images/favicones/tela_botanica.png" />
-
 
15
  </head>
12
  </head>
16
  <body>
13
  <body>
17
    <div id="bandeau">
14
    <div id="bandeau">
18
      <h1>Tela Botanica <img src="/accueil/logo.jpg" alt="(TB)" height="77" width="110" /></h1>
15
      <h1>Tela Botanica <img src="/accueil/logo.jpg" alt="(TB)" height="77" width="110" /></h1>
19
      <h2>Le r&eacute;seau de la botanique francophone</h2>
16
      <h2>Le r&eacute;seau de la botanique francophone</h2>
20
    </div>
17
    </div>
21
    <div id="contenu_corps">
18
    <div id="contenu_corps">
22
      <h1>Page introuvable</h1>
19
      <h1>Page introuvable</h1>
23
      <p>
20
      <p>
24
        L'URL requise n'a pu etre trouvée sur ce serveur.
21
        L'URL requise n'a pu etre trouvée sur ce serveur.
25
        La référence sur  <a href="<?php echo $_REQUEST['url']; ?>">la page <?php echo $_REQUEST['url']; ?></a> semble être erronée ou perimée.
22
        La référence sur  <a href="<?php echo $_REQUEST['url']; ?>">la page <?php echo $_REQUEST['url']; ?></a> semble être erronée ou perimée.
26
        N'hésitez pas à envoyer un courriel à <a href="mailto:accueil@tela-botanica.org">accueil@tela-botanica.org</a>
23
        N'hésitez pas à envoyer un courriel à <a href="mailto:accueil@tela-botanica.org">accueil@tela-botanica.org</a>
27
        pour signaler ce problème.
24
        pour signaler ce problème.
28
      </p>
25
      </p>
29
      <p>
26
      <p>
30
      Vous pouvez retourner sur la <a href="/">page d'accueil du site de Tela Botanica</a>.
27
      Vous pouvez retourner sur la <a href="/">page d'accueil du site de Tela Botanica</a>.
31
      </p>
28
      </p>
32
    </div>
29
    </div>
33
  </body>
30
  </body>
34
</html>
31
</html>