📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
matba.demodesign.com.tr
/
application
/
views
/
site
/
inc
📝
odemebasarili_view.php
← Geri Dön
<style> div[class*="block-checkoutprogress"] { } ol.checkout-progress { text-align: center; padding: 0; margin-top: 40px; } .checkout-progress--step__current { color: #40bbf4; } .checkout-progress--step { width: 130px; display: inline-block !important; font-size: 14px; color: #92929b; position: relative; } .checkout-progress--step__current { font-weight: bold; } .checkout-progress--step { display: inline; padding-right: 1em; } .checkout-progress--step__current:before { border: 3px solid #40bbf4; } .checkout-progress--step:before { content: counter(checkout-progress) "2. "; counter-increment: checkout-progress; } .checkout-progress--step__next:before { background: #f0f0f4; border: 3px solid #f0f0f4; } .checkout-progress--step:before { width: 30px; display: block; height: 30px; font-size: 14px; margin: 0 auto 10px; border-radius: 50%; line-height: 26px; padding-left: 1px; } .cps-order-information:before { content: "1. "; counter-increment: checkout-progress; } .cps-review:before { content: "2. "; counter-increment: checkout-progress; } .cps-tasarim-yukle:before { content: "3. "; counter-increment: checkout-progress; } .checkout-progress--step:after { content: ""; display: block; height: 1px; width: 70px; background: #d0d0d0; position: absolute; right: -28px; top: 14px; } .checkout-progress--step__current { color: #40bbf4; } </style> <div class="container"> <div class="row"> <div class="col-md-12"> <div id="block-checkoutprogress-3" class="block-commerce-checkout block-checkoutprogress-3"> <ol class="checkout-progress clearfix"> <li class="checkout-progress--step checkout-progress--step__next cps-order-information">Adres Bilgileri</li> <li class="checkout-progress--step checkout-progress--step__next cps-review">Ödeme</li> <li class="checkout-progress--step checkout-progress--step__current cps-tasarim-yukle">Sipariş Onaylandı</li> </ol> </div> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> <img src="<?php echo base_url('public/img/siparis-onaylanmistir.png'); ?>" style="width:100%" alt=""> </div> </div> </div> <div class="container" style="margin-top:20px"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> <!-- Bilgi Mesajları Buraya Gelecek --> <?php if(!empty($basarili)){ ?> <div class="alert alert-success alert-dismissible" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button> <strong>Tebrikler!</strong> <?php echo $basarili; ?> </div> <?php } ?> <?php if(!empty($hatali)){ ?> <div class="alert alert-warning alert-dismissible" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button> <strong>Hata!</strong> <?php echo $hatali; ?> </div> <?php } ?> <!--#Bilgi Mesajları Buraya Gelecek --> <!--<div class="panel panel-primary"> <div class="panel-heading">Hazır Tasarım Yükleyin Max:300 MB ( Yüklenecek Dosya Formatları : Zip, Rar, PDF, Aİ, PSD )</div> <form method="POST" action="" enctype="multipart/form-data"> <div class="panel-body"> <div class="form-group"> <b>Tasarım Seçin</b> <input type="file" name="tasarim_dosya" class="form-control" /> <input type="hidden" name="tasarim_uyeid" value="<?php /*echo $this->session->userdata('uyeid'); */?>" class="form-control" /> </div> <div class="form-group"> <b>Tasarım Açıklama</b> <textarea name="tasarim_aciklama" class="form-control" rows="4" cols="30" required></textarea> </div> <div class="form-group"> <button type="submit" name="tasarimF" class="btn btn-danger">Tasarım Yükle</button> </div> </div> </form> </div>--> </div> </div> </div>
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula