<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title>Scores & Décisions - Erreur <?=$_REQUEST['errtyp']?></title> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> <link rel="icon" href="animated_favicon.gif" type="image/gif" /> <style> a{ text-decoration:none; } </style> <base href="<?=SITEINST_URL2?>" /> </head> <body bgcolor="#ffffff"><!--background="./img/fond_rayures.gif"--> <center> <table cellpadding="0" cellspacing="0" width="750" height="500" background="./img/fond_rayures.png"> <tr> <td valign="top" width="750" height="120" align="right" background="./img/entete.jpg"> </td> </tr> <tr> <td valign="top" width="750" height="400"> <table border="0" cellpadding="20" cellspacing="20" width="750" height="400"> <tr> <td valign="top" width="200"><font face="Arial, Helvetica, sans-serif" size="3">Erreur <?=$_REQUEST['errtyp'].' - '; switch ($_REQUEST['errtyp']*1) { case 400: echo "BAD REQUEST<br/><font size=\"2\"><p>Syntaxe de la requête incorrecte !<p></font>"; break; case 401: echo "UNAUTHORIZED<br/><font size=\"2\"><p>Accès non authorisé !<p></font>"; break; case 402: echo "PAYMENT REQUIRED<br/><font size=\"2\"><p>Données de paiement incorrectes !<p></font>"; break; case 403: echo "FORBIDDEN<br/><font size=\"2\"><p>Accès interdit !<p></font>"; break; case 404: echo "NOT FOUND<br/><font size=\"2\"><p>La page demandée n'existe pas !<p></font>"; break; case 500: echo "INTERNAL ERROR<br/><font size=\"2\"><p>Erreur serveur inattendue !<p></font>"; break; case 501: echo "NOT IMPLEMENTED<br/><font size=\"2\"><p>Service non implémenté !<p></font>"; break; case 502: echo "SERVICE TEMPORARILY OVERLOADED<br/><font size=\"2\"><p>Serveur temporairementsurchargé !<p></font>"; break; default: echo "INTERNAL ERROR<br/><font size=\"2\"><p>Erreur serveur inattendue !<p></font>"; break; } ?><br/> <p><a href="Javascript:history.back()">Retourner � la page pr�c�dente.</a><br/> <br/> <a href="<?=EXTRANET_URL?>">Revenir � l'accueil du site.</a></p> </font></td> </tr> </table> </td> </tr> </table> <font size="1" face="Arial, Helvetica, sans-serif">© 2006-<?=date('Y')?> Scores & Décisions SAS - Tous droits réservés</font> </center> </body> </html>