| | <?php |
| | include 'include/menu.php'; |
| | $metakey=$db->prepare("SELECT * from meta where meta_id=9"); |
| | $metakey->execute(array(0)); |
| | $metakeyprint=$metakey->fetch(PDO::FETCH_ASSOC); |
| | ?> |
| | <title><?php echo $metakeyprint['meta_title'] ?></title> |
| | <meta name="description" content="<?php echo $metakeyprint['meta_descr'] ?>"> |
| | <meta name="keywords" content="<?php echo $metakeyprint['meta_keyword'] ?>"> |
| | </head> |
| |
|
| |
|
| |
|
| |
|
| | <!-- Page title --> |
| | <section class="p-t-100 p-b-50 text-light" id="page-title" data-parallax-image="admin/assets/img/genel/data.jpg"> |
| | <div id="particles-js" class="particles text-light"></div> |
| | <div class="container"> |
| | <div class="breadcrumb"> |
| | <ul> |
| | <li><a href="<?php echo $settingsprint['ayar_siteurl']; ?>">AnaSayfa</a> </li> |
| | <li class="active">Üye ol</li> |
| | </ul> |
| | </div> |
| | <div class="page-title"> |
| | <h1>ÜYE OL</h1> |
| | </div> |
| | </div> |
| | </section> |
| | <!-- end: Page title --> |
| | <!-- Page Content --> |
| | <section id="page-content"> |
| | <div class="container"> |
| | <div class="row"> |
| | <form method="POST" action="admin/controller/function.php" class="form-transparent-grey"> |
| | <div class="row"> |
| | <div class="col-md-12"> |
| | <h3>Üyelik Formu</h3> |
| | <p>Üyelik formunda telefon numaranızı ve mail adresinizi doğru yazınız şifre sıfırlama ve benzeri durumlarda kullanılacaktır.</p> |
| | </div> |
| | |
| | <div class="col-md-6 form-group"> |
| | <label>AD</label> |
| | <input type="text" name="uye_ad" placeholder="Ad giriniz" class="form-control input-lg"> |
| | </div> |
| | <div class="col-md-6 form-group"> |
| | <label>SOYAD</label> |
| | <input type="text" name="uye_soyad" placeholder="Soyad giriniz" class="form-control input-lg"> |
| | </div> |
| | <div class="col-md-6 form-group"> |
| | <label>MAİL</label> |
| | <input type="email" name="uye_mail" placeholder="Mail adresi giriniz" class="form-control input-lg"> |
| | </div> |
| | <div class="col-md-6 form-group"> |
| | <label>TELEFON</label> |
| | <input type="text" name="uye_tel" placeholder="Tel no giriniz" class="form-control input-lg"> |
| | </div> |
| | <div class="col-md-6 form-group"> |
| | <label>ŞİFRE</label> |
| | <input type="password" name="uye_sifre" placeholder="Şifre giriniz" class="form-control input-lg"> |
| | </div> |
| | <div class="col-md-6 form-group"> |
| | <label>ŞİFRE TEKRAR</label> |
| | <input type="password" name="uye_sifre_onay" placeholder="Şifre giriniz" class="form-control input-lg"> |
| | </div> |
| | <div class="col-md-12 form-group"> |
| | <button name="uyekayit" class="btn btn-default" type="submit">KAYIT OL </button> |
| | </div> |
| | </div> |
| | </form> |
| | |
| | |
| | </div> |
| | </div> |
| | </section> |
| | <!-- end: Page Content --> |
| | |
| | <?php include 'include/footer.php'; ?> |
| | |