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

Diff of /trunk2/output_template/html.tt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 510 by dpavlin, Sun Oct 10 19:32:33 2004 UTC revision 589 by dpavlin, Sat Nov 6 21:01:54 2004 UTC
# Line 8  Line 8 
8  </head>  </head>
9  <body onLoad="init_google();" >  <body onLoad="init_google();" >
10  <table>  <table>
11    <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  [%  [%
16          FOREACH d IN data ;          FOREACH d IN data ;
17                  IF d.display                  IF d.display
# Line 18  Line 22 
22   </td>   </td>
23   <td>   <td>
24  [%  [%
25                          IF d.tag == 'NarrowerTerm' ; '<ul><li>' ; d.display.join(" ") ; '</li></ul>' ;                          IF (d.tag == 'BroaderTerm' || d.tag == 'NarrowerTerm' || d.tag == 'RelatedTerm') ; '<ul><li>' ; d.display.sort.join("</li><li>") | CROVOC_img ; '</li></ul>' ;
26                          ELSE ; d.display.join(" ") ; END                          ELSE ; d.display.join(" ") | CROVOC_img ; END
27  -%]  -%]
28   </td>   </td>
29  </tr>  </tr>

Legend:
Removed from v.510  
changed lines
  Added in v.589

  ViewVC Help
Powered by ViewVC 1.1.26