Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<? require "../Online-Shop/connect2.php"; ?>
<html>
<head>
<title>DHL Logistik-Schnittstelle</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel=stylesheet type="text/css" href="../styles/styles.php">
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="20" topmargin="20" marginwidth="20" marginheight="20">
<table width="100%" height="90%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td height="218" valign="top" width="50%"> <a href="bestellexport_dhl2.php">aktuelle 
      Datei erstellen</a><br>
      <br>
      alte Datensätzte: 
<ul>
<?
        $query="select distinct exported from artikel_to_Bestellung where exported order by exported desc limit 15";
        $result = mysql_query ($query) or die (mysql_errno().": ".mysql_error()."<hr>$query<hr>");
        while($zeile=mysql_fetch_assoc($result))
        {
                ?>
        <li>
        <a href="bestellexport_dhl2.php?time=<?=$zeile[exported];?>"> 
        <?=$zeile[exported];?>
        </a></li>
        <?
        }
?>
</ul>
    </td>
    <td width="50%" valign="top" align="center"><iframe name="exporter" src="about:blank" width="1" height="1"></iframe> 
<!--
      <table width="384" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td width="125">Sendungs Ref-Nr. <br>
          </td>
          <td width="259">= 1</td>
        </tr>
        <tr> 
          <td width="125">Abs. Ref-Nr. <br>
          </td>
          <td width="259">= 2</td>
        </tr>
        <tr> 
          <td width="125">Abs Bemerkung <br>
          </td>
          <td width="259">= 3</td>
        </tr>
        <tr> 
          <td width="125">Mand. Ref-Nr. <br>
          </td>
          <td width="259">= 4</td>
        </tr>
        <tr> 
          <td width="125">Produkt <br>
          </td>
          <td width="259">= 7</td>
        </tr>
        <tr> 
          <td width="125">ServiceListe <br>
          </td>
          <td width="259">= 8</td>
        </tr>
        <tr> 
          <td width="125">NN W&auml;hrung <br>
          </td>
          <td width="259">= 9</td>
        </tr>
        <tr> 
          <td width="125">TV W&auml;hrung <br>
          </td>
          <td width="259">= 10</td>
        </tr>
        <tr> 
          <td width="125">Empf. Ref-Nr. <br>
          </td>
          <td width="259">= 11</td>
        </tr>
        <tr> 
          <td width="125">Empf. Name1 <br>
          </td>
          <td width="259">= 12</td>
        </tr>
        <tr> 
          <td width="125">Empf. Name2 <br>
          </td>
          <td width="259">= 13</td>
        </tr>
        <tr> 
          <td width="125">Empf. PLZ <br>
          </td>
          <td width="259">= 14</td>
        </tr>
        <tr> 
          <td width="125">Empf. Ort <br>
          </td>
          <td width="259">= 15</td>
        </tr>
        <tr> 
          <td width="125">Empf. Strasse <br>
          </td>
          <td width="259">= 16</td>
        </tr>
        <tr> 
          <td width="125">Empf. Bemerkung<br>
          </td>
          <td width="259"> = 18</td>
        </tr>
        <tr> 
          <td width="125">Empf. Land </td>
          <td width="259">= 17</td>
        </tr>
        <tr> 
          <td width="125">&nbsp;</td>
          <td width="259">&nbsp;</td>
        </tr>
        <tr> 
          <td colspan="2">Das Wert-Trennzeichen ist ; und das Feld-Trennzeichen 
            ist |</td>
        </tr>
      </table>-->
      &nbsp; <br>
      <br>
    </td>
  </tr>
</table>

</body>
</html>