view WebContent/index.html @ 2:ab6c05b4d8dd default tip

bugs
author dwinter
date Wed, 26 Jan 2011 16:36:51 +0100
parents d075d7f70506
children
line wrap: on
line source

<!-- 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>