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

Contents of /trunk2/output_template/html.tt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 390 - (show annotations)
Wed Jul 21 16:18:45 2004 UTC (19 years, 8 months ago) by dpavlin
File size: 373 byte(s)
first cut into making jsFind-based search

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

  ViewVC Help
Powered by ViewVC 1.1.26