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-serv29965/addons/genealogy

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

--- NEW FILE: newspl.xml ---
<search function="newspl">
  <name>NewspaperLinks</name>
  <category>Genealogy<category>Newspapers</category></category>
  <contributor>Brent Beardsley</contributor>
  <link>http://www.newspaperlinks.com</link>
  <email></email>
  <description>
    <div class="helpboxDescLabels">Examples:</div>
    <table class="helpboxDescTable">
      <tr><td>newspl mi</td></tr>
      <tr><td>newspl alaska</td></tr>
    </table>
  </description>
  <form name="newsplf"
        method="post"
        action="http://www.newspaperlinks.com/newspaperlist.cfm";>
    <input type="hidden" name="goSearch" value="true" />
    <input type="hidden" name="temp_mid" value="us0" />
    <input type="hidden" name="mid" 
value="http://www.newspaperlinks.com/home.cfm?mid=us0"; />
    <input type="hidden" name="cid" value="" />
    <input type="hidden" name="sid" value="" />
    <input type="hidden" name="search" value="" />
  </form>
  <script src="addons/genealogy/genealogy_lib.js"></script>
  <script><![CDATA[
    function newspl(q)
    {
      if( nullArgs("newspl", q) )
        return;

      document.newsplf.sid.value = 
genealogy_lookup_place_abbrev(genealogy_parse_place_state(q)).toUpperCase();
      submitForm(newsplf);
    }
  ]]></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