blob: 05e0608a9e66006bc16c36dcc7fd4a4dbc87c117 [file] [log] [blame]
Akron4751da62017-06-07 22:37:10 +02001 <!DOCTYPE html>
2<html>
3 <head>
4 <title>Complete Demo</title>
5 <meta charset="utf-8" />
6 <link type="text/css" rel="stylesheet" href="../css/kalamar.css" />
7 <link type="text/css" rel="stylesheet" href="../css/kwic.css" />
8 <script>//<![CDATA[
9
10 window.KorAP = window.KorAP || {};
11 KorAP.URL = '';
12
13 //]]></script>
14 <script data-main="alldemo.js" src="../js/lib/require.js" async="async"></script>
15 </head>
16 <body>
17 <div id="kalamar-bg"></div>
18
19 <aside tabindex="0" class="active">
20 <div>
21 <fieldset>
22 <form action="/user/login" method="POST">
23 <legend><span>Anmelden</span></legend>
Akron9fa7cc52022-05-12 11:17:20 +020024 <input name="handle_or_email" placeholder="Benutzername" type="text">
Akron4751da62017-06-07 22:37:10 +020025 <div>
26 <input name="pwd" placeholder="Passwort" type="password">
27 <button type="submit"><span>Los!</span></button>
28 </div>
29</form> <p>Anmeldung mit einem registrierten Cosmas-II-Konto</p>
30</fieldset>
31
32 </div>
33 </aside>
34
35
36 <header>
37 <a href="/" class="logo" tabindex="-1"><h1><span>KorAP - Corpus Analysis Platform</span></h1></a>
38
39 <div class="button top">
40<!--
41 <a href="#" class="login" tabindex="-1"><span>Login</span></a>
42-->
43 </div>
44
45 <form autocomplete="off" action="/kalamar" id="searchform">
46 <div id="searchbar">
47 <input type="search"
48 placeholder="Find ..."
49 name="q"
50 id="q-field"
51 value="abcdefghijklmnopqrstuvwxyz"
52 autofocus="autofocus" />
53 <button type="submit"><span>Go</span></button>
54 <!-- <i class="fa fa-arrow-circle-down show-hint" onclick="hint.popUp()"></i> -->
55 </div>
56
Akroncd42a142019-07-12 18:55:37 +020057 <!-- Search in the following virtual corpus -->
Akron4751da62017-06-07 22:37:10 +020058 <div id="vc-view"></div>
59 in
60 <input id="show" name="show" type="hidden" />
Akroncd42a142019-07-12 18:55:37 +020061 <!--<input id="collection-name" name="collection-name" type="hidden"> -->
62 <input id="cq" name="cq" type="text" value="">
Akron4751da62017-06-07 22:37:10 +020063 with <span class="menu select">
64 <select name="ql" id="ql-field">
65 <option value="poliqarp">Poliqarp</option>
66 <option value="cosmas2">Cosmas II</option>
67 <option value="annis">Annis</option>
68 <option value="cql">CQL v1.2</option>
69 </select>
70 </span>
71 <div class="button right">
72 <input type="checkbox"
73 value="1"
74 name="cutoff"
75 class="checkbox"
76 id="q-cutoff-field" />
Akrone9e5e832019-04-02 14:56:23 +020077 <label for="q-cutoff-field"><span id="glimpse"></span>Glimpse</label>
Akron4751da62017-06-07 22:37:10 +020078
79 <!-- Todo: open tutorial - like openTutorial() -->
80 <a href="doc/faq" tabindex="-1" class="question"><span>Question</span></a>
81 <a href="tutorial.html" title="Tutorial" class="tutorial" id="view-tutorial"><span>Tutorial</span></a>
82 </div>
83 </form>
84 </header>
85
86
87
88 <main>
89 </main>
90
91 <footer>
92 <a href="/doc/KorAP">About</a>
93 <a href="http://korap.ids-mannheim.de/">About</a>
94 <a href="#">V 0.14</a>
95 </footer>
96 </body>
97</html>