diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebContent/index.html	Wed Nov 03 12:25:18 2010 +0100
@@ -0,0 +1,46 @@
+<!-- NOT CHANGE THE FOLLOWING -->
+
+<html>
+<head>
+<title>Default</title>
+<link rel="stylesheet" type="text/css" href="./main.css" />
+<script type="text/javascript" src="./jquery-1.4.2.js"></script>
+<script type="text/javascript" src="./search.js"></script>
+</head>
+<body>
+
+
+<!-- EDITABLE AREA -->
+
+<div>
+<h3>OCR based fulltext search</h3>
+<form action="found.html" method="get">
+<div>Search word: <input type="text" id="searchString" name="searchString" /></div>
+<div>Search in Metadata: <input type="text" id="searchMetaData" name="searchMetaData"/></div>
+<h3>Supported Languages</h3>
+<p>Choose a least one language</p>
+<div id="supportedLanguages"></div>
+<input type="submit" value="search" id="searchButton"/>
+</form>
+<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
+u,o,a instead of Ÿ,š,Š.</p>
+<p> Because of missing language information some of the documents maybe not in the langugage you expected.</p>
+<div id="ticket"></div>
+
+<div id="results"></div>
+
+<div id="language_results"></div>
+
+<div id="base_url_ticket"></div>
+<div id="error"></div>
+<div id="openSearches"></div>
+<div id="selectedLanguages"></div>
+</div>
+
+
+
+
+
+<!-- DO NOT EDIT THE FOLLOWING -->
+</body>
+</html>