/[webpac]/trunk2/output_template/index.tt
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/output_template/index.tt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 411 - (show annotations)
Sun Sep 5 22:22:37 2004 UTC (19 years, 6 months ago) by dpavlin
File size: 728 byte(s)
implemented filtered sorted indexes

1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
4 <title>[% index_name %]</title>
5 <script src="js/filter.js" language="Javascript" type="text/javascript"></script>
6 </head>
7 <body onLoad="init_google();" >
8
9 <form method="get" onSubmit="return false;">
10 <input title="enter words to search index" onKeyUp="filter(document,'entries',this.value);">
11 </form>
12
13 <div id="status" style="font-size: 80%; color: gray;">
14 Enter few letters to filter by them
15 </div>
16
17 <ul id="entries">
18 [% FOREACH e IN data -%]
19 <li>
20 [% IF loop.count % 2 == 0 -%]<span style='bgcolor="#e0e0e0"'>[% END %]
21 <a href="[% e.path %]">[% e.headline %]</a>
22 [% IF loop.count % 2 == 0 -%]</span>[% END %]
23 </li>
24 [% END -%]
25 </ul>

  ViewVC Help
Powered by ViewVC 1.1.26