/[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 524 by dpavlin, Tue Oct 19 15:46:39 2004 UTC revision 526 by dpavlin, Tue Oct 19 15:50:13 2004 UTC
# Line 41  function myfilter() { Line 41  function myfilter() {
41                          e.setAttribute("href","thes/"+arr[1]+".html");                          e.setAttribute("href","thes/"+arr[1]+".html");
42                          e.setAttribute("target","popup");                          e.setAttribute("target","popup");
43                          e.onclick = function() { return popup(e) };                          e.onclick = function() { return popup(e) };
44                          e.appendChild(self.document.createTextNode("\u00bb"));                          var pic = self.document.createElement("img");
45                            pic.src = 'img/listic.png';
46                            pic.border = 0;
47                            e.appendChild(pic);
48                          li.appendChild(e);                          li.appendChild(e);
49    
50                          li.appendChild(self.document.createElement("br"));                          li.appendChild(self.document.createElement("br"));

Legend:
Removed from v.524  
changed lines
  Added in v.526

  ViewVC Help
Powered by ViewVC 1.1.26