|
|
|
@ -4,10 +4,14 @@
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<!-- all infos about iphone app -->
|
|
|
|
<!-- 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-capable" content="yes">
|
|
|
|
<meta name="apple-mobile-web-app-title" content="MeetingOrganizer">
|
|
|
|
<meta name="apple-mobile-web-app-title" content="MeetingOrganizer">
|
|
|
|
<!-- <link rel="apple-touch-icon" sizes="167x167" href="{% static 'img/mLD_iphoneIcon.png' %}">
|
|
|
|
<link rel="apple-touch-icon" href="{% static 'img/iphone.png' %}">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'img/mLD_ipadIcon.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' %}">
|
|
|
|
|
|
|
|
|
|
|
|
<!-- all others -->
|
|
|
|
<!-- all others -->
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
@ -16,7 +20,7 @@
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
|
|
|
|
<title>Meeting Organizer</title>
|
|
|
|
<title>Meeting Organizer</title>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body style="overflow: hidden;">
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
|
{% block pushup %}
|
|
|
|
{% block pushup %}
|
|
|
|
{% endblock %}
|
|
|
|
{% endblock %}
|
|
|
|
@ -27,6 +31,12 @@
|
|
|
|
<h2 style="color: black;">Daten Speichern und Senden...</h2>
|
|
|
|
<h2 style="color: black;">Daten Speichern und Senden...</h2>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</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>
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|