Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a85900cb

Von Hans Peter Schlaepfer vor etwa 6 Jahren hinzugefügt

  • ID a85900cb68a578d89090043534ae79664a4070a9
  • Vorgänger 72c4037d
  • Nachfolger e7c11f83

Preview design 4.0

Unterschiede anzeigen:

templates/webpages/ct/search_contact.html
1
[%- USE HTML %]
2
[%- USE T8 %]
3
[%- USE L %]
4
[%- USE LxERP %]
5
<h1>[% 'Contacts' | $T8 %]</h1>
6

  
7
 <form method="post" action="ct.pl" name="Form" id="form">
8

  
9
  <table>
10
   <tr>
11
    <th align="right" nowrap>[% 'Name' | $T8 %]</th>
12
    <td><input name="filter.cp_name" size="35" class="initial_focus"></td>
13
   </tr>
14
   <tr>
15
    <th align="right" nowrap>[% 'Greeting' | $T8 %]</th>
16
    <td><input name="filter.cp_greeting" size="35"></td>
17
   </tr>
18
   <tr>
19
    <th align="right" nowrap>[% 'Title' | $T8 %]</th>
20
    <td><input name="filter.cp_title" size="35"></td>
21
   </tr>
22
   <tr>
23
    <th align="right" nowrap>[% 'E-mail' | $T8 %]</th>
24
    <td><input name="filter.cp_email" size="35"></td>
25
   </tr>
26
   <tr>
27
    <th align="right" nowrap>[% 'Department' | $T8 %]</th>
28
    <td><input name="filter.cp_abteilung" size="35"></td>
29
   </tr>
30
   <tr>
31
    <th align="right" nowrap>[% 'Project' | $T8 %]</th>
32
    <td><input name="filter.cp_project" size="35"></td>
33
   </tr>
34

  
35
   [% CUSTOM_VARIABLES_FILTER_CODE %]
36

  
37
   <tr>
38
    <td></td>
39
    <td>
40
     <input name="filter.status" class="radio" type="radio" value="active" checked> [% 'Active' | $T8 %]
41
     <input name="filter.status" class="radio" type="radio" value="all"> [% 'All' | $T8 %]
42
     <input name="filter.status" class="radio" type="radio" value="orphaned"> [% 'Orphaned' | $T8 %]
43
    </td>
44
   </tr>
45

  
46
   <tr>
47
    <th align="right" nowrap>[% 'Include in Report' | $T8 %]</th>
48
    <td>
49
     <table border="0">
50
      <tr>
51
       <td>
52
        <input name="l.cp_id" id="l_cp_id" type="checkbox" class="checkbox" value="Y">
53
        <label for="l_cp_id">[% 'ID' | $T8 %]</label>
54
       </td>
55
       <td>
56
        <input name="l.vcnumber" id="l_vcnumber" type="checkbox" class="checkbox" value="Y" checked>
57
        <label for="l_vcnumber">[% 'Customer/Vendor Number' | $T8 %]</label>
58
       </td>
59
       <td>
60
        <input name="l.vcname" id="l_vcname" type="checkbox" class="checkbox" value="Y" checked>
61
        <label for="l_vcname">[% 'Customer/Vendor Name' | $T8 %]</label>
62
       </td>
63
      </tr>
64

  
65
      <tr>
66
       <td>
67
        <input name="l.cp_name" id="l_cp_name" type="checkbox" class="checkbox" value="Y" checked>
68
        <label for="l_cp_name">[% 'Name' | $T8 %]</label>
69
       </td>
70
       <td>
71
        <input name="l.cp_givenname" id="l_cp_givenname" type="checkbox" class="checkbox" value="Y" checked>
72
        <label for="l_cp_givenname">[% 'Given Name' | $T8 %]</label>
73
       </td>
74
      </tr>
75
      <tr>
76
       <td>
77
        <input name="l.cp_street" id="l_cp_street" type="checkbox" class="checkbox" value="Y">
78
        <label for="l_cp_street">[% 'Street' | $T8 %]</label>
79
       </td>
80
       <td>
81
        <input name="l.cp_zipcode" id="l_cp_zipcode" type="checkbox" class="checkbox" value="Y">
82
        <label for="l_cp_zipcode">[% 'Zipcode' | $T8 %]</label>
83
       </td>
84
       <td>
85
        <input name="l.cp_city" id="l_cp_city" type="checkbox" class="checkbox" value="Y">
86
        <label for="l_cp_city">[% 'City' | $T8 %]</label>
87
       </td>
88
      </tr>
89
      <tr>
90
       <td>
91
        <input name="l.cp_phone" id="l_cp_phone" type="checkbox" class="checkbox" value="Y" checked>
92
        <label for="l_cp_phone">[% 'Phone' | $T8 %]</label>
