View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsd/addons/genealogy
In directory usw-pr-cvs1:/tmp/cvs-serv6781/addons/genealogy

Added Files:
        libweb.xml 
Log Message:
added libweb search

--- NEW FILE: libweb.xml ---
<search function="libweb">
  <name>Libraries on the Web</name>
  <description>
    Goto Library web pages.<br/>
    <div class="helpboxDescLabels">Examples:</div>
    <table class="helpboxDescTable">
      <tr><td>libweb mi</td></tr>
      <tr><td>libweb alaska</td></tr>
      <tr><td>libweb berkeley</td></tr>
    </table>
  </description>
  <link>http://sunsite.berkeley.edu/Libweb/</link>
  <category>Genealogy<category>Reference</category></category>
  <contributor>Brent Beardsley</contributor>
  <form name="libwebf"
        method="get"
        action="http://www.ohiolink.edu/cgi-bin/libweb-search.pl";>
    <input type="hidden" name="search" value="" />
  </form>
  <script src="addons/genealogy/genealogy_lib.js"></script>
  <script><![CDATA[

    function libweb(q)
    {
      if( nullArgs("libweb", q) )
        return false;

      document.libwebf.search.value = q;
      submitForm(libwebf);
    }
    ]]>
  </script>
</search>




-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Reply via email to