feat: optimasi script
parent
9bda154947
commit
ea82109dcb
|
|
@ -203,9 +203,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
let currentData = {
|
let currentData = {
|
||||||
aktivitas: [],
|
aktivitas: [],
|
||||||
fasilitas: [],
|
fasilitas: [],
|
||||||
|
|
@ -356,4 +356,5 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -98,11 +98,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
<script type="text/javascript">
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
@ -243,4 +241,5 @@
|
||||||
table.ajax.reload();
|
table.ajax.reload();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -82,11 +82,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
<script type="text/javascript">
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
@ -197,4 +195,5 @@
|
||||||
table.ajax.reload();
|
table.ajax.reload();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -118,11 +118,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
<script type="text/javascript">
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
@ -272,4 +270,5 @@
|
||||||
table.ajax.reload();
|
table.ajax.reload();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,6 @@
|
||||||
ViewData["Title"] = "Offtaker Sampah";
|
ViewData["Title"] = "Offtaker Sampah";
|
||||||
}
|
}
|
||||||
|
|
||||||
@section Styles {
|
|
||||||
<link rel="stylesheet" href="https://cdn.datatables.net/2.3.4/css/dataTables.tailwindcss.css" />
|
|
||||||
}
|
|
||||||
|
|
||||||
<div class="flex flex-col gap-2 md:flex-row md:justify-between md:gap-0">
|
<div class="flex flex-col gap-2 md:flex-row md:justify-between md:gap-0">
|
||||||
<div class="prose">
|
<div class="prose">
|
||||||
<span class="text-xl font-semibold text-gray-900 font-['Plus_Jakarta_Sans']">
|
<span class="text-xl font-semibold text-gray-900 font-['Plus_Jakarta_Sans']">
|
||||||
|
|
@ -230,11 +226,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
<script type="text/javascript">
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
@ -360,4 +353,5 @@
|
||||||
table.ajax.reload();
|
table.ajax.reload();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -194,11 +194,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
<script type="text/javascript">
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
@ -342,4 +340,5 @@
|
||||||
table.ajax.reload();
|
table.ajax.reload();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -112,11 +112,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
<script type="text/javascript">
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
@ -243,4 +241,5 @@
|
||||||
table.ajax.reload();
|
table.ajax.reload();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -207,11 +207,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
@section Scripts {
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
<script type="text/javascript">
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
@ -358,4 +356,5 @@
|
||||||
table.ajax.reload();
|
table.ajax.reload();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -199,11 +199,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
<script type="text/javascript">
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
@ -360,4 +357,5 @@
|
||||||
|
|
||||||
modal_filter.close();
|
modal_filter.close();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
@ -202,11 +202,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
<script type="text/javascript">
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
@ -326,4 +323,5 @@
|
||||||
table.ajax.reload();
|
table.ajax.reload();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -152,11 +152,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
<script type="text/javascript">
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
@ -270,4 +267,5 @@
|
||||||
table.ajax.reload();
|
table.ajax.reload();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -186,11 +186,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
<script type="text/javascript">
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
@ -332,4 +329,5 @@
|
||||||
table.ajax.reload();
|
table.ajax.reload();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -35,10 +35,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
@section Scripts {
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
<script type="text/javascript">
|
||||||
<script type="text/javascript">
|
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
@ -60,4 +59,5 @@
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -121,11 +121,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
<script type="text/javascript">
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
@ -277,4 +275,5 @@
|
||||||
table.ajax.reload();
|
table.ajax.reload();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -69,10 +69,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
|
|
@ -179,3 +177,4 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -71,10 +71,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
|
|
@ -181,3 +179,4 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -71,10 +71,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
|
|
@ -181,3 +179,4 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -71,10 +71,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
|
|
@ -181,3 +179,4 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -71,11 +71,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
<script type="text/javascript">
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
@ -180,4 +177,5 @@
|
||||||
table.ajax.reload();
|
table.ajax.reload();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -71,10 +71,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
|
|
@ -181,3 +179,4 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -71,10 +71,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
|
|
@ -181,3 +179,4 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -71,11 +71,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
<script type="text/javascript">
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
@ -180,4 +177,5 @@
|
||||||
table.ajax.reload();
|
table.ajax.reload();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -71,10 +71,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
|
|
@ -181,3 +179,4 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -71,10 +71,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
|
|
@ -181,3 +179,4 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -71,10 +71,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
|
|
@ -181,3 +179,4 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -71,10 +71,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
|
|
@ -181,3 +179,4 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -71,10 +71,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
|
|
@ -181,3 +179,4 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -71,10 +71,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
|
|
@ -181,3 +179,4 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@
|
||||||
|
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
|
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
|
||||||
|
<link rel="stylesheet" href="https://cdn.datatables.net/2.3.4/css/dataTables.tailwindcss.css" />
|
||||||
@await RenderSectionAsync("Styles", required: false)
|
@await RenderSectionAsync("Styles", required: false)
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
@ -62,6 +63,10 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Scripts -->
|
<!-- Scripts -->
|
||||||
|
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||||
|
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
||||||
|
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
||||||
<script src="~/js/site.js" asp-append-version="true"></script>
|
<script src="~/js/site.js" asp-append-version="true"></script>
|
||||||
@await RenderSectionAsync("Scripts", required: false)
|
@await RenderSectionAsync("Scripts", required: false)
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -34,11 +34,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
<script type="text/javascript">
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
@ -60,4 +57,5 @@
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -33,11 +33,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
<script type="text/javascript">
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
@ -58,4 +55,5 @@
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -33,11 +33,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
@section Scripts {
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
<script type="text/javascript">
|
||||||
<script src="https://cdn.datatables.net/2.3.4/js/dataTables.js"></script>
|
|
||||||
<script src="/plugins/datatables/dataTables.tailwindcss.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var table;
|
var table;
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
@ -58,4 +55,5 @@
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue