/[webpac]/trunk2/out/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 /trunk2/out/search.html

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

revision 508 by dpavlin, Sun Oct 10 19:15:45 2004 UTC revision 536 by dpavlin, Sun Oct 24 09:15:44 2004 UTC
# Line 59  function select_option(value,text,select Line 59  function select_option(value,text,select
59    
60  <span style="background: #e0e0e0;">  <span style="background: #e0e0e0;">
61      <a href="search.html"><b>search</b></a> |      <a href="search.html"><b>search</b></a> |
62      <a href="thesaurus.html">thesarus</a> |      <a href="browse.html">browse</a> |
63      <a href="browse.html">browse</a>      <a href="alphabetical.html">alphabetical</a>
64  </span>  </span>
65    
66  <div>  <div>
# Line 77  function select_option(value,text,select Line 77  function select_option(value,text,select
77          select_option("all","Sve riječi",lang);          select_option("all","Sve riječi",lang);
78          document.write('</select>');          document.write('</select>');
79    
80          document.write("<input name=\"query\" value=\"");          document.write('<input name="query" value="');
81    
82          if (args.query) {          if (args && args.query) {
83            var search_string = args.query.replace(/\+/gi," ");            var search_string = args.query.replace(/\+/gi," ");
84            document.write(search_string);            document.write(search_string);
85          }          }
86    
87          document.write("\" type=\"text\" size=\"30\"/>\n");          document.write('" type="text" size="30"/>');
88        // -->        // -->
89        </script>        </script>
90    

Legend:
Removed from v.508  
changed lines
  Added in v.536

  ViewVC Help
Powered by ViewVC 1.1.26