blob: 8286efdef0a0fedaaade6122f5e85a08f68ef94a [file] [log] [blame]
hebasta97c0a042020-03-24 21:26:44 +01001<!DOCTYPE html>
hebastaa66693a2020-07-19 16:51:28 +02002<!-- TODO: style, localization, remove 'Zu Testzwecken' in the end, ...-->
hebasta97c0a042020-03-24 21:26:44 +01003<html>
Akron7894cd92020-09-18 13:17:28 +02004 <head>
5 <meta charset="UTF-8">
6 <title>Export Template</title>
Akrona4e81892020-09-18 17:07:38 +02007
8 <!-- This is only for testing purposes -->
9 <script src="http://localhost:64543/js/korap-plugin-0.2.js"></script>
10 <link type="text/css" rel="stylesheet" href="http://localhost:64543/css/kalamar-plugin-0.2.css" />
Akron7894cd92020-09-18 13:17:28 +020011 </head>
12 <body style="padding: .5em">
hebasta5d693fa2020-03-30 12:31:06 +020013
Akron7894cd92020-09-18 13:17:28 +020014 <form id="frmid" class="form-table" action="http://localhost:7777/export" method="POST">
15 <fieldset>
Akrona4e81892020-09-18 17:07:38 +020016 <legend>Export <code id="export-query"></code></legend>
17 <input type="hidden" id="q" name="q">
18 <input type="hidden" id="ql" name="ql">
19 <input type="hidden" id="cq" name="cq">
20
21 <label for="format">Dateiformat</label>
22 <input type="radio" id="formatjson" name="format" value="json">
23 <label for="formatjson">JSON</label>
24 <input type="radio" checked="checked" id="formathtml" name="format" value="rtf">
25 <label for="formatrtf">RTF</label>
Akron7894cd92020-09-18 13:17:28 +020026
Akrona4e81892020-09-18 17:07:38 +020027 <div>
28 <label>
29 <input type="checkbox" name="islimit" checked="checked" value="limited">
30 Beschränken auf
31 <input name="hitc" type="number" min="1" max="1000" value="20">
32 Treffer
33 </label>
34 </div>
35 <input type="submit" value="Exportieren">
36 </fieldset>
Akron7894cd92020-09-18 13:17:28 +020037 </form>
Akrona4e81892020-09-18 17:07:38 +020038 <script src="export.js" defer></script>
Akron7894cd92020-09-18 13:17:28 +020039 </body>
Akron2c0184d2020-09-17 18:22:03 +020040</html>