forked from fritzsche/afu_test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathonline.html
58 lines (48 loc) · 2.26 KB
/
online.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<link rel="stylesheet" type="text/css" href="print.css" media="print" />
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="online.css" type="text/css" media="screen" />
<title>Afu Test - von Thomas Fritzsche - DJ1TF </title>
<link rel="stylesheet" href="katex/katex.min.css">
<!-- The loading of KaTeX is deferred to speed up page rendering -->
<script defer src="katex/katex.min.js"></script>
<!-- To automatically render math in text elements, include the auto-render extension: -->
<script defer src="katex/contrib/auto-render.min.js"></script>
</head>
<body>
<div class="title">
<h2>Simulator für die Amateurfunkprüfung - von DJ1TF / Thomas (im Browser)</h2>
<div id="sel_test">
<strong>Links</strong>
<ul>
<li><img class="icon" style="margin:1px;" src="icons/printer.svg"/> <a href="index.html">Fragen und Antworten ausdrucken</a> </li>
<li><img class="icon" style="margin:1px;" src="icons/tools.svg"/> <a href="https://www.bundesnetzagentur.de/SharedDocs/Downloads/DE/Sachgebiete/Telekommunikation/Unternehmen_Institutionen/Frequenzen/Amateurfunk/AntraegeFormulare/Hilfsmittel_12062024.pdf?__blob=publicationFile&v=2" target="_blank">Hilfsmittel</a></li>
<li><img class="icon" style="margin:1px;" src="icons/github.svg"/> <a href="https://github.com/fritzsche/afu_test" target=”_blank”>GitHub</a> </li>
</ul>
<p id="sel_test">
<strong>Prüfungsteil:</strong>
<select id="test_select" onchange="select_test()">
<option>Vorschriften</option>
<option>Betriebstechnik</option>
<option>Technik Klasse N</option>
<option>Technik Klasse E</option>
<option>Technik Klasse A</option>
</select>
</p>
</div>
</div>
<h2 id="title" class="title" style="font-size: 16pt;"></h2>
<div id="questions"> </div>
<div>
<button type="submit" onClick="eval_test()">Auswerten</button>
<div id="result"></div>
</div>
<script src="jsonpath.js"></script>
<script src="test.js"></script>
</body>
</html>