"> ">

NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<!DOCTYPE html>
<html lang="tr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>Servis Cihaz Takibi</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>

<style>
body {
font-family: 'Open Sans', sans-serif;
}

blockquote {
position: relative;
padding: 45px 60px 40px 70px;
background: #d2d2d2;
margin: 0;
}

.btn-esc {
background: #f2480c;
color: #fff;
}

.panel, .panel *, .alert, .alert * {
border-radius: 0;
}

.panel-esc {
border-color: #222;
background: #f6f6f6;
}

.panel-esc>.panel-heading {
color: #fff;
background-color: #414141;
border-color: #222
}

.panel-esc>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #222
}

.panel-esc>.panel-heading .badge {
color: #dff0d8;
background-color: #3c763d
}

.panel-esc>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #222
}

.panel-teknosa {
border-color: #f37a1f;
background: #f6f6f6;
}

.panel-teknosa>.panel-heading {
color: #fff;
background-color: #f37a1f;
border-color: #f37a1f
}

.panel-teknosa>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #f37a1f
}

.panel-teknosa>.panel-heading .badge {
color: #dff0d8;
background-color: #3c763d
}

.panel-teknosa>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #f37a1f
}
#loading-img {
background: url("http://www.chimply.com/images/samples/classic-spinner/animatedEllipse.gif") center center no-repeat;
display: none;
height: 50px;
width: 50px;
position: absolute;
top: 33%;
left: 1%;
right: 1%;
margin: auto;
}
.container{
height: 150px;
background: #000;
color: #fff;
}
.group {
position: relative;
width: 70%;
}
#Header {
width:100%;

padding:5px;

text-align:right;

margin-bottom:5px;

/*border-radius: 5px;
border:1px #000 solid;*/
}

#Header input {
margin-left: 5px;
}

@media print {
#Header {
display: none;
}
}


</style>

</head>
<body>

<div class="container-fluid">

<div class="row">
<div class="col-md-12">


</head>
<div class="panel panel-esc">
<div class="panel-heading">
<h3 class="panel-title"> SERVİS ONARIM DURUMU SORGULAMA</h3>
</div>
<div class="panel-body">
<div id="loading-img"></div>
<div class="col-md-6">
<div class="form-group">
<label for="GID">Takip Numarası / İmei No :</label>
<input type="text" class="form-control" maxlength="15" required="required" aria-required="true" pattern="^[0-9]*$" title="Yalnızca rakam (0-9)" id="imei" name="imei" >
</div>

<div class="form-group">
<label for="tel">Telefon Numaranız :</label>
<input type="text" class="form-control maskText" id="tel" name="tel" data-inputmask="'mask': '0(999) 999-9999'">
</div>



<div class="form-group">
<button id="sorgula" type="button" class="btn btn-esc" name="action" onclick="javascript:sorgula();">
<span class="glyphicon glyphicon-search" aria-hidden="true"></span> Sorgula
</button>
</div>
</div><!-- /col-md-6 -->
<div class="col-md-6">
<blockquote>
<p class="text-center"> Servis takip numaranızı ve cep telefonu bilgilerinizi girerek anında onarım durumuna ilişkin son duruma ulaşabilirsiniz.</p>
</blockquote>
</div><!-- /col-md-6 -->


</div><!-- /.panel-body -->
</div><!-- /.panel -->


</div><!-- /.col-md-12 -->
<div id="servisFisi" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true" class="modal fade text-left">
<div role="document" class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 id="exampleModalLabel" class="modal-title">Arızalı Ürün Takip Sistemi</h5>
<button type="button" data-dismiss="modal" aria-label="Close" class="close"><span aria-hidden="true">×</span></button>
</div>
<div class="modal-body">

<div id="Header">
<input type="image" name="btnPDF" id="btnPDF" title="PDF İndir" class="button" src="img/pdf.png">
<input type="image" name="btnPrint" id="btnPrint" title="Yazıcı Önizleme" class="button" src="img/print.png" onclick="javascript:printData();">
</div><p>Teknik Servis Kaydınız Aşağıdaki Şekilde Oluşturulmuştur</p>
<div id="servisFisiYazdir" class="card">
<div class="card-header">Servis Kayıt Bilgileriniz</div>
<div class="card-block p-0">
<table class="table">
<tbody>
<tr> <th>Teslim Eden:</th> <td id="teslimeden"></td> </tr>
<tr> <th>Teslim Tarihi:</th> <td id="tarih"></td> </tr>
<tr> <th>Tel:</th> <td id="tel"></td> </tr>
<tr> <th>Cihaz Marka/Model:</th> <td id="cihaz"></td> </tr>
<tr> <th>Şikayet:</th> <td id="aciklamas"></td> </tr>
<tr> <th>Teslim Alan:</th> <td id="teknisyen"> </td> </tr>
<tr> <th>Teknisyen Gözlemleri:</th> <td id="notlar"> </td> </tr>

</tbody>
</table>
</div>
</div>
<div class="modal-footer">
<button type="button" data-dismiss="modal" class="btn btn-secondary">Kapat</button>

</div>
</div>
</div>
</div>
</div>

</div><!-- /.row -->

</div>
<!-- /.container -->

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.inputmask/3.3.4/jquery.inputmask.bundle.min.js"></script>

<script type="text/javascript" src="js/printThis.js"></script>
<script type="text/javascript">




function printData()
{
$('#servisFisiYazdir').printThis({
base: "<?php echo "http://".$_SERVER['SERVER_NAME'].dirname($_SERVER["REQUEST_URI"].'?').'/';?>"
});


}
function sorgula(){

$.ajax({
type:'POST',
url:'ajax.php',
success: function (msg) {

var txt = ($("#tel").val());
var yeni ="";
//Telefon Nodaki Özel karakterler Sil
yeni=txt.replace(' ', '');
yeni=yeni.replace('(', '');
yeni=yeni.replace(')', '');
yeni=yeni.replace('-', '');

$.post("ajax.php", {kontrol: "1", imei: ""+ $("#imei").val() +"", tel: ""+ yeni +""}, function(data){
if(data.length >0){

$('#servisFisi').html(data);
$('#servisFisi').modal('show');





}
});

}
});



}

$(document).ready(function(){
$(":input.maskText").inputmask();
});
</script>
</body></html>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.