| 1 |
lars |
1 |
<?
|
|
|
2 |
$self=basename($PHP_SELF);
|
|
|
3 |
$DB="verteiler";
|
|
|
4 |
require_once "../Online-Shop/connect2.php";
|
|
|
5 |
?>
|
|
|
6 |
<html>
|
|
|
7 |
<head>
|
|
|
8 |
<title>Mails versendet</title>
|
|
|
9 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
|
10 |
<meta name="author" content="Webagentur Niewerth - www.weban.de">
|
|
|
11 |
<meta name="revisit-after" content="30 days">
|
|
|
12 |
<meta name="language" content="deutsch, de">
|
|
|
13 |
<meta name="distribution" content="global">
|
|
|
14 |
<meta name="robots" content="all">
|
|
|
15 |
<link rel=stylesheet type="text/css" href="../buttons.css">
|
|
|
16 |
<style type="text/css">
|
|
|
17 |
<!--
|
|
|
18 |
a { color: #<? echo $webs[font_color_rechts] ?>}
|
|
|
19 |
-->
|
|
|
20 |
</style>
|
|
|
21 |
</head>
|
|
|
22 |
|
|
|
23 |
<body bgcolor="#<? echo $webs[bgcolor_seite] ?>" leftmargin="20" topmargin="10" marginwidth="20" marginheight="10" text="#<? echo $webs[font_color_rechts] ?>">
|
|
|
24 |
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
25 |
<tr>
|
|
|
26 |
<td align="center" bgcolor="#<? echo $webs[bgcolor_links] ?>" class="headline">
|
|
|
27 |
<p>Der Verteiler wurde an
|
|
|
28 |
<?=$_GET[count]?>
|
|
|
29 |
Adressen versendet!</p>
|
|
|
30 |
<p><a href="mailVerteilerSelect.php">zurück</a></p>
|
|
|
31 |
</td>
|
|
|
32 |
</tr>
|
|
|
33 |
</table>
|
|
|
34 |
</body>
|