/[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 567 - (show annotations)
Sun Oct 31 19:28:09 2004 UTC (19 years, 5 months ago) by dpavlin
File size: 746 byte(s)
more magic

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 <link rel="stylesheet" href="../listic.css" type="text/css">
8 </head>
9 <body onLoad="init_google();" >
10 <table>
11 [%
12 FOREACH d IN data ;
13 IF d.display
14 -%]
15 <tr class="[% d.tag %]">
16 <td>
17 [% d.name %]
18 </td>
19 <td>
20 [%
21 IF (d.tag == 'BroaderTerm' || d.tag == 'NarrowerTerm') ; '<ul><li>' ; d.display.sort.join("</li><li>") | CROVOC_img ; '</li></ul>' ;
22 ELSE ; d.display.join(" ") | CROVOC_img ; END
23 -%]
24 </td>
25 </tr>
26 [% END ;
27 END ;
28 -%]
29 </table>

  ViewVC Help
Powered by ViewVC 1.1.26