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

Diff of /trunk2/output_template/index.tt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 412 by dpavlin, Sun Sep 5 22:22:37 2004 UTC revision 413 by dpavlin, Tue Sep 7 18:02:06 2004 UTC
# Line 1  Line 1 
 <html>  
 <head>  
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">  
  <title>[% index_name %]</title>  
  <script src="js/filter.js" language="Javascript" type="text/javascript"></script>  
 </head>  
 <body onLoad="init_google();" >  
   
 <form method="get" onSubmit="return false;">  
  <input title="enter words to search index" onKeyUp="filter(document,'entries',this.value);">  
 </form>  
   
 <div id="status" style="font-size: 80%; color: gray;">  
 Enter few letters to filter by them  
 </div>  
   
 <ul id="entries">  
1  [% FOREACH e IN data -%]  [% FOREACH e IN data -%]
2  <li>  [% e.path %]    [% e.headline %]
  [% IF loop.count % 2 == 0 -%]<span style='bgcolor="#e0e0e0"'>[% END %]  
   <a href="[% e.path %]">[% e.headline %]</a>  
  [% IF loop.count % 2 == 0 -%]</span>[% END %]  
 </li>  
3  [% END -%]  [% END -%]
 </ul>  

Legend:
Removed from v.412  
changed lines
  Added in v.413

  ViewVC Help
Powered by ViewVC 1.1.26