LiteSpeed Linux server2.poyrazhosting.com 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64 safemode : OFF MySQL: OFF | Perl: OFF | cURL: ON | WGet: OFF > / home / cuneytsener53 / kurumsal22.snrsoft.com.tr / trex / | Server Ip : 104.21.78.54 |
Filename | /home/cuneytsener53/kurumsal22.snrsoft.com.tr/trex/teklif-detay.php |
Size | 2.31 kb |
Permission | rw-r--r-- |
Owner | |
Create time | 02-Mar-2025 05:46 |
Last modified | 02-Jun-2019 13:06 |
Last accessed | 05-Apr-2025 10:13 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
<?php
include 'header.php';
include 'topbar.php';
include 'sidebar.php';
$randevuedit=$db->prepare("SELECT * from randevu where randevu_id=:randevu_id");
$randevuedit->execute(array(
'randevu_id' => $_GET['teklif_id']
));
$randevuwrite=$randevuedit->fetch(PDO::FETCH_ASSOC);
?>
<!-- ============================================================== -->
<!-- Content Start -->
<!-- ============================================================== -->
<section class="main-content container">
<div class="page-header">
<h2>Teklif Detayları</h2>
</div>
<div class="row">
<div class="col-sm-12">
<div class="card">
<div class="card-heading card-default">
<div class="pull-right mt-10">
<button class="btn btn-success" onclick="window.print();"><i class="fa fa-print"></i> Yazdır</button>
<a href="teklif.php" class="btn btn-warning btn-icon"><i class="fa fa-reply"></i>Geri Dön</a>
</div>
Gelen Teklif
</div>
<div class="card-block">
<form method="POST" action="controller/function.php" class="form-horizontal">
<div class="form-group">
<label>Oluşturulma Tarihi</label>
<input type="text" value="<?php echo $randevuwrite['randevu_tarih']; ?>" readonly="" class="form-control">
</div>
<div class="form-group">
<label>Ad Soyad</label>
<input type="text" readonly="readonly" value="<?php echo $randevuwrite['randevu_ad']; ?>" class="form-control">
</div>
<div class="form-group">
<label>Telefon</label>
<input type="text" readonly="readonly" value="<?php echo $randevuwrite['randevu_tel']; ?>" class="form-control">
</div>
<div class="form-group">
<label>Mail</label>
<input type="text" readonly="readonly" value="<?php echo $randevuwrite['randevu_mail']; ?>" class="form-control">
</div>
<div class="form-group">
<label>Hizmet</label>
<input type="text" readonly="readonly" value="<?php echo $randevuwrite['randevu_hizmet']; ?>" class="form-control">
</div>
<div class="form-group">
<label>Not</label>
<textarea style="height: 60px;" class="form-control" readonly="" rows="5"><?php echo htmlspecialchars($randevuwrite['randevu_not']); ?></textarea>
</div>
</form>
</div>
</div>
</div>
</div>
<?php include 'footer.php'; ?>
include 'header.php';
include 'topbar.php';
include 'sidebar.php';
$randevuedit=$db->prepare("SELECT * from randevu where randevu_id=:randevu_id");
$randevuedit->execute(array(
'randevu_id' => $_GET['teklif_id']
));
$randevuwrite=$randevuedit->fetch(PDO::FETCH_ASSOC);
?>
<!-- ============================================================== -->
<!-- Content Start -->
<!-- ============================================================== -->
<section class="main-content container">
<div class="page-header">
<h2>Teklif Detayları</h2>
</div>
<div class="row">
<div class="col-sm-12">
<div class="card">
<div class="card-heading card-default">
<div class="pull-right mt-10">
<button class="btn btn-success" onclick="window.print();"><i class="fa fa-print"></i> Yazdır</button>
<a href="teklif.php" class="btn btn-warning btn-icon"><i class="fa fa-reply"></i>Geri Dön</a>
</div>
Gelen Teklif
</div>
<div class="card-block">
<form method="POST" action="controller/function.php" class="form-horizontal">
<div class="form-group">
<label>Oluşturulma Tarihi</label>
<input type="text" value="<?php echo $randevuwrite['randevu_tarih']; ?>" readonly="" class="form-control">
</div>
<div class="form-group">
<label>Ad Soyad</label>
<input type="text" readonly="readonly" value="<?php echo $randevuwrite['randevu_ad']; ?>" class="form-control">
</div>
<div class="form-group">
<label>Telefon</label>
<input type="text" readonly="readonly" value="<?php echo $randevuwrite['randevu_tel']; ?>" class="form-control">
</div>
<div class="form-group">
<label>Mail</label>
<input type="text" readonly="readonly" value="<?php echo $randevuwrite['randevu_mail']; ?>" class="form-control">
</div>
<div class="form-group">
<label>Hizmet</label>
<input type="text" readonly="readonly" value="<?php echo $randevuwrite['randevu_hizmet']; ?>" class="form-control">
</div>
<div class="form-group">
<label>Not</label>
<textarea style="height: 60px;" class="form-control" readonly="" rows="5"><?php echo htmlspecialchars($randevuwrite['randevu_not']); ?></textarea>
</div>
</form>
</div>
</div>
</div>
</div>
<?php include 'footer.php'; ?>