/[webpac]/trunk2/out/js/usage.js
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/js/usage.js

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

revision 465 by dpavlin, Thu Sep 23 18:23:13 2004 UTC revision 470 by dpavlin, Fri Sep 24 20:31:11 2004 UTC
# Line 116  function printResults(result) Line 116  function printResults(result)
116      var e = document.createElement("font");      var e = document.createElement("font");
117    
118      e = document.createElement("a");      e = document.createElement("a");
119      e.setAttribute("href",result[i].link+location.search);      e.setAttribute("href","browse.html?o="+result[i].link+"#mfn"+result[i].link);
 //    e.setAttribute("target","_blank");  
120      e.appendChild(document.createTextNode(result[i].title));      e.appendChild(document.createTextNode(result[i].title));
121      d.appendChild(e);      d.appendChild(e);
122      d.appendChild(document.createTextNode(" "));      d.appendChild(document.createTextNode(" "));
123    
124        e = document.createElement("a");
125        e.setAttribute("href","thes/"+result[i].link+".html"+location.search);
126        e.setAttribute("target","popup");
127        e.onclick = function() { return popup(e) };
128        e.appendChild(document.createTextNode("\u00bb"));
129        d.appendChild(e);
130    /*
131      e = document.createElement("font");      e = document.createElement("font");
132      e.setAttribute("color","gray");      e.setAttribute("color","gray");
133      e.appendChild(document.createTextNode("["+result[i].frequency+"]"));      e.appendChild(document.createTextNode("["+result[i].frequency+"]"));
134      d.appendChild(e);      d.appendChild(e);
135    */
136      d.appendChild(document.createElement("br"));      d.appendChild(document.createElement("br"));
137    }    }
138    

Legend:
Removed from v.465  
changed lines
  Added in v.470

  ViewVC Help
Powered by ViewVC 1.1.26