Subversion Repositories Applications.papyrus

Rev

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

Rev 755 Rev 1286
Line 1... Line 1...
1
<?php echo '<?xml version="1.0" encoding="ISO-8859-1"?>'."\n"; ?>
1
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'."\n"; ?>
2
<!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">
3
<html xmlns="http://www.w3.org/1999/xhtml">
3
<html xmlns="http://www.w3.org/1999/xhtml">
4
  <head>
4
  <head>
5
    <title>Page introuvable</title>
5
    <title>Page introuvable</title>
6
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15" />
6
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7
    <meta http-equiv="Content-language" content="fr" />
7
    <meta http-equiv="Content-language" content="fr" />
8
    <meta name="revisit-after" content="15 days" />
8
    <meta name="revisit-after" content="15 days" />
9
    <meta name="robots" content="noindex,nofollow" />
9
    <meta name="robots" content="noindex,nofollow" />
10
    <meta name="author" content="Papyrus" />
10
    <meta name="author" content="Papyrus" />
11
    <meta name="description" content="Page d'erreur 404." />
11
    <meta name="description" content="Page d'erreur 404." />
12
  </head>
12
  </head>
13
  <body>
13
  <body>
14
      <h1>Page introuvable</h1>
14
      <h1>Page introuvable</h1>
15
      <p>
15
      <p>
16
        L'URL requise n'a pu etre trouvée sur ce serveur.
16
        L'URL requise n'a pu etre trouv&eacute;e sur ce serveur.
17
        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.
17
        La r&eacute;f&eacute;rence sur  <a href="<?php echo $_REQUEST['url']; ?>">la page <?php echo $_REQUEST['url']; ?></a> semble &ecirc;tre erron&eacute;e ou perim&eacute;e.
18
        N'hésitez pas à envoyer un courriel pour signaler ce problème.
18
        N'h&eacute;sitez pas &agrave; envoyer un courriel pour signaler ce probl&egrave;me.
19
      </p>
19
      </p>
20
  </body>
20
  </body>
21
</html>
21
</html>
22
22