Mercurial > hg > eSciDocMPIWGServicesRestlet
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1aac45997235 |
---|---|
1 <html> | |
2 <body> | |
3 <form method="get" > | |
4 <div class="searchAll">Search all:<input name="allMetadata" size="80"/></div> | |
5 <div class="searchTitle">Search Title:<input name="title" size="80"/></div> | |
6 <div class="searchAuthor">Search Author:<input name="author" size="80"/></div> | |
7 <div><input type="submit"/></div> | |
8 | |
9 <p> You can use </p> | |
10 <ul> | |
11 <li> wild cards; like vitr*</li> | |
12 <li> boolean search like: vitr* and 1614 </li> | |
13 </ul> | |
14 | |
15 <p>Instead of <b>"umlauts"</b> use the vowel the umlaut is derived from: i.e. ü -> u, ä -> a</p> | |
16 </form> | |
17 </body> | |
18 </html> |