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

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

revision 559 by dpavlin, Tue Oct 19 18:15:53 2004 UTC revision 560 by dpavlin, Sat Oct 30 23:04:37 2004 UTC
# Line 96  function printResults(result) Line 96  function printResults(result)
96    
97                  var e = document.createElement("a");                  var e = document.createElement("a");
98                  e.setAttribute("href","hijerarhija.html?o="+result[i].link);                  e.setAttribute("href","hijerarhija.html?o="+result[i].link);
99                  var regex = new RegExp(/ *\* */);                  var regex = new RegExp(/ *#C# */);
100                  if (results[i].title.match(regex)) {                  if (results[i].title.match(regex)) {
101                          e.appendChild(self.document.createTextNode(results[i].title.replace(regex,' ')));                          e.appendChild(self.document.createTextNode(results[i].title.replace(regex,' ')));
102                          var pic = self.document.createElement("img");                          var pic = self.document.createElement("img");

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

  ViewVC Help
Powered by ViewVC 1.1.26