home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / software / dave / dqsd.exe / searches / tgn.xml < prev    next >
Text File  |  2002-10-13  |  1KB  |  41 lines

  1. <search function="tgn">
  2.   <name>Getty Thesaurus of Geographical Names Search</name>
  3.   <description>
  4.     Search the Getty Thesaurus of Geographical Names<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.       <tr><td>tgn toronto</td></tr>
  8.     </table>
  9.   </description>
  10.   <category>People and Places</category>
  11.   <link>http://www.getty.edu/research/tools/vocabulary/tgn/</link>
  12.   <contributor>Tim Aiello</contributor>
  13.   <email>tsaiello@kosmoNOSPAM.com</email>
  14.   <form name="tgnform"
  15.     method="get"
  16.     action="http://vocab.pub.getty.edu/cgi-bin/tgn_browser/tgn.spl">
  17.     <input type="hidden" name="keywords" value="Search" />
  18.     <input type="hidden" name="file" value="/tgn_browser/index.html" />
  19.     <input type="hidden" name="searchtype" value="keyword" />
  20.   </form>
  21.   <script><![CDATA[
  22.     function tgn(q, switches)
  23.     { 
  24.       if( nullArgs("tgn",q) )
  25.         return false;
  26.  
  27.       if( q == "" )
  28.         openSearchWindow("http://vocab.pub.getty.edu/cgi-bin/tgn_browser/tgn.spl");
  29.       else
  30.       {
  31.         document.tgnform["keywords"].value = q;
  32.         submitForm(tgnform);
  33.       }
  34.     }
  35.   ]]></script>
  36.   <copyright>
  37.     Copyright (c) 2002 David Bau
  38.     Distributed under the terms of the
  39.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  40.   </copyright>
  41. </search>