/[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 395 by dpavlin, Wed Jul 21 16:45:47 2004 UTC revision 396 by dpavlin, Thu Jul 22 19:00:27 2004 UTC
# Line 110  function printResults(result) Line 110  function printResults(result)
110    {    {
111      var e = document.createElement("font");      var e = document.createElement("font");
112    
     e.setAttribute("color","blue");  
     e.setAttribute("size","+1");  
     e.appendChild(document.createTextNode(result[i].title));  
     d.appendChild(e);  
     d.appendChild(document.createTextNode(" "));  
     d.appendChild(document.createElement("br"));  
   
113      e = document.createElement("a");      e = document.createElement("a");
114      e.setAttribute("href",result[i].link);      e.setAttribute("href",result[i].link);
115      e.setAttribute("target","_blank");      e.setAttribute("target","_blank");
116      e.appendChild(document.createTextNode(result[i].link));      e.appendChild(document.createTextNode(result[i].title));
117      d.appendChild(e);      d.appendChild(e);
118      d.appendChild(document.createTextNode(" "));      d.appendChild(document.createTextNode(" "));
119    
120      e = document.createElement("font");      e = document.createElement("font");
121      e.setAttribute("color","green");      e.setAttribute("color","gray");
122      e.appendChild(document.createTextNode("["+result[i].frequency+"]"));      e.appendChild(document.createTextNode("["+result[i].frequency+"]"));
123      d.appendChild(e);      d.appendChild(e);
124      d.appendChild(document.createElement("br"));      d.appendChild(document.createElement("br"));

Legend:
Removed from v.395  
changed lines
  Added in v.396

  ViewVC Help
Powered by ViewVC 1.1.26