📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
otoekspertizscriptiv2.demodesign.com.tr
📝
iletisim.php
← Geri Dön
<?php define("GUVENLIK",true);?> <?php include("panel/system/ayar.php"); include("panel/system/fonksiyon.php"); ?> <!DOCTYPE html> <html lang="tr"> <head> <meta charset="utf-8"> <title><?php echo $ayar->site_title; ?></title> <meta name="keywords" content="<?php echo $ayar->site_desc; ?>"> <meta name="description" content="<?php echo $ayar->site_meta; ?>"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/font-awesome.min.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/animate.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/icofonts.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/bootstrap.min.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/owlcarousel.min.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/contactme/bootstrap-datepicker.standalone.min.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/contactme/contactme-1.6.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/contactme/jquery.timepicker.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/contactme/select2.min.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/style.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/responsive.css"> </head> <body> <?php include ("header.php");?> <div class="banner-area bg-overlay" id="banner-area" style="background-image:url(images/banner/contact_banner.jpg);"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="banner-heading"> <h1 class="banner-title">İletişim <span>Bilgilerimiz</span></h1> <ol class="breadcrumb"> <li><a href="<?php echo $ayar->base_url; ?>">Anasayfa</a></li> <li><a href="#">İletişim</a></li> </ol> </div> </div> </div> </div> </div> <section id="main-container" class="main-container ts-contact-us"> <div class="container"> <div class="row no-gutters"> <div class="col-lg-8 col-md-12"> <div class="mapouter"> <div class="gmap_canvas"> <?php echo $ayar->google_maps; ?> </div> </div> <!-- Map End --> </div> <!-- Col end --> <div class="col-lg-4 col-md-12"> <div class="contact-details"> <h2 class="column-title no-border text-white"> <span>Bize</span> Ulaşın </h2> <div class="contact-info-item"> <h3 class="column-title no-border text-white"> <span>Adres</span> Lokasyon </h3> <p><?php echo $ayar->firma_adres; ?></p> </div> <div class="contact-info-item"> <h3 class="column-title no-border text-white"> <span>Telefon</span> GSM </h3> <p><?php echo $ayar->firma_tel; ?></p> <p><?php echo $ayar->firma_fax; ?></p> </div> <div class="contact-info-item"> <h3 class="column-title no-border text-white"> <span>Mail</span> Adresimiz </h3> <p><?php echo $ayar->firma_email; ?></p> </div> </div> <!-- Contact details end --> </div> <!-- Col End --> </div> <!-- row end --> <div class="gap-75"></div> <div class="row"> <div class="col-lg-8"> <h2 class="section-title"> <span>Bize</span> Yazın </h2> <div id="contact-form" class="form-container contact-us"> <form class="contactMe" method="post" name="iletisim" id="iletisim"> <section> <div class="form-row"> <div class="col-lg-6"> <input type="text" name="ad" class="field" placeholder="Adınız Soyadınız" required> </div> <div class="col-lg-6"> <input type="tel" name="tel" class="field" placeholder="Telefon" required> </div> </div> <div class="form-row"> <div class="col-md-6"> <input type="email" name="email" class="field" placeholder="Email" required> </div> <div class="col-lg-6"> <input type="text" name="konu" class="field" placeholder="Konu" required> </div> </div> <div class="form-row"> <div class="col-md-12"> <textarea name="mesaj" data-displayname="mesaj" class="field" placeholder="Mesajınız" required=""></textarea> </div> </div> <button class="btn btn-primary" id="ilet1" value="Gönder" data-sending="Gönderildi...">Gönder</button> <div style="display:none; width:100%;" id="ilet2" class="thm-btn" value="Gönder">Boş Alan Bırakmayınız</div> <div style="display:none; width:100%;" id="ilet3" class="thm-btn" value="Gönder">Mesajınız Tarafımıza İletildi</div> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script type="text/javascript"> $(function(){ $("#ilet1").click(function(){ $.ajax({ type: "POST", url: "<?php $ayar->base_url; ?>iletisimgonder.php", data: $('#iletisim').serialize(), error:function(){ alert("Bir hata algılandı."); }, success: function(veri) { if(veri==2) { $('#ilet1').css('display', 'none'); $("#ilet3").show() setTimeout(function(){ console.log($("#ilet3").show()); }, 1000); } if(veri==1) { $('#ilet1').css('display', 'none'); $("#ilet2").show() setTimeout(function(){ console.log($("#ilet1").show()); console.log($('#ilet2').css('display', 'none')); }, 1000); } } }); }); }); </script> </section> </form> </div> </div> <div class="col-lg-4"> <div class="sidebar sidebar-right"> <div class="widget"> <h3 class="widget-title"><span>Çalışma</span> Saatleri</h3> <ul class="unstyled service-time"> <li> <span><?php echo $ayar->calisma_saatleri; ?></span> </li> </ul> </div> <div class="widget widget-social"> <h3 class="widget-title"><span>Bizi</span> Takip Edin</h3> <ul class="unstyled social-icons"> <li><a href="<?php echo $ayar->facebook; ?>"><i class="fa fa-facebook"></i></a></li> <li><a href="<?php echo $ayar->instagram; ?>"><i class="fa fa-instagram"></i></a></li> <li><a href="<?php echo $ayar->youtube; ?>"><i class="fa fa-youtube"></i></a></li> <li><a href="https://api.whatsapp.com/send?phone=9<?php echo $ayar->whatsapp; ?>"><i class="fa fa-whatsapp"></i></a></li> </ul> </div> </div> </div> </div> </div> </section> <?php include ("footer.php");?> </body> </html>
💾 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