Compare commits
2 Commits
v1.8.0-bet
...
f8fba4275d
| Author | SHA1 | Date | |
|---|---|---|---|
| f8fba4275d | |||
| 5912bc29ac |
@@ -227,7 +227,7 @@ require('vendor/autoload.php');
|
|||||||
const $table = $('#aufgaben-table');
|
const $table = $('#aufgaben-table');
|
||||||
const $target = $('#AufgabenTableHolder');
|
const $target = $('#AufgabenTableHolder');
|
||||||
const url = 'sources/getAufgabenTable.php';
|
const url = 'sources/getAufgabenTable.php';
|
||||||
const interval = 30000;
|
const interval = 60000;
|
||||||
|
|
||||||
$target.load(url, function () {
|
$target.load(url, function () {
|
||||||
buildSeamlessLoop($table, $scroller);
|
buildSeamlessLoop($table, $scroller);
|
||||||
|
|||||||
@@ -251,7 +251,7 @@ $Epi = new Epirent();
|
|||||||
|
|
||||||
initOne('#checkout-scroll', '#checkout-table', '#getCheckOutTableHolder', 'sources/getCheckOutTable.php', 5000, 'checkout');
|
initOne('#checkout-scroll', '#checkout-table', '#getCheckOutTableHolder', 'sources/getCheckOutTable.php', 5000, 'checkout');
|
||||||
initOne('#checkin-scroll', '#checkin-table', '#getCheckInTableHolder', 'sources/getCheckInTable.php', 5000, 'checkin');
|
initOne('#checkin-scroll', '#checkin-table', '#getCheckInTableHolder', 'sources/getCheckInTable.php', 5000, 'checkin');
|
||||||
initOne('#aufgaben-scroll', '#aufgaben-table', '#AufgabenTableHolder', 'sources/getAufgabenTable.php', 30000, 'aufgaben');
|
initOne('#aufgaben-scroll', '#aufgaben-table', '#AufgabenTableHolder', 'sources/getAufgabenTable.php', 60000, 'aufgaben');
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -279,7 +279,7 @@ $Epi = new Epirent();
|
|||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<!-- Check-Out -->
|
<!-- Check-Out -->
|
||||||
<div class="col-sm">
|
<div class="col-xl">
|
||||||
<h2 class="text-light">Check-Out</h2>
|
<h2 class="text-light">Check-Out</h2>
|
||||||
<div class="tableFixHead" id="checkout-scroll">
|
<div class="tableFixHead" id="checkout-scroll">
|
||||||
<table class="table table-dark mb-0" id="checkout-table">
|
<table class="table table-dark mb-0" id="checkout-table">
|
||||||
@@ -327,7 +327,7 @@ $Epi = new Epirent();
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Check-In -->
|
<!-- Check-In -->
|
||||||
<div class="col-sm">
|
<div class="col-xl">
|
||||||
<h2 class="text-light">Check-In</h2>
|
<h2 class="text-light">Check-In</h2>
|
||||||
<div class="tableFixHead" id="checkin-scroll">
|
<div class="tableFixHead" id="checkin-scroll">
|
||||||
<table class="table table-dark mb-0" id="checkin-table">
|
<table class="table table-dark mb-0" id="checkin-table">
|
||||||
|
|||||||
Reference in New Issue
Block a user