|
Lines 277-295
function validate1(date) {
Link Here
|
| 277 |
[% END %] |
277 |
[% END %] |
| 278 |
</li> |
278 |
</li> |
| 279 |
[% END %] |
279 |
[% END %] |
| 280 |
[% SWITCH primary_contact_method %] |
280 |
[% IF ( primary_contact_method ) %] |
| 281 |
[% CASE 'phone' %] |
281 |
<li> |
| 282 |
<li><span class="label">Main contact method: </span>Phone</li> |
282 |
<span class="label">Main contact method: </span> |
| 283 |
[% CASE 'phonepro' %] |
283 |
[% SWITCH primary_contact_method %] |
| 284 |
<li><span class="label">Main contact method: </span>Secondary phone</li> |
284 |
[% CASE 'phone' %] |
| 285 |
[% CASE 'mobile' %] |
285 |
Primary phone |
| 286 |
<li><span class="label">Main contact method: </span>Other Phone</li> |
286 |
[% CASE 'phonepro' %] |
| 287 |
[% CASE 'email' %] |
287 |
Secondary phone |
| 288 |
<li><span class="label">Main contact method: </span>Primary email</li> |
288 |
[% CASE 'mobile' %] |
| 289 |
[% CASE 'emailpro' %] |
289 |
Other phone |
| 290 |
<li><span class="label">Main contact method: </span>Secondary email</li> |
290 |
[% CASE 'email' %] |
| 291 |
[% CASE 'fax' %] |
291 |
Primary email |
| 292 |
<li><span class="label">Main contact method: </span>Fax</li> |
292 |
[% CASE 'emailpro' %] |
|
|
293 |
Secondary email |
| 294 |
[% CASE 'fax' %] |
| 295 |
Fax |
| 296 |
[% END %] |
| 297 |
</li> |
| 293 |
[% END %] |
298 |
[% END %] |
| 294 |
</ol> |
299 |
</ol> |
| 295 |
</div> |
300 |
</div> |
| 296 |
- |
|
|