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-serv31110/addons/genealogy
Modified Files:
gendex.xml
Log Message:
cleaned up gendex search, removed rwmap (screw up shouldn't have been added)
Index: gendex.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/addons/genealogy/gendex.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** gendex.xml 24 Aug 2002 04:58:44 -0000 1.1
--- gendex.xml 3 Oct 2002 06:32:24 -0000 1.2
***************
*** 1,13 ****
<search function="gendex">
- <COMMENT>
-
- This search file was initially created by Dave's Quick Search Deskbar
- Search Wizard version 0.5 (beta) on 08/23/02 at 20:57:35
-
- 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>Gendex Search</name>
<category>Genealogy</category>
--- 1,3 ----
***************
*** 22,28 ****
action="http://www.gendex.com:8080/display">
<input type="hidden" name="page" value="surnames" />
-
- <COMMENT> The following field was active (i.e. had focus) when the search was
generated. </COMMENT>
-
<input type="hidden" name="prefix" value="" />
</form>
--- 12,15 ----
***************
*** 34,51 ****
return;
- if( q == "" )
- {
- openSearchWindow("http://www.gendex.com:");
- return;
- }
-
- // FORM variables for gendexf
- //document.gendexf.page.value = "";
-
- // 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.gendexf.prefix.value = genealogy_parse_surname(q);
-
submitForm(gendexf);
}
--- 21,25 ----
-------------------------------------------------------
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/