Blame | Letzte Änderung | Log anzeigen | RSS feed
<?// forget about any script timeouts//set_time_limit(0);define ("modul_name", "Warenwirtschaft");define ("tool_name", "in_export");require_once "../../Online-Shop/connect2.php";session_start();?><html><head><title>gateway24.de Daten Import</title><link rel=stylesheet type="text/css" href="../../styles/styles.php"><style>td{color: #<? echo $webs[font_color_links] ?>;background-color: #<? echo $webs[bgcolor_links] ?>;font-family: Arial, Helvetica, sans-serif;font-size: 10pt;font-weight: bold;}</style></head><body><form method="post" action="<? echo $self ?>" name="formname" enctype="multipart/form-data"><br><table border="0" cellspacing="3" cellpadding="5" align=center><tr align="center"><td colspan="2">gateway24.de - Importdateien eingeben</td></tr><tr><td>customer</td><td><input type="file" name="customer"></td></tr><tr><td>order</td><td><input type="file" name="order"></td></tr><tr align="right"><td colspan="2"><input type="submit" value="OK" style="width:100px"></td></tr><tr><td colspan="2" style="background-color: #<? echo $webs[bgcolor_seite] ?>"><br><?$import_to_shop=7;require_once "1und1_importer.php";?></td></tr></table></form></body></html>