Mercurial > hg > eSciDocMPIWGServicesRestlet
view src/de/mpiwg/itgroup/escidoc/MPIWGServices/Restlet/staticPages/search.html @ 0:1aac45997235
first ingest
author | dwinter |
---|---|
date | Wed, 01 Dec 2010 17:35:51 +0100 |
parents | |
children |
line wrap: on
line source
<html> <body> <form method="get" > <div class="searchAll">Search all:<input name="allMetadata" size="80"/></div> <div class="searchTitle">Search Title:<input name="title" size="80"/></div> <div class="searchAuthor">Search Author:<input name="author" size="80"/></div> <div><input type="submit"/></div> <p> You can use </p> <ul> <li> wild cards; like vitr*</li> <li> boolean search like: vitr* and 1614 </li> </ul> <p>Instead of <b>"umlauts"</b> use the vowel the umlaut is derived from: i.e. ü -> u, ä -> a</p> </form> </body> </html>