/[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

Contents of /trunk2/out/thesaurus.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 432 - (show annotations)
Sun Sep 12 20:36:33 2004 UTC (19 years, 6 months ago) by dpavlin
File MIME type: text/html
File size: 1474 byte(s)
navigation

1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"/>
5 <script type="text/javascript" src="bfilter/bfilter.js"></script>
6 <script type="text/javascript" src="bfilter/DescriptorHR.js"></script>
7 <script type="text/javascript">
8
9 function myfilter() {
10 // document.getElementById('textfilter').focus();
11 // document.getElementById('textfilter').caretPos=1;
12 // document.getElementById('textfilter').select();
13 document.myfilter = new BFilter(headlines);
14 }
15
16 </script>
17 <!--
18 <link rel="stylesheet" href="style.css" type="text/css">
19 -->
20 <title>Thesaurus</title>
21 </head>
22
23 <body onload="myfilter(); ">
24
25 <div style="width:20%; float: right; border: 1px solid red" id="debug">
26 </div>
27
28 <span style="background: #e0e0e0;">
29 <a href="search.html">search</a> |
30 <a href="thesaurus.html"><b>thesarus</b></a> |
31 <a href="browse.html">browse</a>
32 </span>
33
34 <form method="get" onSubmit="return false;">
35 <div class="filters">
36 <input autocomplete="off" class="filters" id="textfilter" title="enter a regular expression to filter by" onKeyUp="document.myfilter.filter(document,this.value);">
37 <!-- this button is strictly for looks -->
38 <input class="filters" value="filter" type="button">
39 </div>
40 </form>
41
42 <div id="status" style="font-size: 80%; color: gray;">
43 <!--
44 Enter few letters to filter by them
45 -->
46 </div>
47
48 <div id="results">
49 </div>
50
51 </body>
52

  ViewVC Help
Powered by ViewVC 1.1.26