93
       </td>
94
       <td>
95
        <input name="l.cp_mobile" id="l_cp_mobile" type="checkbox" class="checkbox" value="Y" checked>
96
        <label for="l_cp_mobile">[% 'Mobile' | $T8 %]</label>
97
       </td>
98

  
99
       <td>[%- L.checkbox_tag('l.cp_privatphone', value='Y', label=LxERP.t8('Private Phone'), class='checkbox', checked=1) %]</td>
100
      </tr>
101

  
102
      <tr>
103
       <td>[%- L.checkbox_tag('l.cp_fax',         value='Y', label=LxERP.t8('Fax'),            class='checkbox') %]</td>
104
       <td>[%- L.checkbox_tag('l.cp_email',       value='Y', label=LxERP.t8('E-mail'),         class='checkbox', checked=1) %]</td>
105
       <td>[%- L.checkbox_tag('l.cp_privatemail', value='Y', label=LxERP.t8('Private E-mail'), class='checkbox') %]</td>
106
      </tr>
107

  
108
      <tr>
109
       <td>
110
        <input name="l.cp_abteilung" id="l_cp_abteilung" type="checkbox" class="checkbox" value="Y">
111
        <label for="l_cp_abteilung">[% 'Department' | $T8 %]</label>
112
       </td>
113

  
114
       <td>[% L.checkbox_tag('l.cp_position', value='Y', label=LxERP.t8('Function/position'), class='checkbox') %]</td>
115
      </tr>
116

  
117
      <tr>
118
       <td>
119
        <input name="l.cp_gender" id="l_cp_gender" type="checkbox" class="checkbox" value="Y">
120
        <label for="l_cp_gender">[% 'Gender' | $T8 %]</label>
121
       </td>
122

  
123
       <td>
124
        <input name="l.cp_birthday" id="l_cp_birthday" type="checkbox" class="checkbox" value="Y">
125
        <label for="l_cp_birthday">[% 'Birthday' | $T8 %]</label>
126
       </td>
127
      </tr>
128

  
129
      [% CUSTOM_VARIABLES_INCLUSION_CODE %]
130

  
131
     </table>
132
    </td>
133
   </tr>
134
  </table>
135
 </form>
1
[%- USE HTML %] [%- USE T8 %] [%- USE L %] [%- USE LxERP %] 
2
<h1>
3
	[% 'Contacts' | $T8 %] 
4
</h1>
5
<form method="post" action="ct.pl" name="Form" id="form">
6
	<div class="pad-wrapper">
7
		<table class="tbl-horizontal">
8
			<tr>
9
				<th> [% 'Name' | $T8 %] </th>
10
				<td> 
11
				<input name="filter.cp_name" size="35" class="initial_focus">
12
				</td>
13
			</tr>
14
			<tr>
15
				<th> [% 'Greeting' | $T8 %] </th>
16
				<td> 
17
				<input name="filter.cp_greeting" size="35">
18
				</td>
19
			</tr>
20
			<tr>
21
				<th> [% 'Title' | $T8 %] </th>
22
				<td> 
23
				<input name="filter.cp_title" size="35">
24
				</td>
25
			</tr>
26
			<tr>
27
				<th> [% 'E-mail' | $T8 %] </th>
28
				<td> 
29
				<input name="filter.cp_email" size="35">
30
				</td>
31
			</tr>
32
			<tr>
33
				<th> [% 'Department' | $T8 %] </th>
34
				<td> 
35
				<input name="filter.cp_abteilung" size="35">
36
				</td>
37
			</tr>
38
			<tr>
39
				<th> [% 'Project' | $T8 %] </th>
40
				<td> 
41
				<input name="filter.cp_project" size="35">
42
				</td>
43
			</tr>
44
			[% CUSTOM_VARIABLES_FILTER_CODE %] 
45
			<tr>
46
				<th>[% 'Scope' | $T8 %] </th>
47
				<td> 
48
				<input name="filter.status" type="radio" value="active" checked>
49
				[% 'Active' | $T8 %] 
50
				<input name="filter.status" type="radio" value="all">
51
				[% 'All' | $T8 %] 
52
				<input name="filter.status" type="radio" value="orphaned">
53
				[% 'Orphaned' | $T8 %] </td>
54
			</tr>
55
		</table>
56
	</div>
57
	<div class="cols">
58
		<h3 class="caption">
59
			[% 'Include in Report' | $T8 %] 
60
		</h3>
61
		<table class="tbl-plain col">
62
			<caption>[% 'Numbers & IDs' | $T8 %]</caption>
63
			<tr>
64
				<td> 
65
				<input name="l.cp_id" id="l_cp_id" type="checkbox" value="Y">
