Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?
        $self=basename($PHP_SELF);

        define ("modul_name", "online_shop");
        define ("tool_name", "artikel");
        require_once "connect2.php";

        session_start();
        if (!$language) {$language="DE";}
        
        // $charset laden um die jeweiligen ISO-Zeichensätzte zu laden.
        require_once "charset.php";
?>
<html>
<head>
<title>Artikel: Preisagenturen Select Config</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="redaktion.css" type="text/css">
</head>

<script language="Javascript">
        window.moveTo(screen.width/2 - 200 / 2,screen.height/2 - 300 / 2);
        window.focus();
</script>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onBlur="window.setTimeout('this.focus()',1000);">
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
        <tr> 
                <td><input type="button" value="OK" class="button" onClick="document.form.preisagenturen_select_form.submit();window.setTimeout('window.close();',1000);"></td>
        </tr>
        <tr> 
                <td height="100%"><iframe height="100%" width="100%" name="form" frameborder="0" src="preisagenturen_select_form.php"></iframe></td>
        </tr>
</table>
</body>
</html>