/[webpac]/trunk2/eurovoc/abecedno.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/eurovoc/abecedno.html

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

revision 558 by dpavlin, Tue Oct 26 22:32:42 2004 UTC revision 559 by dpavlin, Sat Oct 30 20:07:53 2004 UTC
# Line 144  function load_lang(lang) { Line 144  function load_lang(lang) {
144  }  }
145    
146  function do_filter(filter) {  function do_filter(filter) {
         element_id('status').innerHTML = "Pretraživanje u tijeku...";  
147          set_cookie('w2_lastsearch', filter);          set_cookie('w2_lastsearch', filter);
148          var f = l2_unescape(filter);          var f = l2_unescape(filter);
149          f = f.substr(0,2) + unac(f.substr(2,f.length-2));          f = f.substr(0,2) + unac(f.substr(2,f.length-2));
150          if (self.document.myfilter) self.document.myfilter.filter(f);          if (self.document.myfilter) {
151                    element_id('status').innerHTML = "Pretraživanje u tijeku...";
152                    self.document.myfilter.filter(f);
153            }
154  }  }
155    
156  function load_lang_finished() {  function load_lang_finished() {
# Line 157  function load_lang_finished() { Line 159  function load_lang_finished() {
159          self.document.myfilter.arr=headlines;          self.document.myfilter.arr=headlines;
160          element_id('lang').disabled = false;          element_id('lang').disabled = false;
161          element_id('textfilter').disabled = false;          element_id('textfilter').disabled = false;
162          do_filter(element_id('textfilter').value);          var q = element_id('textfilter').value;
163            if (q && q.length >= self.document.myfilter.min_len) {
164                    do_filter(q);
165            } else {
166                    self.document.myfilter.show_status();
167            }
168          return false;          return false;
169  }  }
170    
# Line 294  function select_option(value,text,select Line 301  function select_option(value,text,select
301                  <td class="topRsv"></td>                  <td class="topRsv"></td>
302            </tr>            </tr>
303            <tr>            <tr>
304                  <td colspan="3" class="menuItem2">Upute za prikaz abecednih kazala</td>                  <td colspan="3" class="menuItem2">Upute za prikaz <br>abecednih kazala</td>
305            </tr>            </tr>
306            <tr>            <tr>
307                  <td colspan="3" class="menuItem">                  <td colspan="3" class="menuItem">

Legend:
Removed from v.558  
changed lines
  Added in v.559

  ViewVC Help
Powered by ViewVC 1.1.26