copy dari repo om Irfan
This commit is contained in:
@@ -0,0 +1,444 @@
|
||||
<!doctype html>
|
||||
<html class="fixed sidebar-left-collapsed">
|
||||
|
||||
<head>
|
||||
|
||||
<!-- Basic -->
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<title>MENU PEMBELIAN</title>
|
||||
<meta name="keywords" content="HTML5 Admin Template" />
|
||||
<meta name="description" content="Porto Admin - Responsive HTML5 Template">
|
||||
<meta name="author" content="okler.net">
|
||||
|
||||
<!-- Mobile Metas -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
|
||||
<!-- Vendor CSS -->
|
||||
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/vendor/bootstrap/css/bootstrap.css" />
|
||||
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/vendor/font-awesome/css/font-awesome.css" />
|
||||
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/vendor/magnific-popup/magnific-popup.css" />
|
||||
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/vendor/bootstrap-datepicker/css/datepicker3.css" />
|
||||
|
||||
<!-- Specific Page Vendor CSS -->
|
||||
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/vendor/select2/select2.css" />
|
||||
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/vendor/jquery-datatables-bs3/assets/css/datatables.css" />
|
||||
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/vendor/pnotify/pnotify.custom.css" />
|
||||
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/vendor/bootstrap-multiselect/bootstrap-multiselect.css" />
|
||||
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/vendor/base/jquery-ui.css" />
|
||||
|
||||
<!-- Theme CSS -->
|
||||
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/stylesheets/theme.css" />
|
||||
|
||||
<!-- Skin CSS -->
|
||||
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/stylesheets/skins/default.css" />
|
||||
|
||||
<!-- Theme Custom CSS -->
|
||||
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/stylesheets/theme-custom.css">
|
||||
|
||||
<!-- Head Libs -->
|
||||
<script src="<?php echo base_url('') ?>assets/vendor/modernizr/modernizr.js"></script>
|
||||
|
||||
</head>
|
||||
<script src="<?= base_url() ?>assets/bower_components/jquery/jquery-3.3.1.min.js"></script>
|
||||
<script src="<?= base_url() ?>assets/bower_components/sweetalert2/sweetalert2.all.min.js"></script>
|
||||
|
||||
<style>
|
||||
.ui-front {
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.solid {
|
||||
border-left-style: solid;
|
||||
border-width: 5px;
|
||||
border-color: darkcyan;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<script type="text/javascript">
|
||||
let base_url = '<?= base_url() ?>';
|
||||
</script>
|
||||
|
||||
<body>
|
||||
<section class="body">
|
||||
|
||||
<!-- start: header -->
|
||||
<?php $this->load->view('template/header'); ?>
|
||||
<!-- end: header -->
|
||||
|
||||
<div class="inner-wrapper">
|
||||
<!-- start: sidebar -->
|
||||
<?php $this->load->view('template/sidebar'); ?>
|
||||
<!-- end: sidebar -->
|
||||
|
||||
<section role="main" class="content-body">
|
||||
|
||||
<?php
|
||||
$jabatan = $this->session->userdata('jabatan');
|
||||
$level = $this->session->userdata('level');
|
||||
$nama_panggilan = $this->session->userdata('nama_panggilan');
|
||||
$id_karyawan = $this->session->userdata('id_karyawan');
|
||||
$username = $this->session->userdata('username');
|
||||
$tgl_now = date('d/m/Y');
|
||||
|
||||
if ($jabatan=="ADMINISTRATOR" OR $jabatan=="ADMIN ITP" OR strpos($jabatan,"KEUANGAN")!==FALSE) {
|
||||
|
||||
} else {
|
||||
$jabatan = "DILARANG";
|
||||
}
|
||||
?>
|
||||
|
||||
<header class="page-header">
|
||||
<h2><strong>Data Tanda Terima Pembelian | <b style="color:Yellow">Sampai 1 Bulan Kebelakang</b></strong></h2>
|
||||
|
||||
<div class="right-wrapper pull-right">
|
||||
<ol class="breadcrumbs">
|
||||
<li><span><strong style="color:Gold">Master Data </span></strong></li>
|
||||
</ol>
|
||||
|
||||
<a class="sidebar-right-toggle" data-open="sidebar-right"><i class="fa fa-chevron-left"></i></a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- start: page -->
|
||||
<section class="panel panel-featured panel-featured-tertiary">
|
||||
<header class="panel-heading">
|
||||
<div class="panel-actions">
|
||||
<a href="<?php echo base_url('') ?>index.php" class="text-dark"><strong>Kembali</strong><i class="fa fa-backward"></i></a>
|
||||
</div>
|
||||
<h2 class="panel-title"><strong style="color:DarkCyan">TANDA TERIMA PEMBELIAN</strong></h2>
|
||||
</header>
|
||||
<div class="panel-body">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="toggle" data-plugin-toggle>
|
||||
<?php if ($statNode1==0) { ?>
|
||||
<section class="toggle">
|
||||
<?php } else if ($statNode1==1) { ?>
|
||||
<section class="toggle active">
|
||||
<?php } ?>
|
||||
<label class="center" onclick="toggle1();"><b>BELUM TERISI | <?=count($pembelianBelum)?> Data</b></label>
|
||||
<div class="toggle-content">
|
||||
<div class="panel-body">
|
||||
<div class="row">
|
||||
<table class="table table-bordered table-striped mb-none" id="table1">
|
||||
<thead>
|
||||
<th class="center default">No</th>
|
||||
<th width="160px" class="default">Kode</th>
|
||||
<th width="240px" class="default">Pelanggan</th>
|
||||
<th class="text-right default">Nomor Nota</th>
|
||||
<th class="default">Jatuh Tempo</th>
|
||||
<?php if ($jabatan!="DILARANG") { ?>
|
||||
<th class="default">Tanda Terima</th>
|
||||
<th class="center default">PILIHAN</th>
|
||||
<?php } ?>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php
|
||||
if (is_array($pembelianBelum) || is_object($pembelianBelum)) {
|
||||
$no = 1;
|
||||
$index = 1;
|
||||
foreach ($pembelianBelum as $key) { ?>
|
||||
<tr>
|
||||
<td class="center"><?= $no; ?></td>
|
||||
<input type="hidden" id="id_pembelianfill<?=$index?>" value="<?=$key['ID_PEMBELIAN']?>">
|
||||
<?php if ($key['CORP_ID']==1) { ?>
|
||||
<td><strong style="color:DarkOrchid"><?= $key['KODE_PEMBELIAN']; ?> <b style="color:Blue">[TMP]</b></strong><br><i>(<?= $key['TANGGAL']; ?>)</i></td>
|
||||
<?php } else if ($key['CORP_ID']==2) { ?>
|
||||
<td><strong style="color:DarkOrchid"><?= $key['KODE_PEMBELIAN']; ?> <b style="color:HotPink">[DMT]</b></strong><br><i>(<?= $key['TANGGAL']; ?>)</i></td>
|
||||
<?php } else if ($key['CORP_ID']==3) { ?>
|
||||
<td><strong style="color:DarkOrchid"><?= $key['KODE_PEMBELIAN']; ?> <b style="color:Red">[PCM]</b></strong><br><i>(<?= $key['TANGGAL']; ?>)</i></td>
|
||||
<?php } else if ($key['CORP_ID']==4) { ?>
|
||||
<td><strong style="color:DarkOrchid"><?= $key['KODE_PEMBELIAN']; ?> <b style="color:Teal">[SFTR]</b></strong><br><i>(<?= $key['TANGGAL']; ?>)</i></td>
|
||||
<?php } else if ($key['CORP_ID']==5) { ?>
|
||||
<td><strong style="color:DarkOrchid"><?= $key['KODE_PEMBELIAN']; ?> <b style="color:Chocolate">[ITP]</b></strong><br><i>(<?= $key['TANGGAL']; ?>)</i></td>
|
||||
<?php } ?>
|
||||
<td><b style="color:Teal"><?= $key['NAMA_SUPPLIER'] ?></b><br><i>(<?= $key['NAMA_KOTA'] ?>)</i></td>
|
||||
<td class="text-right"><b style="color:DarkSlateGray"><?= $key['INV_PEMBELIAN']; ?></b><br><b style="color:DarkRed">(<?= $key['TGLINV']; ?>)</b></td>
|
||||
<td><b style="color:Red"><?= $key['JT']; ?></b><br><b><i style="color:Green">TOP : <?=$key['TOP_SUPPLIER']?> Hari</i></b></td>
|
||||
<?php if ($jabatan!="DILARANG") { ?>
|
||||
<td><input type="date" class="form-control" id="tt_pembelianfill<?=$index?>" autocomplete="off"></td>
|
||||
<td class="actions center">
|
||||
<span data-toggle="modal" data-target="#modalLihatBeli"><button type="button" onclick="isiBeli('<?=$key['ID_PEMBELIAN']?>')" class="btn btn-xs btn-primary" title="" data-toggle="tooltip" data-trigger="hover" data-original-title="Tombol untuk Melihat Data Pesanan"><i class="fa fa-reorder"></i></button></span>
|
||||
<?php if ($jabatan=="ADMINISTRATOR" OR $jabatan=="ADMIN ITP" OR strpos($jabatan,"KEUANGAN")!==FALSE) { ?>
|
||||
<span><button type="button" onclick="isiTt(<?=$index?>)" class="btn btn-xs btn-dark" title="" data-toggle="tooltip" data-trigger="hover" data-original-title="Tombol untuk Proses Tanda Terima"><i class="fa fa-arrow-down"></i></button></span>
|
||||
<?php } ?>
|
||||
</td>
|
||||
<?php } ?>
|
||||
</tr>
|
||||
<?php $no++; $index++;
|
||||
}
|
||||
} ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="toggle" data-plugin-toggle>
|
||||
<?php if ($statNode2==0) { ?>
|
||||
<section class="toggle">
|
||||
<?php } else if ($statNode2==1) { ?>
|
||||
<section class="toggle active">
|
||||
<?php } ?>
|
||||
<label class="center" onclick="toggle2();"><b>SUDAH TERISI | <?=count($pembelianSudah)?> Data</b></label>
|
||||
<div class="toggle-content">
|
||||
<div class="panel-body">
|
||||
<div class="row">
|
||||
<table class="table table-bordered table-striped mb-none" id="table2">
|
||||
<thead>
|
||||
<th class="center default">No</th>
|
||||
<th width="160px" class="default">Kode</th>
|
||||
<th width="240px" class="default">Supplier</th>
|
||||
<th class="text-right default">Nomor Nota</th>
|
||||
<th class="default">Jatuh Tempo</th>
|
||||
<?php if ($jabatan!="DILARANG") { ?>
|
||||
<th class="default">Tanda Terima</th>
|
||||
<th class="center default">PILIHAN</th>
|
||||
<?php } ?>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php
|
||||
if (is_array($pembelianSudah) || is_object($pembelianSudah)) {
|
||||
$no = 1;
|
||||
foreach ($pembelianSudah as $key) { ?>
|
||||
<tr>
|
||||
<td class="center"><?= $no; ?></td>
|
||||
<input type="hidden" id="id_pembelianfill<?=$index?>" value="<?=$key['ID_PEMBELIAN']?>">
|
||||
<?php if ($key['CORP_ID']==1) { ?>
|
||||
<td><strong style="color:DarkOrchid"><?= $key['KODE_PEMBELIAN']; ?> <b style="color:Blue">[TMP]</b></strong><br><i>(<?= $key['TANGGAL']; ?>)</i></td>
|
||||
<?php } else if ($key['CORP_ID']==2) { ?>
|
||||
<td><strong style="color:DarkOrchid"><?= $key['KODE_PEMBELIAN']; ?> <b style="color:HotPink">[DMT]</b></strong><br><i>(<?= $key['TANGGAL']; ?>)</i></td>
|
||||
<?php } else if ($key['CORP_ID']==3) { ?>
|
||||
<td><strong style="color:DarkOrchid"><?= $key['KODE_PEMBELIAN']; ?> <b style="color:Red">[PCM]</b></strong><br><i>(<?= $key['TANGGAL']; ?>)</i></td>
|
||||
<?php } else if ($key['CORP_ID']==4) { ?>
|
||||
<td><strong style="color:DarkOrchid"><?= $key['KODE_PEMBELIAN']; ?> <b style="color:Teal">[SFTR]</b></strong><br><i>(<?= $key['TANGGAL']; ?>)</i></td>
|
||||
<?php } else if ($key['CORP_ID']==5) { ?>
|
||||
<td><strong style="color:DarkOrchid"><?= $key['KODE_PEMBELIAN']; ?> <b style="color:Chocolate">[ITP]</b></strong><br><i>(<?= $key['TANGGAL']; ?>)</i></td>
|
||||
<?php } ?>
|
||||
<td><b style="color:Teal"><?= $key['NAMA_SUPPLIER'] ?></b><br><i>(<?= $key['NAMA_KOTA'] ?>)</i></td>
|
||||
<td class="text-right"><b style="color:DarkSlateGray"><?= $key['INV_PEMBELIAN']; ?></b><br><b style="color:DarkRed">(<?= $key['TGLINV']; ?>)</b></td>
|
||||
<td><b style="color:Red"><?= $key['JT']; ?></b><br><b><i style="color:Green">TOP : <?=$key['TOP_SUPPLIER']?> Hari</i></b></td>
|
||||
<?php if ($jabatan!="DILARANG") { ?>
|
||||
<td><input type="date" class="form-control" id="tt_pembelianfill<?=$index?>" autocomplete="off" value="<?=$key['TT_PEMBELIAN']?>"></td>
|
||||
<td class="actions center">
|
||||
<span data-toggle="modal" data-target="#modalLihatBeli"><button type="button" onclick="isiBeli('<?=$key['ID_PEMBELIAN']?>')" class="btn btn-xs btn-primary" title="" data-toggle="tooltip" data-trigger="hover" data-original-title="Tombol untuk Melihat Data Pesanan"><i class="fa fa-reorder"></i></button></span>
|
||||
<span><button type="button" onclick="isiTt(<?=$index?>)" class="btn btn-xs btn-dark" title="" data-toggle="tooltip" data-trigger="hover" data-original-title="Tombol untuk Proses Tanda Terima"><i class="fa fa-arrow-down"></i></button></span>
|
||||
</td>
|
||||
<?php } ?>
|
||||
</tr>
|
||||
<?php $no++; $index++;
|
||||
}
|
||||
} ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- end: page -->
|
||||
</section>
|
||||
|
||||
<div id="modalLihatBeli" class="modal fade ui-front" tabindex="-1" role="dialog">
|
||||
<div class="modal-dialog modal-lg" style="width:85%">
|
||||
<header class="panel-heading">
|
||||
<h2 class="panel-title"><strong>Lihat Data | [<b id="namasup" style="color:FireBrick"></b>]</strong></h2>
|
||||
<div class="panel-actions">
|
||||
<a class="text-dark" data-dismiss="modal"><strong>Tutup </strong><i class="fa fa-times"></i></a>
|
||||
</div>
|
||||
</header>
|
||||
<div class="panel-body">
|
||||
<div class="modal-wrapper">
|
||||
<div class="modal-text">
|
||||
<div class="row form-bordered">
|
||||
<div class="form-group">
|
||||
<div class="form-group">
|
||||
<input type="hidden" name="id_pembelianLihat" id="id_pembelianLihat" class="form-control" value="">
|
||||
<div class="col-md-8"></div>
|
||||
<div class="col-md-4">
|
||||
<input autocomplete="off" class="form-control" name="textSearch" id="textSearch" oninput="cariKode();" type="text" enterkeyhint="done"/ placeholder="Hanya Cari Kode Barang">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<table class="table table-bordered table-striped mb-none">
|
||||
<thead>
|
||||
<th class="center default">No</th>
|
||||
<th class="default">Jenis</th>
|
||||
<th class="default">Barang</th>
|
||||
<th class="center default">Kuantiti</th>
|
||||
<th class="text-right default">Satuan</th>
|
||||
<th class="text-right default">Total</th>
|
||||
</thead>
|
||||
<tbody id="isitabelDaftarBeli"></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="panel-footer">
|
||||
<div class="row">
|
||||
<div class="col-md-6 text-left">
|
||||
</div>
|
||||
<div class="col-md-6 text-right">
|
||||
<div class="btn-group-vertical">
|
||||
<button type="submit" class="btn btn-default"><b style="color:Teal">BRUTO Rp <b id="dppBeli"></b></b></button>
|
||||
<button type="submit" class="btn btn-default"><b style="color:DarkViolet">PPN Rp <b id="ppnBeli"></b></b></button>
|
||||
<button type="submit" class="btn btn-default"><b style="color:DarkRed">TOTAL Rp <b id="totBeli"></b></b></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
$this->load->view('template/sidebar_right');
|
||||
$this->load->view('template/script_vendor');
|
||||
$this->load->view('template/script_flashdata');
|
||||
$this->load->view('template/notification');
|
||||
?>
|
||||
|
||||
<script>
|
||||
function isiBeli(id) {
|
||||
var textSearch = document.getElementById("textSearch").value;
|
||||
document.getElementById("id_pembelianLihat").value = id;
|
||||
|
||||
LoadDataBeli(id, textSearch);
|
||||
}
|
||||
|
||||
function cariKode() {
|
||||
var textSearch = document.getElementById("textSearch").value;
|
||||
var id = document.getElementById("id_pembelianLihat").value;
|
||||
|
||||
LoadDataBeli(id, textSearch);
|
||||
}
|
||||
|
||||
function LoadDataBeli(id, textSearch) {
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
data: {
|
||||
id_pembelian : id ,
|
||||
textSearch : textSearch,
|
||||
},
|
||||
url: '<?= base_url('') ?>index.php/Menu/PB_Ambil_Sub3_A1_DataDaftarBeli',
|
||||
dataType: 'json',
|
||||
success: function(response) {
|
||||
JUMLAHBELI = response.total;
|
||||
var baris = '';
|
||||
|
||||
for (var i = 1; i <= JUMLAHBELI; i++) {
|
||||
if (i <= response.data.length) {
|
||||
var nama_jenis = response.data[i - 1]['NAMA_JENIS'];
|
||||
var kode_barang = response.data[i - 1]['KODE_BARANG'];
|
||||
var nama_barang = response.data[i - 1]['NAMA_BARANG'];
|
||||
var qty_db = response.data[i - 1]['QTY_DB'];
|
||||
var harga = response.data[i - 1]['HARGA'];
|
||||
var total = response.data[i - 1]['TOTAL'];
|
||||
var nama_supplier = response.data[i - 1]['NAMA_SUPPLIER'];
|
||||
|
||||
baris += '<tr>';
|
||||
baris += '<td class="center" style="vertical-align: middle;" >' + i + '</td>';
|
||||
baris += '<td class="text-left" style="vertical-align: middle;"><b style="color:DarkOrchid">' + nama_jenis + '</b></td>';
|
||||
baris += '<td class="text-left" style="vertical-align: middle;"><b style="color:DarkCyan">' + kode_barang + '</b><br>(' + nama_barang + ')</td>';
|
||||
baris += '<td class="text-left text-center" style="vertical-align: middle;">' + qty_db + '</td>';
|
||||
baris += '<td class="text-right" style="vertical-align: middle;">' + harga + '</td>';
|
||||
baris += '<td class="text-right" style="vertical-align: middle;">' + total + '</td>';
|
||||
baris += '</tr>';
|
||||
}
|
||||
}
|
||||
$('#isitabelDaftarBeli').html(baris);
|
||||
$('#namasup').html(nama_supplier);
|
||||
$('#dppBeli').html(response.dppBeli);
|
||||
$('#ppnBeli').html(response.ppnBeli);
|
||||
$('#totBeli').html(response.totBeli);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
$('#table1').dataTable( {
|
||||
"paging": false
|
||||
} );
|
||||
|
||||
$('#table2').dataTable( {
|
||||
"paging": false
|
||||
} );
|
||||
|
||||
function toggle1() {
|
||||
$.ajax({
|
||||
url: "<?= base_url() ?>index.php/Menu/PB_Status_Sub3_C1",
|
||||
type: "POST",
|
||||
dataType: "json",
|
||||
data: {
|
||||
node : '1',
|
||||
},
|
||||
success: function(response) {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
function toggle2() {
|
||||
$.ajax({
|
||||
url: "<?= base_url() ?>index.php/Menu/PB_Status_Sub3_C1",
|
||||
type: "POST",
|
||||
dataType: "json",
|
||||
data: {
|
||||
node : '2',
|
||||
},
|
||||
success: function(response) {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
function isiTt(id) {
|
||||
id_pembelian = document.getElementById("id_pembelianfill"+id).value;
|
||||
tt_pembelian = document.getElementById("tt_pembelianfill"+id).value;
|
||||
|
||||
if (tt_pembelian.length==10) {
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
data: {
|
||||
id_pembelian : id_pembelian,
|
||||
tt_pembelian : tt_pembelian,
|
||||
},
|
||||
url: '<?= base_url('') ?>index.php/Menu/PB_Simpan_Sub3_C1_TtPembelian',
|
||||
dataType: 'json',
|
||||
success: function(response) {
|
||||
if (response.value==1) {
|
||||
notify("success_add");
|
||||
delayReload(0,"<?= base_url() ?>index.php/Menu/PB_Sub3_TandaTerima_1");
|
||||
} else if (response.value==2) {
|
||||
notify("success_ed");
|
||||
delayReload(0,"<?= base_url() ?>index.php/Menu/PB_Sub3_TandaTerima_1");
|
||||
} else if (response.value==3) {
|
||||
notify("latest");
|
||||
delayReload(1000,"<?= base_url() ?>index.php/Menu/PB_Sub3_TandaTerima_1");
|
||||
} else if (response.value==4) {
|
||||
notify("not_valid");
|
||||
delayReload(1000,"<?= base_url() ?>index.php/Menu/PB_Sub3_TandaTerima_1");
|
||||
} else if (response.value==0) {
|
||||
notify("failed");
|
||||
}
|
||||
}
|
||||
});
|
||||
} else {
|
||||
document.getElementById("tt_pembelianfill"+id).value = null;
|
||||
PNotify.removeAll();
|
||||
notify("date_null");
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user