/[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 515 by dpavlin, Sun Oct 10 19:15:45 2004 UTC revision 516 by dpavlin, Mon Oct 18 15:25:03 2004 UTC
# 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.515  
changed lines
  Added in v.516

  ViewVC Help
Powered by ViewVC 1.1.26