blob: 257310efa675957f102630d7c3dedf8ed3f4f647 [file] [log] [blame]
hebasta97c0a042020-03-24 21:26:44 +01001<!DOCTYPE html>
2<html>
3<head>
4<meta charset="UTF-8">
5<title>Export Template</title>
6<script src="https://korap.ids-mannheim.de/js/korap-plugin-0.2.js"></script>
7</head>
8
9<body>
10<form>
11 <label for="fname">Dateiname: </label>
12 <input type="text" id="fname" name="fname"> <br>
13 Dateiformat:
14 <input type="radio" id="formatjson" name="format">
15 <label for="formatjson">JSON</label>
16 <input type="radio" id="formatrtf" name="rtf">
17 <label for="formatrtf">RTF</label><br>
18 <button> Exportieren </button>
19</form>
20</body>
21</html>