/[bfilter]/trunk/bfilter.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 /trunk/bfilter.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Tue Sep 7 08:33:53 2004 UTC (19 years, 7 months ago) by dpavlin
File MIME type: text/html
File size: 848 byte(s)
initial import into svn: linear search version

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 <script type="text/javascript" src="bfilter.js"></script>
5 <script type="text/javascript" src="DeskriptorHr.js"></script>
6 <!--
7 <link rel="stylesheet" href="style.css" type="text/css">
8 -->
9 <title>Filter entries</title>
10 </head>
11
12 <body onload="bfilter_init(); ">
13
14 <form method="get" onSubmit="return false;">
15 <div class="filters">
16 <input class="filters" id="textfilter" title="enter a regular expression to filter by" onKeyUp="bfilter(document,'filter',this.value,headlines);">
17 <!-- this button is strictly for looks -->
18 <input class="filters" value="filter" type="button">
19 </div>
20 </form>
21
22 <div id="status" style="font-size: 80%; color: gray;">
23 Enter few letters to filter by them
24 </div>
25
26 <div id="results">
27 </div>
28
29 </body>
30

  ViewVC Help
Powered by ViewVC 1.1.26