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