/[clipping]/templates/detail_c_customer.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/detail_c_customer.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_customer -->
2
3
4 <table>
5
6 <tr>
7 <th class="detail">name</th>
8 <td class="detail">
9 [% FILTER html_para %]
10 [% view_c_customer.first.c_customer_name %]
11 [% END %]
12 </td>
13 </tr>
14
15 <tr>
16 <th class="detail">phone</th>
17 <td class="detail">
18 [% FILTER html_para %]
19 [% view_c_customer.first.c_customer_phone %]
20 [% END %]
21 </td>
22 </tr>
23
24 <tr>
25 <th class="detail">email</th>
26 <td class="detail">
27 [% FILTER html_para %]
28 [% view_c_customer.first.c_customer_email %]
29 [% END %]
30 </td>
31 </tr>
32
33 <tr>
34 <th class="detail">notes</th>
35 <td class="detail">
36 [% FILTER html_para %]
37 [% view_c_customer.first.c_customer_notes %]
38 [% END %]
39 </td>
40 </tr>
41
42 </table>
43
44
45 [% IF (view_c_news.size) %]
46 <div id="sub_tbl">
47 <div id="reverse">News</div>
48 [% PROCESS tbl_c_news.tt2
49 show_c_news_c_customer = 'no'
50 show_filter_c_news = 'no' %]
51 </div>
52 [% END %]
53

  ViewVC Help
Powered by ViewVC 1.1.26