/[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 398 - (hide annotations)
Sat Jul 24 13:48:08 2004 UTC (19 years, 8 months ago) by dpavlin
File size: 576 byte(s)
moved headline information into $webpac->{'headline'} after data_structure is
called. This makes headline desapier from output templates, and namebles new
template veriable 'headline' to contain headline.

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

  ViewVC Help
Powered by ViewVC 1.1.26