|
|
|
|
@ -4,14 +4,10 @@
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<!-- all infos about iphone app -->
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="white">
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
|
<meta name="apple-mobile-web-app-title" content="MeetingOrganizer">
|
|
|
|
|
<link rel="apple-touch-icon" href="{% static 'img/iphone.png' %}">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="152x152" href="{% static 'img/ipad_152.png' %}">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'img/ipad_180.png' %}">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="167x167" href="{% static 'img/ipad_167.png' %}">
|
|
|
|
|
<!-- <link rel="apple-touch-icon" sizes="167x167" href="{% static 'img/mLD_iphoneIcon.png' %}">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'img/mLD_ipadIcon.png' %}"> -->
|
|
|
|
|
|
|
|
|
|
<!-- all others -->
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
@ -25,22 +21,6 @@
|
|
|
|
|
{% block pushup %}
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
<div id="loading" class="load_body d-none" style="width: 100%; height: 110vh; position: absolute; background-color: white; z-index: 100; margin-top: -2rem;">
|
|
|
|
|
<!-- <img src="{% static 'img/1484.gif' %}" class="gif" alt="load"> -->
|
|
|
|
|
<div class="gif">
|
|
|
|
|
<h2 style="color: black;">Daten Speichern und Senden...</h2>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="loading_new" class="load_body d-none" style="width: 100%; height: 110vh; position: absolute; background-color: white; z-index: 100; margin-top: -2rem;">
|
|
|
|
|
<!-- <img src="{% static 'img/1484.gif' %}" class="gif" alt="load"> -->
|
|
|
|
|
<div class="gif">
|
|
|
|
|
<h2 style="color: black;">Daten abrufen...</h2>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<div class="container" style="max-width: 100%;">
|
|
|
|
|
<div class="top_line row justify-content-between">
|
|
|
|
|
<div class="title col-6 text-start dropdown">
|
|
|
|
|
@ -71,7 +51,11 @@
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="load_body">
|
|
|
|
|
<div class="progress">
|
|
|
|
|
<div class="color"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{% block content %}
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
|