View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsd/searches
In directory sc8-pr-cvs1:/tmp/cvs-serv14808/searches

Modified Files:
        telfr.xml 
Added Files:
        encyfr.xml 
Log Message:
New Search
* encyfr - Search the encyclop�die Voila with Hachette Multim�dia

Modified Search
* telfr - updated accordingly to the web site

-- Wow, the changelog is getting huge --

--- NEW FILE: encyfr.xml ---
<search function="encyfr">
  <name>Encyclop&#233;die Voila</name>
  <category>Reference</category>
  <contributor>MLL</contributor>
  <link>http://encyclo.voila.fr/</link>
  <email></email>
  <description>
  Serch the encyclop&#233;die Voila with Hachette Multim&#233;dia
    <div class="helpboxDescLabels">Examples:</div>
    <table class="helpboxDescTable">
      <tr><td></td></tr>
      <tr><td></td></tr>
    </table>
  </description>
  <form name="encyfrf"
        method="get"
        action="http://encyclo.voila.fr/cgi-bin/frame";>

    <COMMENT> The following field was active (i.e. had focus) when the search was 
generated. </COMMENT>

    <input type="hidden" name="str" value="" />
    <input type="hidden" name="ft" value="0" />
    <input type="hidden" name="fd" value="0" />
    <input type="hidden" name="fm" value="0" />
    <input type="hidden" name="fa" value="0" />
  </form>
  <script><![CDATA[
    function encyfr(q)
    {
      if( nullArgs("encyfr", q) )
        return;

      // FORM variables for encyfrf

      // 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.encyfrf.str.value = q;
      //document.encyfrf.ft.value = "";
      //document.encyfrf.fd.value = "";
      //document.encyfrf.fm.value = "";
      //document.encyfrf.fa.value = "";

      submitForm(encyfrf);
    }
  ]]></script>
  <copyright>
    The following applies if this file is included and distributed with Dave's Quick 
Search Deskbar:
    Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public 
License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  </copyright>
  <created_by>
    This search file was initially created on 02/03/03 at 10:13:57
    by Dave's Quick Search Deskbar Search Wizard version 1.0.1 ,
    Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General 
Public License, Version 2
  </created_by>
</search>

Index: telfr.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/telfr.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** telfr.xml   30 Aug 2002 03:24:56 -0000      1.3
--- telfr.xml   6 Mar 2003 20:22:22 -0000       1.4
***************
*** 12,15 ****
--- 12,24 ----
    <contributor>MLL</contributor>
    <todo>allow several criterias (last name, city,...)</todo>
+   
+   <form name="telfrf"
+         method="get"
+         action="http://www.infobel.com/france/wp/revsearch/result.asp";>
+     <input type="hidden" name="qcitycode" value="" />
+     <input type="hidden" name="qstreetcode" value="" />
+     <input type="hidden" name="qnacecode" value="" />
+     <input type="hidden" name="qphone" value="" />
+   </form>
  
    <script><![CDATA[
***************
*** 17,21 ****
      {
        if( nullArgs( "telfr", q ) ) return false;
!       openSearchWindow( 
"http://www.infobel.com/france/wp/search/result.asp?qSearchType=RWP&qCountryCode=fr&QLANGUAGE=1&qphone=";
 + q );
      }
    ]]></script>
--- 26,32 ----
      {
        if( nullArgs( "telfr", q ) ) return false;
! 
!       document.telfrf.qphone.value = q;
!       submitForm(telfrf);
      }
    ]]></script>
***************
*** 27,28 ****
--- 38,40 ----
    </copyright>
  </search>
+ 




-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
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