Mercurial > hg > eSciDocMPIWGServicesRestlet
view src/de/mpiwg/itgroup/escidoc/MPIWGServices/Restlet/staticPages/search.html @ 4:938e45fabd7c default tip
version f?r escidoc produktionsversion
author | dwinter |
---|---|
date | Wed, 25 Jul 2012 12:36:25 +0200 |
parents | 1aac45997235 |
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>