Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/admin/nowy-panel.php
<?php
include('config.php');
$obj = new AdminNew();
if(isset($_GET['remove'])){
    $obj->UsunZBazy($_GET['remove']);
    header('location: kupione.php');
}
if(isset($_GET['status']) and isset($_GET['id'])){
    $obj->zmienStatus($_GET['id'],$_GET['status']);
    header('location: kupione.php#row'.str_replace('id','',$_GET['id']));
}

include('header.php');
include('menu.php');?>
<style>
.loading {
    background: url(http://www.crm.startuponline.pl/img/launcher-loader.gif) center center;
    background-size: contain;
    width: 100px;
    height: 100px;
    margin: -50px;
    position: fixed;
    left: 50%;
    top: 50%;
}
</style>
<div class="sendemail">Wyślij emailing</div>
<div class="ajax">                  
            <h2>Lista klientów</h2>
            <table width="100%" style="font-size:12px;background:#C0C0FF;box-shadow:1px 1px 5px #333;border-radius:5px 5px 0px 0px" cellpadding="5"><tr><th>lp.</th><th>Dane kupującego</th><th>Nick allegro</th><th>Adres dostawy</th><th>Produkt</th><th width="150">Status</th><th>Data</th><th>Składka</th><th>&nbsp;</th></tr><tr><th><i class="material-icons szukaj">search</i></th><th><input name="s_imie" class="s_imie"></th><th><input name="s_nick" class="s_nick"></th><th><input name="s_adres" class="s_adres"></th><th><input name="s_produkt" class="s_produkt"><br><select class="s_prod"><option value="">wszystkie</option><?php $obj->wypiszAukcje($_GET['all'])?></select></th><th width="150"><select class="s_status"><option value="">wszystkie</option><option value="1">nie zrealizowane</option><option value="2">do druku</option><option value="3">zrealizowane</option><option value="4">wysłane</option></select></th><th><input name="s_data" class="s_data" style="width:70px"></th><th><input name="s_skladka" class="s_skladka" style="width:70px"></th><th>&nbsp;</th></tr></table><br><br>
            <form method="POST" action="send.php">
            <div class="result"><?$obj->Wypisz(date('Y-m-d', strtotime("-5 days")));?></div>  
            
                <?php $obj->formularzwysylki($data);?>
          </form>
          
            
</div>
       
<div class="popup"><div class="akcept"><i class="material-icons">cancel</i></div>
<form>
<input name="trans" type="hidden" class="trans" value="">
<p>Imię i Nazwisko:<br /><input name="imie" type="text" class="imie" value=""></p>
<p>Ulica:<br /><input name="adres" class="adres" type="text" value=""></p>
<p>Kod i Miasto:<br /><input name="kod" class="kod w50" type="text" value=""> <input class="miasto w50" type="text" name="miasto" value=""></p>
<p>Telefon: <input class="tel" type="text" name="tel" value=""></p>
<p>Paczkomat: <input class="paczkomat" type="text" name="paczkomat" value=""></p>
<p><input type="submit" name="submit" class="w33" value="Kurier InPost"> <input type="submit" name="submit1" class="w33" value="Paczkomaty"> <input type="submit" name="submit1" class="w33" value="Poczta Polska"></p>
</form>
</div>
        
            <div class="loading"  style="display:none"></div>

</body>
</html>