/[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 589 - (hide annotations)
Sat Nov 6 21:01:54 2004 UTC (19 years, 4 months ago) by dpavlin
File size: 955 byte(s)
add local navigation (back/forward)

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 476 <link rel="stylesheet" href="../listic.css" type="text/css">
8 dpavlin 390 </head>
9 dpavlin 394 <body onLoad="init_google();" >
10 dpavlin 390 <table>
11 dpavlin 589 <tr class="nav">
12     <td align="left"><a href="javascript:history.back();">&laquo;&laquo;</a></td>
13     <td align="right"><a href="javascript:history.forward();">&raquo;&raquo;</a></td>
14     </tr>
15 dpavlin 390 [%
16     FOREACH d IN data ;
17     IF d.display
18     -%]
19 dpavlin 472 <tr class="[% d.tag %]">
20 dpavlin 390 <td>
21     [% d.name %]
22     </td>
23 dpavlin 510 <td>
24     [%
25 dpavlin 581 IF (d.tag == 'BroaderTerm' || d.tag == 'NarrowerTerm' || d.tag == 'RelatedTerm') ; '<ul><li>' ; d.display.sort.join("</li><li>") | CROVOC_img ; '</li></ul>' ;
26 dpavlin 560 ELSE ; d.display.join(" ") | CROVOC_img ; END
27 dpavlin 510 -%]
28     </td>
29 dpavlin 390 </tr>
30     [% END ;
31     END ;
32     -%]
33     </table>

  ViewVC Help
Powered by ViewVC 1.1.26