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

Update of /cvsroot/dqsd/dqsd/addons/genealogy
In directory sc8-pr-cvs1:/tmp/cvs-serv16340/addons/genealogy

Modified Files:
        sampub.xml 
Log Message:
updated help and changed parameter values

Index: sampub.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/addons/genealogy/sampub.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** sampub.xml  23 Nov 2002 05:32:03 -0000      1.4
--- sampub.xml  23 Nov 2002 06:58:55 -0000      1.5
***************
*** 6,10 ****
    <email></email>
    <description>
!   Search Sampubco.com for wills, etc
    </description>
    <form name="sampubwf"
--- 6,24 ----
    <email></email>
    <description>
!   Search Sampubco.com for wills, naturalizations, and guardianships
!     <div class="helpboxDescLabels">Switches:</div>
!     <table class="helpboxDescTable">
!       <tr><td>/all [default]</td><td> - </td><td>Search all three types of records 
</td></tr>
!       <tr><td>/guardianships</td><td> - </td><td>Limit the search to 
guardianships</td></tr>
!       <tr><td>/naturalizations</td><td> - </td><td>Limit the search to 
naturalizations</td></tr>
!       <tr><td>/state</td><td> - </td><td>Go to specific state - ignored if a search 
value is specified</td></tr>
!       <tr><td>/wills</td><td> - </td><td>Limit the search to wills</td></tr>
!     </table>
!     <div class="helpboxDescLabels">Examples:</div>
!     <table class="helpboxDescTable">
!       <tr><td>sampub mcglashen</td><td> - </td><td>Search for mcglashen in all of 
the indexes</td></tr>
!       <tr><td>sampub mcglashen /will</td><td> - </td><td>Search for mcglashen in the 
wills index</td></tr>
!       <tr><td>sampub /s ny /w</td><td> - </td><td>Goto the New York wills index 
page</td></tr>
!     </table>
    </description>
    <form name="sampubwf"
***************
*** 60,64 ****
        var state_param = "";
        var search_type = "";  // can be guard, nat, will, or blank (default)
!       var args = genealogy_parseArgs(q, "state, type");
        for (var i=0; i < args.switches.length; i++) {
          switch( args.switches[i].name )
--- 74,78 ----
        var state_param = "";
        var search_type = "";  // can be guard, nat, will, or blank (default)
!       var args = genealogy_parseArgs(q, "state, wills, guardianships, 
naturalizations, all");
        for (var i=0; i < args.switches.length; i++) {
          switch( args.switches[i].name )
***************
*** 67,73 ****
               state_param = args.switch_val["state"];
                 break;
!           case "type":
!              search_type = args.switch_val["type"].toLowerCase();
                 break;
            default:
                 break;
--- 81,93 ----
               state_param = args.switch_val["state"];
                 break;
!           case "wills":
!              search_type = "will";
                 break;
+         case "guardianships":
+                search_type = "guard";
+              break;
+         case "naturalizations":
+              search_type = "nat";
+              break;
            default:
                 break;




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
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