/[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 448 by dpavlin, Wed Sep 15 16:53:51 2004 UTC revision 452 by dpavlin, Wed Sep 15 21:16:22 2004 UTC
# Line 14  function myfilter() { Line 14  function myfilter() {
14    
15          document.myfilter.result = function (arr) {          document.myfilter.result = function (arr) {
16                  return '<li><a href="thes/'+arr[1]+'.html">'+arr[0]+'</a>'+                  return '<li><a href="thes/'+arr[1]+'.html">'+arr[0]+'</a>'+
17                  '&nbsp;<a href="browse.html?o='+arr[1]+'">&#8258;</a>' +                  '&nbsp;<a href="browse.html?o='+arr[1]+'">&curren;</a>' +
18                  '</li>';                  '</li>';
19          }          }
20    
# Line 25  function myfilter() { Line 25  function myfilter() {
25  }  }
26    
27  </script>  </script>
28    <script type="text/javascript" src="bfilter/hide.js"></script>
29  <!--  <!--
30  <link rel="stylesheet" href="style.css" type="text/css">  <link rel="stylesheet" href="style.css" type="text/css">
31  -->  -->
# Line 33  function myfilter() { Line 34  function myfilter() {
34    
35  <body onload="myfilter(); ">  <body onload="myfilter(); ">
36    
37  <div style="width:20%; float: right; border: 1px solid red" id="debug">  <div style="float: right; width: 10em; text-align: center; margin: 0.5m">
38    <a href="#" onClick="toggle_display('debug');">debug</a>
39    
40    <div style="text-align: left; border: 1px dashed #c0c0c0; display: none;" id="debug">
41    </div>
42    
43  </div>  </div>
44    
45  <span style="background: #e0e0e0;">  <span style="background: #e0e0e0;">

Legend:
Removed from v.448  
changed lines
  Added in v.452

  ViewVC Help
Powered by ViewVC 1.1.26