mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-05-01 16:55:37 +00:00
Loading spinner
This commit is contained in:
parent
0bec5d21f2
commit
c15f9fc2bf
@ -28,9 +28,7 @@ foreach (glob($tbl . "*.tbl") as $filename) {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<body>
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
@ -50,9 +48,7 @@ foreach (glob($tbl . "*.tbl") as $filename) {
|
|||||||
|
|
||||||
<!-- Bootstrap DataTables JS -->
|
<!-- Bootstrap DataTables JS -->
|
||||||
<script src="https://cdn.datatables.net/1.11.4/js/dataTables.bootstrap4.min.js"></script>
|
<script src="https://cdn.datatables.net/1.11.4/js/dataTables.bootstrap4.min.js"></script>
|
||||||
<title>Editable Tables</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div style="padding:10px; border: 1px solid #eee;">
|
<div style="padding:10px; border: 1px solid #eee;">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -88,9 +84,6 @@ foreach (glob($tbl . "*.tbl") as $filename) {
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<div class="tablediv">
|
<div class="tablediv">
|
||||||
<div id="loading-spinner" style="display: none; text-align:center;">
|
|
||||||
<img src="img/loading.gif" alt="Loading...">
|
|
||||||
</div>
|
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -105,7 +98,9 @@ foreach (glob($tbl . "*.tbl") as $filename) {
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="loading-spinner" style="display: none; text-align:center;">
|
||||||
|
<img src="img/loading.gif" alt="Loading...">
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user