66
				<label for="l_cp_id"> [% 'ID' | $T8 %] </label> </td>
67
			</tr>
68
			<tr>
69
				<td> 
70
				<input name="l.vcnumber" id="l_vcnumber" type="checkbox" value="Y" checked>
71
				<label for="l_vcnumber"> [% 'Customer/Vendor Number' | $T8 %] </label> </td>
72
			</tr>
73
		</table>
74
		<table class="tbl-plain col">
75
			<caption> [% 'Customer' | $T8 %] </caption>
76
			<tr>
77
				<td> 
78
				<input name="l.vcname" id="l_vcname" type="checkbox" value="Y" checked>
79
				<label for="l_vcname"> [% 'Customer/Vendor Name' | $T8 %] </label> </td>
80
			</tr>
81
			<tr>
82
				<td> 
83
				<input name="l.cp_name" id="l_cp_name" type="checkbox" value="Y" checked>
84
				<label for="l_cp_name"> [% 'Name' | $T8 %] </label> </td>
85
			</tr>
86
			<tr>
87
				<td> 
88
				<input name="l.cp_givenname" id="l_cp_givenname" type="checkbox" value="Y" checked>
89
				<label for="l_cp_givenname"> [% 'Given Name' | $T8 %] </label> </td>
90
			</tr>
91
			<tr>
92
				<td> 
93
				<input name="l.cp_abteilung" id="l_cp_abteilung" type="checkbox" value="Y">
94
				<label for="l_cp_abteilung"> [% 'Department' | $T8 %] </label> </td>
95
			</tr>
96
			<tr>
97
				<td> [% L.checkbox_tag('l.cp_position', value='Y', label=LxERP.t8('Function/position')) %] </td>
98
			</tr>
99
			<tr>
100
				<td> 
101
				<input name="l.cp_gender" id="l_cp_gender" type="checkbox" value="Y">
102
				<label for="l_cp_gender"> [% 'Gender' | $T8 %] </label> </td>
103
			</tr>
104
			<tr>
105
				<td> 
106
				<input name="l.cp_birthday" id="l_cp_birthday" type="checkbox" value="Y">
107
				<label for="l_cp_birthday"> [% 'Birthday' | $T8 %] </label> </td>
108
			</tr>
109
		</table>
110
		<table class="tbl-plain col">
111
			<caption> [% 'Address' | $T8 %] </caption>
112
			<tr>
113
				<td> 
114
				<input name="l.cp_street" id="l_cp_street" type="checkbox" value="Y">
115
				<label for="l_cp_street"> [% 'Street' | $T8 %] </label> </td>
116
			</tr>
117
			<tr>
118
				<td> 
119
				<input name="l.cp_zipcode" id="l_cp_zipcode" type="checkbox" value="Y">
120
				<label for="l_cp_zipcode"> [% 'Zipcode' | $T8 %] </label> </td>
121
			</tr>
122
			<tr>
123
				<td> 
124
				<input name="l.cp_city" id="l_cp_city" type="checkbox" value="Y">
125
				<label for="l_cp_city"> [% 'City' | $T8 %] </label> </td>
126
			</tr>
127
		</table>
128
		<table class="tbl-plain col">
129
			<caption> [% 'Contact' | $T8 %] </caption>
130
			<tr>
131
				<td> 
132
				<input name="l.cp_phone" id="l_cp_phone" type="checkbox" value="Y" checked>
133
				<label for="l_cp_phone"> [% 'Phone' | $T8 %] </label> </td>
134
			</tr>
135
			<tr>
136
				<td> 
137
				<input name="l.cp_mobile" id="l_cp_mobile" type="checkbox" value="Y" checked>
138
				<label for="l_cp_mobile"> [% 'Mobile' | $T8 %] </label> </td>
139
			</tr>
140
			<tr>
141
				<td> [%- L.checkbox_tag('l.cp_privatphone', value='Y', label=LxERP.t8('Private Phone'), class='checkbox', checked=1) %] </td>
142
			</tr>
143
			<tr>
144
				<td> [%- L.checkbox_tag('l.cp_fax', value='Y', label=LxERP.t8('Fax'), class='checkbox') %] </td>
145
			</tr>
146
			<tr>
147
				<td> [%- L.checkbox_tag('l.cp_email', value='Y', label=LxERP.t8('E-mail'), class='checkbox', checked=1) %] </td>
148
			</tr>
149
			<tr>
150
				<td> [%- L.checkbox_tag('l.cp_privatemail', value='Y', label=LxERP.t8('Private E-mail'), class='checkbox') %] </td>
151
			</tr>
152
			[% CUSTOM_VARIABLES_INCLUSION_CODE %] 
153
		</table>
154
	</div>
155
</form>

Auch abrufbar als: Unified diff