/[jsFind]/trunk/html/search.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/html/search.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4 by dpavlin, Tue Jul 20 17:08:06 2004 UTC revision 18 by dpavlin, Sun Oct 3 21:24:57 2004 UTC
# Line 35  Line 35 
35        <script type="text/javascript">        <script type="text/javascript">
36          document.write("<input name=\"query\" value=\"");          document.write("<input name=\"query\" value=\"");
37    
38          if(args.query)          if (args.query) {
         {  
39            var search_string = args.query.replace(/\+/gi," ");            var search_string = args.query.replace(/\+/gi," ");
40            document.write(search_string);            document.write(search_string);
41          }          }
# Line 49  Line 48 
48    
49      <script type="text/javascript">      <script type="text/javascript">
50    
51        if (args.query)        if (args.query) {
       {  
52          document.write("<div id=\"results\"><h2>Please wait...</h2></div>\n");          document.write("<div id=\"results\"><h2>Please wait...</h2></div>\n");
53          doSearch(args.index_name, args.query, printResults);          doSearch(args.index_name, args.query, printResults);
54        }              }      
# Line 61  Line 59 
59        results will be only those documents which contain <b>ALL</b> of the        results will be only those documents which contain <b>ALL</b> of the
60        requested keywords</p>        requested keywords</p>
61    
62        <div id="debug" style="color: gray;">
63        </div>
64    
65    </body>    </body>
66  </html>  </html>

Legend:
Removed from v.4  
changed lines
  Added in v.18

  ViewVC Help
Powered by ViewVC 1.1.26