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

Annotation of /trunk2/output_template/html.tt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 394 - (hide annotations)
Wed Jul 21 21:53:12 2004 UTC (19 years, 8 months ago) by dpavlin
File size: 496 byte(s)
add highlighter for search terms

1 dpavlin 390 <html>
2     <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
4     <title>[% d.headline %]</title>
5 dpavlin 394 <script src="../js/highlight.js" language="Javascript" type="text/javascript"></script></script>
6 dpavlin 390 </head>
7 dpavlin 394 <body onLoad="init_google();" >
8 dpavlin 390 <table>
9     [%
10     FOREACH d IN data ;
11     IF d.display
12     -%]
13     <tr[% IF loop.count % 2 == 0 ; ' bgcolor="#e0e0e0"' ; END %]>
14     <td>
15     <!-- [% d.tag %] -->
16     [% d.name %]
17     </td>
18     <td>[% d.display.join(", ") %]</td>
19     </tr>
20     [% END ;
21     END ;
22     -%]
23     </table>

  ViewVC Help
Powered by ViewVC 1.1.26