Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<html>
<head>
<title>eBay-Fehlercodes</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; vertical-align: top;}
-->
</style>
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="2" cellpadding="2">
  <? 
        $counter=0;
        $errors=unserialize(stripslashes($_GET[error]));
        foreach($errors as $error)
        {
?>
  <tr <? if (++$counter % 2) {echo "bgcolor=#DDDDDD";} ?>>
    <td width="5%"><?=$error[Code];?></td>
    <td width="95%"><?=htmlentities($error[LongMessage]);?></td>
  </tr>
<?
        }
?>
</table>
</body>
</html>