/[webpac]/trunk2/out/thesaurus.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/out/thesaurus.html

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

revision 468 by dpavlin, Fri Sep 24 17:06:07 2004 UTC revision 470 by dpavlin, Fri Sep 24 20:31:11 2004 UTC
# Line 3  Line 3 
3  <head>  <head>
4  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"/>  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"/>
5  <script type="text/javascript" src="bfilter/bfilter.js"></script>  <script type="text/javascript" src="bfilter/bfilter.js"></script>
6    <script type="text/javascript" src="js/popup.js"></script>
7  <script type="text/javascript" src="bfilter/DescriptorHR.js"></script>  <script type="text/javascript" src="bfilter/DescriptorHR.js"></script>
8  <script type="text/javascript">  <script type="text/javascript">
9    
# Line 16  function myfilter() { Line 17  function myfilter() {
17                  var r = element_id('results');                  var r = element_id('results');
18                  if (r) {                  if (r) {
19                          var e = self.document.createElement("a");                          var e = self.document.createElement("a");
20                          e.setAttribute("href","browse.html?o="+arr[1]);                          e.setAttribute("href","browse.html?o="+arr[1]+"#mfn"+arr[1]);
21                          e.appendChild(self.document.createTextNode(arr[0]));                          e.appendChild(self.document.createTextNode(arr[0]));
22                          r.appendChild(e);                          r.appendChild(e);
23    
# Line 24  function myfilter() { Line 25  function myfilter() {
25    
26                          e = self.document.createElement("a");                          e = self.document.createElement("a");
27                          e.setAttribute("href","thes/"+arr[1]+".html");                          e.setAttribute("href","thes/"+arr[1]+".html");
28                          //e.setAttribute("target","_blank");                          e.setAttribute("target","popup");
29                          e.appendChild(self.document.createTextNode(">>"));                          e.onclick = function() { return popup(e) };
30                            e.appendChild(self.document.createTextNode("\u00bb"));
31                          r.appendChild(e);                          r.appendChild(e);
32    
33                          r.appendChild(self.document.createElement("br"));                          r.appendChild(self.document.createElement("br"));

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

  ViewVC Help
Powered by ViewVC 1.1.26