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

Modified Files:
        wcon.xml 
Log Message:
cleaned up wcon and added some examples

Index: wcon.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/addons/genealogy/wcon.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wcon.xml    22 Aug 2002 20:23:50 -0000      1.2
--- wcon.xml    12 Oct 2002 05:11:43 -0000      1.3
***************
*** 1,13 ****
  <search function="wcon">
-   <COMMENT>
- 
-     This search file was initially created by Dave's Quick Search Deskbar
-     Search Wizard version 0.5 (beta) on 08/21/02 at 18:22:55
- 
-     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>WorldConnect at Rootsweb.com</name>
    <category>Genealogy</category>
--- 1,3 ----
***************
*** 17,27 ****
    <description>
    Search WorldConnect Project at Rootsweb.com
    </description>
    <form name="wconf"
          method="post"
          action="http://worldconnect.genealogy.rootsweb.com/cgi-bin/igm.cgi";>
- 
-     <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="given" value="" />
--- 7,20 ----
    <description>
    Search WorldConnect Project at Rootsweb.com
+     <div class="helpboxDescLabels">Examples:</div>
+     <table class="helpboxDescTable">
+       <tr><td>wcon beardsley</td></tr>
+       <tr><td>wcon beardsley, william</td></tr>
+     </table>
+ 
    </description>
    <form name="wconf"
          method="post"
          action="http://worldconnect.genealogy.rootsweb.com/cgi-bin/igm.cgi";>
      <input type="hidden" name="surname" value="" />
      <input type="hidden" name="given" value="" />
***************
*** 34,51 ****
          return;
  
-       if( q == "" )
-       {
-         openSearchWindow("http://worldconnect.genealogy.rootsweb.com/";);
-         return;
-       }
- 
-       // FORM variables for wconf
- 
-       // 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.wconf.surname.value = genealogy_parse_surname(q);
        document.wconf.given.value = genealogy_parse_givenname(q);
- 
        submitForm(wconf);
      }
--- 27,32 ----




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