-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
190 lines (175 loc) · 6.56 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html>
<head>
<!--
This file is part of CovAPP.
CovAPP is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
CovAPP is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with CovAPP. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018-2020 Dr. med. M. Sc. Alexander H. Thieme
-->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="CovAPP" />
<meta name="author" content="Thieme, AH" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<link rel="icon" href="./favicon.ico" />
<title>CovAPP</title>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<link href="css/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
<script src="css/bootstrap/dist/js/bootstrap.min.js"></script>
<link
href="css/bootstrap/dist/css/bootstrap-dialog.min.css"
rel="stylesheet"
type="text/css"
/>
<script src="css/bootstrap/dist/js/bootstrap-dialog.min.js"></script>
<link href="css/bootstrap/example/jumbotron-narrow.css" rel="stylesheet" />
<link href="css/covapp.css" rel="stylesheet" />
<link href="css/bootstrap/example/jumbotron-narrow.css" rel="stylesheet" />
<script type="text/javascript" src="js/check.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript" src="js/ui.js"></script>
</head>
<body>
<div class="container">
<div class="jumbotron">
<img src="./image/charite-logo.png" class="logo" alt="Charité Logo" />
<h1 class="crop">CovAPP</h1>
<div id="qrCodeFound" style="width: 80%; margin: 50px auto; display: none">
<h2>Es wurde ein Code gefunden. </h2>
<a href="qrPatient.html" class="btn btn-lg btn-primary btn-block">Code anzeigen</a>
</div>
<button
id="button1"
type="button"
class="btn btn-secondary btn-lg btn-block"
onclick="setLanguage('de');"
>
<img src="./image/flags/Germany.png" /> Deutsch
</button>
<button
id="button2"
type="button"
class="btn btn-secondary btn-lg btn-block"
onclick="setLanguage('en');"
>
<img src="./image/flags/United-Kingdom.png" /> English
</button>
<button
id="button3"
type="button"
class="btn btn-secondary btn-lg btn-block"
style="display:none;"
onclick="setLanguage(2);"
disabled
>
<img src="./image/flags/Italy.png" /> Italiano
</button>
<button
id="button4"
type="button"
class="btn btn-secondary btn-lg btn-block"
style="display:none;"
onclick="setLanguage(6);"
disabled
>
<img src="./image/flags/South-Korea.png" /> 한국말
</button>
<button
id="button5"
type="button"
class="btn btn-secondary btn-lg btn-block"
style="display:none;"
onclick="setLanguage(5);"
disabled
>
<img src="./image/flags/China.png" /> 标准汉语
</button>
<button
id="button6"
type="button"
class="btn btn-secondary btn-lg btn-block"
style="display:none;"
onclick="setLanguage('es');"
>
<img src="./image/flags/Spain.png" /> Español
</button>
<button
id="button7"
type="button"
class="btn btn-secondary btn-lg btn-block"
style="display:none;"
onclick="setLanguage(9);"
disabled
>
<img src="./image/flags/Portugal.png" /> Português
</button>
<button
id="button8"
type="button"
class="btn btn-secondary btn-lg btn-block"
style="display:none;"
onclick="setLanguage(4);"
disabled
>
<img src="./image/flags/France.png" /> Français
</button>
<button
id="button9"
type="button"
class="btn btn-secondary btn-lg btn-block"
style="display:none;"
onclick="setLanguage(7);"
disabled
>
<img src="./image/flags/Iran.png" /> زبان فارسی
</button>
<button
id="button10"
type="button"
class="btn btn-secondary btn-lg btn-block"
style="display:none;"
onclick="setLanguage(8);"
disabled
>
<img src="./image/flags/Turkey.png" /> Türkçe
</button>
</div>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">CovAPP</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="imprint.html">Impressum</a></li>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<footer class="footer">
<p>© 2020 CovAPP</p>
</footer>
</div>
</body>
</html>