diff --git a/main/static/css/styles.css b/main/static/css/styles.css index 53fbbdf..26823ad 100644 --- a/main/static/css/styles.css +++ b/main/static/css/styles.css @@ -20,42 +20,9 @@ img.pb { height: auto; } -.load_body{ - position: absolute; +.gif { top: 50%; - left: 45%; - transform: translate(-50%,-50%); - background-color: #2a9d8f; -} -.progress{ - position: relative; - height: 10px; - width: 1110%; - border: 10px solid #f4a261; - border-radius: 15px; -} -.progress .color{ - position: absolute; - background-color: #ffffff; - width: 0px; - height: 10px; - border-radius: 15px; - animation: progres 4s infinite linear; -} -@keyframes progres{ - 0%{ - width: 0%; - } - 25%{ - width: 50%; - } - 50%{ - width: 75%; - } - 75%{ - width: 85%; - } - 100%{ - width: 100%; - } -}; \ No newline at end of file + left: 50%; + position: fixed; + transform: translate(-50%, -50%); +} diff --git a/main/static/img/1484.gif b/main/static/img/1484.gif new file mode 100644 index 0000000..3041ec4 Binary files /dev/null and b/main/static/img/1484.gif differ diff --git a/main/templates/main/base.html b/main/templates/main/base.html index f6cfa5f..62db6d4 100644 --- a/main/templates/main/base.html +++ b/main/templates/main/base.html @@ -16,11 +16,21 @@ Meeting Organizer - + {% block pushup %} {% endblock %} +
+ +
+

Daten Speichern und Senden...

+
+
+ + +
-
-
-
-
-
+ {% block content %} {% endblock %} diff --git a/main/templates/main/index.html b/main/templates/main/index.html index 1c0311a..676ef25 100644 --- a/main/templates/main/index.html +++ b/main/templates/main/index.html @@ -447,8 +447,15 @@

!Technik_END!

+
- + +
diff --git a/theocbase_templates/COMBO_MO_PC.htm b/theocbase_templates/COMBO_MO_PC.htm index a431b0a..62a73ba 100644 --- a/theocbase_templates/COMBO_MO_PC.htm +++ b/theocbase_templates/COMBO_MO_PC.htm @@ -664,10 +664,10 @@ const req = new XMLHttpRequest(); req.open("GET", "http://mo.samuelzielke.de/api/", false); - req.send(); + req.send() myDATA = JSON.parse(req.response); - console.log(myDATA) + setData(myDATA)