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-serv24410/addons/genealogy
Modified Files:
iddi.xml
Log Message:
iddi: updated name to include years covered and added some help
Index: iddi.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/addons/genealogy/iddi.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** iddi.xml 22 Aug 2002 20:23:50 -0000 1.2
--- iddi.xml 9 Sep 2002 00:21:18 -0000 1.3
***************
*** 1,4 ****
<search function="iddi">
! <name>Idaho Death Index</name>
<category>Genealogy</category>
<contributor>Brent Beardsley</contributor>
--- 1,4 ----
<search function="iddi">
! <name>Idaho Death Index 1911-1951</name>
<category>Genealogy</category>
<contributor>Brent Beardsley</contributor>
***************
*** 6,21 ****
<email></email>
<description>
! Search the Idaho Death Index
</description>
<form name="iddif"
method="post"
action="http://abish.byui.edu/specialCollections/fhc/Death/masterForm.cfm">
-
- <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="" />
<COMMENT>
- The input element above, "county", was a SELECT element with the following
options...
<select name="county">
<option value="">All Counties</option>
--- 6,27 ----
<email></email>
<description>
! Search the Idaho Death Index 1911-1951
! <div class="helpboxDescLabels">Switches:</div>
! <table class="helpboxDescTable">
! <tr><td>/county</td><td> - </td><td>Specify the county to search
in</td></tr>
! </table>
! <div class="helpboxDescLabels">Examples:</div>
! <table class="helpboxDescTable">
! <tr><td>iddi jones, john w</td></tr>
! <tr><td>iddi jones</td></tr>
! <tr><td>iddi /county:gem jones, james</td></tr>
! </table>
</description>
<form name="iddif"
method="post"
action="http://abish.byui.edu/specialCollections/fhc/Death/masterForm.cfm">
<input type="hidden" name="name" value="" />
<input type="hidden" name="county" value="" />
<COMMENT>
<select name="county">
<option value="">All Counties</option>
***************
*** 74,96 ****
return;
! if( q == "" )
! {
! openSearchWindow("http://abish.byui.edu/");
return;
}
!
! var args = parseArgs(q, "county");
! if (args != null) {
! document.iddif["county"].value = "";
! if (args.switches.length == 1) {
! if (args.switches[0].name == "county") {
! document.iddif["county"].value =
args.switch_val["county"];
! }
! }
! document.iddif.name.value = args.q;
! submitForm(iddif);
! return;
! }
! nullArgs("iddi", "?");
}
]]></script>
--- 80,96 ----
return;
! var args = parseArgs(q, "county");
! if (args != null) {
! document.iddif["county"].value = "";
! if (args.switches.length == 1) {
! if (args.switches[0].name == "county") {
! document.iddif["county"].value = args.switch_val["county"];
! }
! }
! document.iddif.name.value = args.q;
! submitForm(iddif);
return;
}
! nullArgs("iddi", "?");
}
]]></script>
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/