comparison WebContent/index.html @ 0:d075d7f70506

CLOSED - # 16: Zeige nur eine konfigurierbare Anzahl von Treffern an. https://it-dev.mpiwg-berlin.mpg.de/tracs/pythonOcropusTools/ticket/16
author dwinter
date Wed, 03 Nov 2010 12:25:18 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d075d7f70506
1 <!-- NOT CHANGE THE FOLLOWING -->
2
3 <html>
4 <head>
5 <title>Default</title>
6 <link rel="stylesheet" type="text/css" href="./main.css" />
7 <script type="text/javascript" src="./jquery-1.4.2.js"></script>
8 <script type="text/javascript" src="./search.js"></script>
9 </head>
10 <body>
11
12
13 <!-- EDITABLE AREA -->
14
15 <div>
16 <h3>OCR based fulltext search</h3>
17 <form action="found.html" method="get">
18 <div>Search word: <input type="text" id="searchString" name="searchString" /></div>
19 <div>Search in Metadata: <input type="text" id="searchMetaData" name="searchMetaData"/></div>
20 <h3>Supported Languages</h3>
21 <p>Choose a least one language</p>
22 <div id="supportedLanguages"></div>
23 <input type="submit" value="search" id="searchButton"/>
24 </form>
25 <p>This search is based on raw OCR of our scanned books and sources. The accuracy can be very low. Therefore use wildcards for search. <em>Umlauts</em> are normalised to the underlying vowel, therefore search for
26 u,o,a instead of Ÿ,š,Š.</p>
27 <p> Because of missing language information some of the documents maybe not in the langugage you expected.</p>
28 <div id="ticket"></div>
29
30 <div id="results"></div>
31
32 <div id="language_results"></div>
33
34 <div id="base_url_ticket"></div>
35 <div id="error"></div>
36 <div id="openSearches"></div>
37 <div id="selectedLanguages"></div>
38 </div>
39
40
41
42
43
44 <!-- DO NOT EDIT THE FOLLOWING -->
45 </body>
46 </html>