/[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 7 - (show annotations)
Tue Sep 7 17:44:56 2004 UTC (19 years, 7 months ago) by dpavlin
File MIME type: text/html
File size: 926 byte(s)
added path and headline to index, html_pre, html_mid, html_post JavaScript
variables for result html

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

  ViewVC Help
Powered by ViewVC 1.1.26