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

Modified Files:
        blm.xml illp.xml 
Log Message:
moved blm, illp to Genealogy->Land Records category, added examples for both

Index: blm.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/addons/genealogy/blm.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** blm.xml     22 Aug 2002 20:23:50 -0000      1.2
--- blm.xml     11 Oct 2002 06:03:57 -0000      1.3
***************
*** 1,15 ****
  <search function="blm">
-   <COMMENT>
- 
-     This search file was initially created by Dave's Quick Search Deskbar
-     Search Wizard version 0.4 (beta) on 08/18/02 at 21:53:25
- 
-     Even though this XML search will probably load and is a healthy start
-     toward a completed search, please be aware that this search will probably
-     not work as is and will require some human inspection and modification.
- 
-   </COMMENT>
    <name>BLM GLO Land Patents</name>
!   <category>Genealogy</category>
    <contributor>Brent Beardsley</contributor>
    <link>http://www.glorecords.blm.gov/PatentSearch/Default.asp?Tab1=2</link>
--- 1,7 ----
  <search function="blm">
    <name>BLM GLO Land Patents</name>
!   <category>Genealogy
!     <category>Land Records</category>
!   </category>
    <contributor>Brent Beardsley</contributor>
    <link>http://www.glorecords.blm.gov/PatentSearch/Default.asp?Tab1=2</link>
***************
*** 17,20 ****
--- 9,22 ----
    <description>
    Search the BLM GLO Records
+     <div class="helpboxDescLabels">Switches:</div>
+     <table class="helpboxDescTable">
+       <tr><td>/state</td><td> - </td><td>Limit the search to a specified 
+state</td></tr>
+     </table>
+     <div class="helpboxDescLabels">Examples:</div>
+     <table class="helpboxDescTable">
+       <tr><td>blm jones</td></tr>
+       <tr><td>blm jones, francis</td></tr>
+       <tr><td>blm /state:il jones, francis</td></tr>
+     </table>
    </description>
    <form name="blmf"
***************
*** 62,69 ****
        </select>
      </COMMENT>
- 
- 
-     <COMMENT> The following field was active (i.e. had focus) when the search was 
generated. </COMMENT>
- 
      <input type="hidden" name="f6" value="" />
      <input type="hidden" name="f9" value="" />
--- 64,67 ----
***************
*** 189,200 ****
          return;
  
-       if( q == "" )
-       {
-         
openSearchWindow("http://www.glorecords.blm.gov/PatentSearch/Default.asp?Tab1=2";);
-         return;
-       }
- 
-       // FORM variables for blmf
-       //document.blmf.SelectedTab.value = "";
        document.blmf.f1.value = "";
  
--- 187,190 ----
***************
*** 209,213 ****
                {
                case "state":
!                       document.blmf.f1.value = args.switch_val["state"];
                        break;
                default:
--- 199,203 ----
                {
                case "state":
!                       document.blmf.f1.value = 
genealogy_lookup_place_abbrev(genealogy_parse_place_state(args.switch_val["state"])).toUpperCase();
                        break;
                default:
***************
*** 217,248 ****
        }
  
-       // The wizard assigned the search string to this form field value because
-       // this field was the active element when the search file was generated.
-       // Change this to args.q if the search string is parsed with parseArgs.
        document.blmf.f6.value = genealogy_parse_surname(args.q);
-       //document.blmf.f9.value = "";
        document.blmf.f4.value = genealogy_parse_givenname(args.q);
-       //document.blmf.f7.value = "";
-       //document.blmf.f5.value = "";
-       //document.blmf.f8.value = "";
-       //document.blmf.f10.value = "";
-       //document.blmf.f15.value = "";
-       //document.blmf.f16.value = "";
-       //document.blmf.f13.value = "";
-       //document.blmf.f17.value = "";
-       //document.blmf.f18.value = "";
-       //document.blmf.f14.value = "";
-       //document.blmf.f19.value = "";
-       //document.blmf.f21.value = "";
-       //document.blmf.f20.value = "";
-       //document.blmf.f22.value = "";
-       //document.blmf.f11.value = "";
-       //document.blmf.f23.value = "";
-       //document.blmf.f33.value = "";
-       //document.blmf.f12.value = "";
-       //document.blmf.f25.value = "";
-       //document.blmf.f26.value = "";
-       //document.blmf.f24.value = "";
- 
        submitForm(blmf);
      }
