Subversion-Projekte lars-tiefland.content-management

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?
2
	$self=basename($PHP_SELF);
3
 
4
	define ("modul_name", "online_shop");
5
	define ("tool_name", "artikel");
6
	require_once "connect2.php";
7
 
8
	session_start();
9
	if (!$language) {$language="DE";}
10
 
11
	// $charset laden um die jeweiligen ISO-Zeichensätzte zu laden.
12
	require_once "charset.php";
13
?>
14
<html>
15
<head>
16
<title>Artikel: Preisagenturen Select Config</title>
17
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
18
<link rel="stylesheet" href="redaktion.css" type="text/css">
19
</head>
20
 
21
<script language="Javascript">
22
	window.moveTo(screen.width/2 - 200 / 2,screen.height/2 - 300 / 2);
23
	window.focus();
24
</script>
25
 
26
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onBlur="window.setTimeout('this.focus()',1000);">
27
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
28
	<tr>
29
		<td><input type="button" value="OK" class="button" onClick="document.form.preisagenturen_select_form.submit();window.setTimeout('window.close();',1000);"></td>
30
	</tr>
31
	<tr>
32
		<td height="100%"><iframe height="100%" width="100%" name="form" frameborder="0" src="preisagenturen_select_form.php"></iframe></td>
33
	</tr>
34
</table>
35
</body>
36
</html>