mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-11-30 12:36:03 +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>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<body>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!-- CSS -->
|
||||
@ -50,9 +48,7 @@ foreach (glob($tbl . "*.tbl") as $filename) {
|
||||
|
||||
<!-- Bootstrap DataTables JS -->
|
||||
<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 class="container">
|
||||
<div class="row">
|
||||
@ -88,9 +84,6 @@ foreach (glob($tbl . "*.tbl") as $filename) {
|
||||
<hr>
|
||||
|
||||
<div class="tablediv">
|
||||
<div id="loading-spinner" style="display: none; text-align:center;">
|
||||
<img src="img/loading.gif" alt="Loading...">
|
||||
</div>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -105,7 +98,9 @@ foreach (glob($tbl . "*.tbl") as $filename) {
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="loading-spinner" style="display: none; text-align:center;">
|
||||
<img src="img/loading.gif" alt="Loading...">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user