blob: d8e8bb94a9109a4dd4cce2076be9a01855e39e60 [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>
7 <script src="https://korap.ids-mannheim.de/js/korap-plugin-0.2.js"></script>
8 <link type="text/css" rel="stylesheet" href="https://korap.ids-mannheim.de/css/kalamar-plugin-0.2.css" />
9 </head>
10 <body style="padding: .5em">
hebasta5d693fa2020-03-30 12:31:06 +020011
Akron7894cd92020-09-18 13:17:28 +020012 <form id="frmid" class="form-table" action="http://localhost:7777/export" method="POST">
13 <fieldset>
14 <legend>Export</legend>
15 Zu Testzwecken: <br/>
16 <ul>
17 <li> <a onclick="KorAPlugin.requestMsg({'action':'get', 'key':'KQ'}, function (d) { document.write(JSON.stringify(d.value))})">Get KQ</a> </li>
18 </ul>
19
20 <label for="q">Suchanfrage</label>
21 <input id="q" name="q" value="Wasser">
22 <label for="ql">Suchanfragesprache</label>
23 <input id="ql" name="ql" value="poliqarp">
24 <input type="hidden" id="cq" name="cq" value="">
25
26 <label for="format">Dateiformat</label>
27 <input type="radio" id="formatjson" name="format" value="json">
28 <label for="formatjson">JSON</label>
29 <input type="radio" checked="checked" id="formathtml" name="format" value="rtf">
30 <label for="formatrtf">RTF</label>
31
32 <div>
33 <label>
hebastaa66693a2020-07-19 16:51:28 +020034 <input type="checkbox" name="islimit" checked="checked" value="limited">
35 Beschränken auf
Akron7894cd92020-09-18 13:17:28 +020036 <input name="hitc" type="number" min="1" max="1000" value="20">
hebastaa66693a2020-07-19 16:51:28 +020037 Treffer
Akron7894cd92020-09-18 13:17:28 +020038 </label>
39 </div>
40 <input type="submit" value="Exportieren">
41 </form>
42 </body>
Akron2c0184d2020-09-17 18:22:03 +020043</html>