/[clipping]/templates/latest_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

Annotation of /templates/latest_c_customer.tt2

Parent Directory Parent Directory | Revision Log Revision Log


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

1 dpavlin 1.1 <!-- requires action=view_c_customer -->
2    
3    
4     <div id="reverse">Customer</div>
5    
6     <table>
7     [% FOREACH c_customer = view_c_customer %]
8     <tr>
9     <th>&nbsp;</th>
10     <th>value</th>
11     </tr>
12    
13     <tr>
14     <th>name</th>
15     <td>
16     [% FILTER html_para %]
17     [% c_customer.c_customer_name %]
18     [% END %]
19     </td>
20     </tr>
21    
22     <tr>
23     <th>phone</th>
24     <td>
25     [% FILTER html_para %]
26     [% c_customer.c_customer_phone %]
27     [% END %]
28     </td>
29     </tr>
30    
31     <tr>
32     <th>email</th>
33     <td>
34     [% FILTER html_para %]
35     [% c_customer.c_customer_email %]
36     [% END %]
37     </td>
38     </tr>
39    
40     <tr>
41     <th>notes</th>
42     <td>
43     [% FILTER html_para %]
44     [% c_customer.c_customer_notes %]
45     [% END %]
46     </td>
47     </tr>
48    
49     [% END %]
50     </table>

  ViewVC Help
Powered by ViewVC 1.1.26