Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?
        $self=basename($PHP_SELF);
        $DB="verteiler";
        require_once "../Online-Shop/connect2.php";
?>
<html>
<head>
<title>Mails versendet</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="author" content="Webagentur Niewerth - www.weban.de">
<meta name="revisit-after" content="30 days">
<meta name="language" content="deutsch, de">
<meta name="distribution" content="global">
<meta name="robots" content="all">
<link rel=stylesheet type="text/css" href="../buttons.css">
<style type="text/css">
<!--
a {  color: #<? echo $webs[font_color_rechts] ?>}
-->
</style>
</head>

<body bgcolor="#<? echo $webs[bgcolor_seite] ?>" leftmargin="20" topmargin="10" marginwidth="20" marginheight="10" text="#<? echo $webs[font_color_rechts] ?>">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="center" bgcolor="#<? echo $webs[bgcolor_links] ?>" class="headline">
      <p>Der Verteiler wurde an 
        <?=$_GET[count]?>
        Adressen versendet!</p>
      <p><a href="mailVerteilerSelect.php">zur&uuml;ck</a></p>
    </td>
  </tr>
</table>
</body>