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-serv14319/addons/genealogy
Modified Files:
surhelp.xml
Log Message:
surhelp - now parse the surname out of the query string
Index: surhelp.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/addons/genealogy/surhelp.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** surhelp.xml 22 Aug 2002 20:23:50 -0000 1.2
--- surhelp.xml 10 Oct 2002 04:10:34 -0000 1.3
***************
*** 10,16 ****
method="post"
action="http://surhelp-bin.rootsweb.com/sursrch.pl">
-
- <COMMENT> The following field was active (i.e. had focus) when the search was
generated. </COMMENT>
-
<input type="hidden" name="surname" value="" />
<input type="hidden" name="site_typ" value="" />
--- 10,13 ----
***************
*** 422,443 ****
return;
! if( q == "" )
! {
! openSearchWindow("http://surhelp.rootsweb.com/");
! return;
! }
!
! // FORM variables for surhelpf
!
! // 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.surhelpf.surname.value = q;
! //document.surhelpf.site_typ.value = "";
! //document.surhelpf.post_typ.value = "";
! //document.surhelpf.post_dt.value = "";
! //document.surhelpf.locale.value = "";
! //document.surhelpf.search.value = "";
!
submitForm(surhelpf);
}
--- 419,423 ----
return;
! document.surhelpf.surname.value = genealogy_parse_surname(q);
submitForm(surhelpf);
}
-------------------------------------------------------
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/