/[clipping]/templates/latest_c_news.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_news.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, 3 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_news -->
2
3
4 <div id="reverse">News</div>
5
6 <table>
7 [% FOREACH c_news = view_c_news %]
8 <tr>
9 <th>&nbsp;</th>
10 <th>value</th>
11 </tr>
12
13 <tr>
14 <th>source</th>
15 <td>
16 [% c_news.c_source_description %]
17 </td>
18 </tr>
19
20 <tr>
21 <th>customer</th>
22 <td>
23 [% c_news.c_customer_name %]
24 </td>
25 </tr>
26
27 <tr>
28 <th>type</th>
29 <td>
30 [% c_news.c_type_description %]
31 </td>
32 </tr>
33
34 <tr>
35 <th>section</th>
36 <td>
37 [% FILTER html_para %]
38 [% c_news.c_news_section %]
39 [% END %]
40 </td>
41 </tr>
42
43 <tr>
44 <th>page/url</th>
45 <td>
46 [% FILTER html_para %]
47 [% c_news.c_news_page %]
48 [% END %]
49 </td>
50 </tr>
51
52 <tr>
53 <th>title</th>
54 <td>
55 [% FILTER html_para %]
56 [% c_news.c_news_title %]
57 [% END %]
58 </td>
59 </tr>
60
61 <tr>
62 <th>abstract</th>
63 <td>
64 [% FILTER html_para %]
65 [% c_news.c_news_abstract %]
66 [% END %]
67 </td>
68 </tr>
69
70 <tr>
71 <th>full text (if available)</th>
72 <td>
73 [% FILTER html_para %]
74 [% c_news.c_news_full_text %]
75 [% END %]
76 </td>
77 </tr>
78
79 [% END %]
80 </table>

  ViewVC Help
Powered by ViewVC 1.1.26