blob: f1bb82d2a3de31ae308e7bcb31ca9a4f184cfb9a [file] [log] [blame]
hebasta97c0a042020-03-24 21:26:44 +01001<!DOCTYPE html>
Akron44a6d592020-09-21 12:21:00 +02002<!-- TODO: localization ... -->
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>
Akron44a6d592020-09-21 12:21:00 +020010 <link type="text/css" rel="stylesheet" href="http://localhost:64543/css/kalamar-plugin-0.2.css?x=4" />
Akron7894cd92020-09-18 13:17:28 +020011 </head>
Akron44a6d592020-09-21 12:21:00 +020012 <body>
13 <h1>Export: <code id="export-query"></code></h1>
14 <section>
15 <form id="frmid" class="form-table" action="http://localhost:7777/export" method="POST">
16 <fieldset>
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 <fieldset class="form-line">
22 <legend>Dateiformat</legend>
23 <input type="radio" id="formatjson" name="format" value="json">
24 <label for="formatjson">JSON</label>
25
26 <input type="radio" checked="checked" id="formathtml" name="format" value="rtf">
27 <label for="formatrtf">RTF</label>
28 </fieldset>
hebasta5d693fa2020-03-30 12:31:06 +020029
Akron44a6d592020-09-21 12:21:00 +020030 <!--
31 <div>
32 <label>
33 <input type="checkbox" name="islimit" checked="checked" value="limited">
34 Beschränken auf
35 <input name="hitc" type="number" min="1" max="1000" value="20">
36 Treffer
37 </label>
38 </div>
39 -->
40 <input type="submit" value="Exportieren">
41 </fieldset>
42 </form>
43 </section>
Akrona4e81892020-09-18 17:07:38 +020044 <script src="export.js" defer></script>
Akron7894cd92020-09-18 13:17:28 +020045 </body>
Akron2c0184d2020-09-17 18:22:03 +020046</html>