/[clipping]/templates/latest_c_type.tt2
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 /templates/latest_c_type.tt2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Fri Jan 16 22:46:52 2004 UTC (20 years, 2 months ago) by dpavlin
Branch: MAIN, phperl
CVS Tags: r20040116, HEAD
Changes since 1.1: +0 -0 lines
initial import of downloaded version

1 <!-- requires action=view_c_type -->
2
3
4 <div id="reverse">Type</div>
5
6 <table>
7 [% FOREACH c_type = view_c_type %]
8 <tr>
9 <th>&nbsp;</th>
10 <th>value</th>
11 </tr>
12
13 <tr>
14 <th>description</th>
15 <td>
16 [% FILTER html_para %]
17 [% c_type.c_type_description %]
18 [% END %]
19 </td>
20 </tr>
21
22 <tr>
23 <th>notes</th>
24 <td>
25 [% FILTER html_para %]
26 [% c_type.c_type_notes %]
27 [% END %]
28 </td>
29 </tr>
30
31 [% END %]
32 </table>

  ViewVC Help
Powered by ViewVC 1.1.26