CINXE.COM

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> </head> <body> <h1>Advanced Search</h1> <form action="index.php" method="get"> <table> <tr> <td/> <td> <input name="search[0]" type="text"/> </td> <td> in <select name="searchfield[0]"> <option value="searchall">Entire Record</option> <option value="searchtitle">Title or Type of Text</option> <option value="searchcommonname">Common Names of Manuscripts</option> <option value="searchlocation">Places of Origin or Association</option> <option value="searchdate">Dates of Origin</option> <option value="searchlanguage">Languages</option> <option value="searchpersonalname">Names of Individuals or Organizations</option> <option value="searchmaterial">Materials of Construction</option> <option value="searchminiature">Imagery</option> <option value="searchminiaturekeyword">Imagery Keyword</option> <option value="searchbiblebks">Books of the Bible</option> </select> </td> </tr> <tr> <td>and</td> <td> <input name="search[1]" type="text"/> </td> <td> in <select name="searchfield[1]"> <option value="searchall">Entire Record</option> <option value="searchtitle">Title or Type of Text</option> <option value="searchcommonname">Common Names of Manuscripts</option> <option value="searchlocation">Places of Origin or Association</option> <option value="searchdate">Dates of Origin</option> <option value="searchlanguage">Languages</option> <option value="searchpersonalname">Names of Individuals or Organizations</option> <option value="searchmaterial">Materials of Construction</option> <option value="searchminiature">Imagery</option> <option value="searchminiaturekeyword">Imagery Keyword</option> <option value="searchbiblebks">Books of the Bible</option> </select> </td> </tr> <tr> <td>and</td> <td> <input name="search[2]" type="text"/> </td> <td> in <select name="searchfield[2]"> <option value="searchall">Entire Record</option> <option value="searchtitle">Title or Type of Text</option> <option value="searchcommonname">Common Names of Manuscripts</option> <option value="searchlocation">Places of Origin or Association</option> <option value="searchdate">Dates of Origin</option> <option value="searchlanguage">Languages</option> <option value="searchpersonalname">Names of Individuals or Organizations</option> <option value="searchmaterial">Materials of Construction</option> <option value="searchminiature">Imagery</option> <option value="searchminiaturekeyword">Imagery Keyword</option> <option value="searchbiblebks">Books of the Bible</option> </select> </td> </tr> <tr> <td/> <td/> <td> <input type="submit"/> </td> </tr> </table> </form> </body> </html>