diff --git a/PackAufgabenMonitor.php b/PackAufgabenMonitor.php
index a3d31ed..15bb296 100644
--- a/PackAufgabenMonitor.php
+++ b/PackAufgabenMonitor.php
@@ -1,11 +1,9 @@
@@ -21,155 +19,193 @@ $Epi = new Epirent();
-
+
+
+
-
-
+ $(document).ready(function () {
+ sizeScrollContainers();
+ $(window).on('resize', sizeScrollContainers);
+
+ // Initial laden + Auto-Refresh, jeweils eigener Scroller
+ smartLoad($('#checkout-scroll'), $('#getCheckOutTableHolder'), 'sources/getCheckOutTable.php', 5000);
+ smartLoad($('#checkin-scroll'), $('#getCheckInTableHolder'), 'sources/getCheckInTable.php', 5000);
+ smartLoad($('#aufgaben-scroll'), $('#AufgabenTableHolder'), 'sources/getAufgabenTable.php', 30000);
+ });
+
+ /* Optional: dünne Trennlinien */
+ .table-dark tbody tr + tr td {
+ border-top: 1px solid rgba(255,255,255,.08);
+ }
+
-
-
-
-
-
+
-
+
+
+
+
+
+
+
diff --git a/Packmonitor.php b/Packmonitor.php
index be9520c..407b618 100644
--- a/Packmonitor.php
+++ b/Packmonitor.php
@@ -1,6 +1,4 @@
+
+