/[clipping]/templates/frm_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/frm_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, 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 dpavlin 1.1 <!-- requires action=select_c_customer -->
2    
3    
4     [% PROCESS js_c_customer.tt2 %]
5    
6     <form method="post" action="[% script_name %]" onSubmit="return(Validation())">
7     <input type="hidden" name="action" value="[% frm_action %]">
8     <input type="hidden" name="template" value="[% frm_template %]">
9     <input type="hidden" name="c_customer_id" value="[% select_c_customer.first.c_customer_id %]">
10    
11     <table>
12    
13     <tr>
14     <th class="frm">name</th>
15     <td class="frm">
16     <INPUT type="text" name="c_customer_name" size="40" value="[% select_c_customer.first.c_customer_name %]">
17     </td>
18     </tr>
19    
20     <tr>
21     <th class="frm">phone</th>
22     <td class="frm">
23     <INPUT type="text" name="c_customer_phone" size="40" value="[% select_c_customer.first.c_customer_phone %]">
24     </td>
25     </tr>
26    
27     <tr>
28     <th class="frm">email</th>
29     <td class="frm">
30     <INPUT type="text" name="c_customer_email" size="40" value="[% select_c_customer.first.c_customer_email %]">
31     </td>
32     </tr>
33    
34     <tr>
35     <th class="frm">notes</th>
36     <td class="frm">
37     <TEXTAREA name="c_customer_notes" rows="6" cols="40">[% select_c_customer.first.c_customer_notes %]</TEXTAREA>
38     </td>
39     </tr>
40    
41    
42     <tr>
43     <th class="frm">&nbsp;</th>
44     <th class="frm">
45     <INPUT type="submit">
46     </th>
47     </tr>
48    
49     </table>
50     </form>

  ViewVC Help
Powered by ViewVC 1.1.26