/[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 472 - (show annotations)
Sun Sep 26 16:44:23 2004 UTC (19 years, 6 months ago) by dpavlin
File size: 516 byte(s)
create named anchor always on line as element (so that outlining won't
"miss" it), create classes in html based on tags.

1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
4 <title>[% headline %]</title>
5 <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 </head>
8 <body onLoad="init_google();" >
9 <table>
10 [%
11 FOREACH d IN data ;
12 IF d.display
13 -%]
14 <tr class="[% d.tag %]">
15 <td>
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