--- 207,212 ----

Index: illp.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/addons/genealogy/illp.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** illp.xml    22 Aug 2002 20:23:50 -0000      1.2
--- illp.xml    11 Oct 2002 06:03:58 -0000      1.3
***************
*** 1,15 ****
  <search function="illp">
-   <COMMENT>
- 
-     This search file was initially created by Dave's Quick Search Deskbar
-     Search Wizard version 0.4 (beta) on 08/15/02 at 22:58:10
- 
-     Even though this XML search will probably load and is a healthy start
-     toward a completed search, please be aware that this search will probably
-     not work as is and will require some human inspection and modification.
- 
-   </COMMENT>
    <name>Illinois Land Sales Database</name>
!   <category>Genealogy</category>
    <contributor>Brent Beardsley</contributor>
    
<link>http://www.cyberdriveillinois.com/departments/archives/genealogy/landsrch.html</link>
--- 1,7 ----
  <search function="illp">
    <name>Illinois Land Sales Database</name>
!   <category>Genealogy
!     <category>Land Records</category>
!   </category>
    <contributor>Brent Beardsley</contributor>
    
<link>http://www.cyberdriveillinois.com/departments/archives/genealogy/landsrch.html</link>
***************
*** 17,27 ****
    <description>
    Search the Illinois Public Domain Land Tract Sales Database
    </description>
    <form name="illpf"
          method="post"
          action="http://cyberdriveillinois.com/cgi-bin/archives/land.s";>
- 
-     <COMMENT> The following field was active (i.e. had focus) when the search was 
generated. </COMMENT>
- 
      <input type="hidden" name="name" value="" />
      <input type="hidden" name="county" value="" />
--- 9,26 ----
    <description>
    Search the Illinois Public Domain Land Tract Sales Database
+     <div class="helpboxDescLabels">Switches:</div>
+     <table class="helpboxDescTable">
+       <tr><td>/county</td><td> - </td><td>Limit the search to a specified 
+county</td></tr>
+     </table>
+     <div class="helpboxDescLabels">Examples:</div>
+     <table class="helpboxDescTable">
+       <tr><td>illp jones</td></tr>
+       <tr><td>illp jones, fred</td></tr>
+       <tr><td>illp /county:ogle jones</td></tr>
+     </table>
    </description>
    <form name="illpf"
          method="post"
          action="http://cyberdriveillinois.com/cgi-bin/archives/land.s";>
      <input type="hidden" name="name" value="" />
      <input type="hidden" name="county" value="" />
***************
*** 143,169 ****
          return;
  
!       if( q == "" )
!       {
!         
openSearchWindow("http://www.cyberdriveillinois.com/departments/archives/genealogy/landsrch.html";);
!         return;
!       }
  
        var args = parseArgs(q, "county");
!       if (args == null) {
!       nullArgs("illp", "?");
!       return;
        }
!       document.illpf.county.value = "";
!       document.illpf.name.value = "";
!       if (args.switches.length > 0) {
!               for (var i=0; i < args.switches.length; i++) {
!                 switch (args.switches[i].name)
!                 {
!                       case "county": document.illpf.county.value = 
args.switch_val["county"].toUpperCase(); break;
!                 }
!               }
!       }
!       document.illpf.name.value = args.q;
!       submitForm(illpf);
      }
    ]]></script>
--- 142,164 ----
          return;
  
!       document.illpf.county.value = "";
!       document.illpf.name.value = "";
  
        var args = parseArgs(q, "county");
!       if (args.switches.length > 0) {
!         for (var i=0; i < args.switches.length; i++) {
!           switch (args.switches[i].name)
!         {
!           case "county": document.illpf.county.value = 
args.switch_val["county"].toUpperCase(); break;
!           }
!         }
        }
!       var search_name = genealogy_parse_surname(args.q);
!       var first_name = genealogy_parse_givenname(args.q);
!       if (first_name != "") {
!         search_name += ", " + first_name;
!       }
!       document.illpf.name.value = search_name;
!       submitForm(illpf);
      }
    ]]></script>




-------------------------------------------------------
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