ibssAuthorizationEditCompanyContactSub.jsp

Yap Kah Yan, October 01, 2015 15:28

Download (25.2 KB)

 
1
<%@ taglib uri="/WEB-INF/tld/c" prefix="c"%>
2
<%@ taglib uri="/WEB-INF/tld/struts-bean" prefix="bean"%>
3
<c:set var="target" value="${makerCheckerForm.map.targetCompanyContactBean}"/>
4
<c:set var="current" value="${makerCheckerForm.map.currentCompanyContactBean}"/>
5

    
6
<c:choose>
7
	<c:when test="${not empty current && not empty target}">
8
		<table class="tabularForm" width="517" border="1">
9
			<tr>
10
				<td width="233">
11
					<table class="tabularForm" width="517" border="1">
12
						<tr>
13
						    <td colspan="2"><strong><bean:message key="content.mk.desc.current.company.contact" /></strong></td>
14
						</tr>
15
						<tr>
16
							<td><bean:message key="company.contact.name" />:</td>
17
							<td>
18
								<c:choose>
19
									<c:when test="${not empty current.map.viewCP1Name}">
20
										<strong><c:out value="${current.map.viewCP1Name}" /></strong>
21
									</c:when>
22
									<c:otherwise>-</c:otherwise>
23
								</c:choose>
24
							</td>
25
						</tr>
26
						<tr>
27
							<td><bean:message key="company.contact.id" />:</td>
28
							<td>
29
								<c:choose>
30
									<c:when test="${not empty current.map.viewCP1ID}">
31
										<strong><c:out value="${current.map.viewCP1ID}" /></strong>
32
									</c:when>
33
									<c:otherwise>-</c:otherwise>
34
								</c:choose>
35
							</td>
36
						</tr>
37
						<tr>
38
							<td><bean:message key="company.contact.tel.no" />:</td>
39
							<td>
40
								<c:choose>
41
									<c:when test="${not empty current.map.viewCP1TelNo}">
42
										<strong><c:out value="${current.map.viewCP1TelNo}" /></strong>
43
									</c:when>
44
									<c:otherwise>-</c:otherwise>
45
								</c:choose>
46
							</td>
47
						</tr>
48
						<%-- 	<tr>
49
						<td><bean:message key="company.contact.ext.no" />:</td>
50
							<td><c:choose>
51
									<c:when test="${not empty target.map.viewCP1ExtNo}">
52
										<strong><c:out value="${target.map.viewCP1ExtNo}" /></strong>
53
									</c:when>
54
									<c:otherwise>-</c:otherwise>
55
								</c:choose></td>
56
						</tr> --%>
57
						<tr>
58
							<td><bean:message key="company.contact.mobile.no" />:</td>
59
							<td><c:choose>
60
									<c:when test="${not empty current.map.viewCP1MobileNo}">
61
										<strong><c:out value="${current.map.viewCP1MobileNo}" /></strong>
62
									</c:when>
63
									<c:otherwise>-</c:otherwise>
64
								</c:choose></td>
65
						</tr>
66
						<tr>
67
							<td><bean:message key="company.contact.mobile.no.2" />:</td>
68
							<td><c:choose>
69
									<c:when test="${not empty current.map.viewCP1MobileNo2}">
70
										<strong><c:out value="${current.map.viewCP1MobileNo2}" /></strong>
71
									</c:when>
72
									<c:otherwise>-</c:otherwise>
73
								</c:choose></td>
74
						</tr>
75
						<tr>
76
							<td><bean:message key="company.contact.address" />:</td>
77
							<td><c:choose>
78
									<c:when test="${not empty current.map.viewCP1Add1}">
79
										<strong><c:out value="${current.map.viewCP1Add1}" /></strong>
80
									</c:when>
81
									<c:otherwise>-</c:otherwise>
82
								</c:choose>
83
								<c:if test="${not empty current.map.viewCP1Add2}">
84
									<strong><c:out value="${current.map.viewCP1Add2}" /></strong>
85
								</c:if>
86
								<c:if test="${not empty current.map.viewCP1Add3}">
87
									<strong><c:out value="${current.map.viewCP1Add3}" /></strong>
88
								</c:if>
89
							</td>
90
						</tr>
91
						<tr>
92
							<td><bean:message key="user.city" />:</td>
93
							<td><c:choose>
94
									<c:when test="${not empty current.map.viewCP1City}">
95
										<strong><c:out value="${current.map.viewCP1City}" /></strong>
96
									</c:when>
97
									<c:otherwise>-</c:otherwise>
98
								</c:choose></td>
99
						</tr>
100
						<tr>
101
							<td><bean:message key="user.state" />:</td>
102
							<td><c:choose>
103
									<c:when test="${not empty current.map.viewCP1State}">
104
										<strong><c:out value="${current.map.viewCP1State}" /></strong>
105
									</c:when>
106
									<c:otherwise>-</c:otherwise>
107
								</c:choose></td>
108
						</tr>
109
						<tr>
110
							<td><bean:message key="user.postcode" />:</td>
111
							<td><c:choose>
112
									<c:when test="${not empty current.map.viewCP1PostCode}">
113
										<strong><c:out value="${current.map.viewCP1PostCode}" /></strong>
114
									</c:when>
115
									<c:otherwise>-</c:otherwise>
116
								</c:choose></td>
117
						</tr>
118
						<tr>
119
							<td><bean:message key="company.contact.email" />:</td>
120
							<td><c:choose>
121
									<c:when test="${not empty current.map.viewCP1Email}">
122
										<strong><c:out value="${current.map.viewCP1Email}" /></strong>
123
									</c:when>
124
									<c:otherwise>-</c:otherwise>
125
								</c:choose></td>
126
						</tr>
127
						<tr>
128
							<td><bean:message key="company.contact.email.2" />:</td>
129
							<td><c:choose>
130
									<c:when test="${not empty current.map.viewCP1Email2}">
131
										<strong><c:out value="${current.map.viewCP1Email2}" /></strong>
132
									</c:when>
133
									<c:otherwise>-</c:otherwise>
134
								</c:choose></td>
135
						</tr>
136
						<tr height="10%"><td>&nbsp;</td></tr>
137
						<tr >
138
							<td><bean:message key="company.contact.name" />:</td>
139
							<td><c:choose>
140
									<c:when test="${not empty current.map.viewCP2Name}">
141
										<strong><c:out value="${current.map.viewCP2Name}" /></strong>
142
									</c:when>
143
									<c:otherwise>-</c:otherwise>
144
								</c:choose></td>
145
						</tr>
146
						<tr>
147
							<td><bean:message key="company.contact.id" />:</td>
148
							<td><c:choose>
149
									<c:when test="${not empty current.map.viewCP2ID}">
150
										<strong><c:out value="${current.map.viewCP2ID}" /></strong>
151
									</c:when>
152
									<c:otherwise>-</c:otherwise>
153
								</c:choose></td>
154
						</tr>
155
						<tr>
156
							<td><bean:message key="company.contact.tel.no" />:</td>
157
							<td><c:choose>
158
									<c:when test="${not empty current.map.viewCP2TelNo}">
159
										<strong><c:out value="${current.map.viewCP2TelNo}" /></strong>
160
									</c:when>
161
									<c:otherwise>-</c:otherwise>
162
								</c:choose></td>
163
						</tr>
164
						<%-- <tr>
165
							<td><bean:message key="company.contact.ext.no" />:</td>
166
							<td><c:choose>
167
									<c:when test="${not empty current.map.viewCP2ExtNo}">
168
										<strong><c:out value="${current.map.viewCP2ExtNo}" /></strong>
169
									</c:when>
170
									<c:otherwise>-</c:otherwise>
171
								</c:choose></td>
172
						</tr> --%>
173
						<tr>
174
							<td><bean:message key="company.contact.mobile.no" />:</td>
175
							<td><c:choose>
176
									<c:when test="${not empty current.map.viewCP2MobileNo}">
177
										<strong><c:out value="${current.map.viewCP2MobileNo}" /></strong>
178
									</c:when>
179
									<c:otherwise>-</c:otherwise>
180
								</c:choose></td>
181
						</tr>
182
						<tr>
183
							<td><bean:message key="company.contact.mobile.no.2" />:</td>
184
							<td><c:choose>
185
									<c:when test="${not empty current.map.viewCP2MobileNo2}">
186
										<strong><c:out value="${current.map.viewCP2MobileNo2}" /></strong>
187
									</c:when>
188
									<c:otherwise>-</c:otherwise>
189
								</c:choose></td>
190
						</tr>
191
						<tr>
192
							<td><bean:message key="company.contact.address" />:</td>
193
							<td><c:choose>
194
									<c:when test="${not empty current.map.viewCP2Add1}">
195
										<strong><c:out value="${current.map.viewCP2Add1}" /></strong>
196
									</c:when>
197
									<c:otherwise>-</c:otherwise>
198
								</c:choose></td>
199
								<c:if test="${not empty current.map.viewCP2Add2}">
200
									<strong><c:out value="${current.map.viewCP2Add2}" /></strong>
201
								</c:if>
202
								<c:if test="${not empty current.map.viewCP2Add3}">
203
									<strong><c:out value="${current.map.viewCP2Add3}" /></strong>
204
								</c:if>
205
						</tr>
206
						<tr>
207
							<td><bean:message key="user.city" />:</td>
208
							<td><c:choose>
209
									<c:when test="${not empty current.map.viewCP2City}">
210
										<strong><c:out value="${current.map.viewCP2City}" /></strong>
211
									</c:when>
212
									<c:otherwise>-</c:otherwise>
213
								</c:choose></td>
214
						</tr>
215
						<tr>
216
							<td><bean:message key="user.state" />:</td>
217
							<td><c:choose>
218
									<c:when test="${not empty current.map.viewCP2State}">
219
										<strong><c:out value="${current.map.viewCP2State}" /></strong>
220
									</c:when>
221
									<c:otherwise>-</c:otherwise>
222
								</c:choose></td>
223
						</tr>
224
						<tr>
225
							<td><bean:message key="user.postcode" />:</td>
226
							<td><c:choose>
227
									<c:when test="${not empty current.map.viewCP2PostCode}">
228
										<strong><c:out value="${current.map.viewCP2PostCode}" /></strong>
229
									</c:when>
230
									<c:otherwise>-</c:otherwise>
231
								</c:choose></td>
232
						</tr>
233
						<tr>
234
							<td><bean:message key="company.contact.email" />:</td>
235
							<td><c:choose>
236
									<c:when test="${not empty current.map.viewCP2Email}">
237
										<strong><c:out value="${current.map.viewCP2Email}" /></strong>
238
									</c:when>
239
									<c:otherwise>-</c:otherwise>
240
								</c:choose></td>
241
						</tr>
242
						<tr>
243
							<td><bean:message key="company.contact.email.2" />:</td>
244
							<td><c:choose>
245
									<c:when test="${not empty current.map.viewCP2Email2}">
246
										<strong><c:out value="${current.map.viewCP2Email2}" /></strong>
247
									</c:when>
248
									<c:otherwise>-</c:otherwise>
249
								</c:choose></td>
250
						</tr>
251
						<tr>
252
							<td>&nbsp;</td>
253
							<td>&nbsp;</td>
254
						</tr>
255
					</table>
256
				</td>
257
				<td width="233">
258
					<table class="tabularForm" width="517" border="1">
259
						<tr>
260
						    <td colspan="2"><strong><bean:message key="content.mk.desc.updated.company.contact" /></strong></td>
261
						</tr>
262
						<tr>
263
							<td><bean:message key="company.contact.name" />:</td>
264
							<td><c:choose>
265
									<c:when test="${not empty target.map.viewCP1Name}">
266
										<strong><c:out value="${target.map.viewCP1Name}" /></strong>
267
									</c:when>
268
									<c:otherwise>-</c:otherwise>
269
								</c:choose></td>
270
						</tr>
271
						<tr>
272
							<td><bean:message key="company.contact.id" />:</td>
273
							<td><c:choose>
274
									<c:when test="${not empty target.map.viewCP1ID}">
275
										<strong><c:out value="${target.map.viewCP1ID}" /></strong>
276
									</c:when>
277
									<c:otherwise>-</c:otherwise>
278
								</c:choose></td>
279
						</tr>
280
						<tr>
281
							<td><bean:message key="company.contact.tel.no" />:</td>
282
							<td><c:choose>
283
									<c:when test="${not empty target.map.viewCP1TelNo}">
284
										<strong><c:out value="${target.map.viewCP1TelNo}" /></strong>
285
									</c:when>
286
									<c:otherwise>-</c:otherwise>
287
								</c:choose></td>
288
						</tr>
289
					<%-- 	<tr>
290
						<td><bean:message key="company.contact.ext.no" />:</td>
291
							<td><c:choose>
292
									<c:when test="${not empty target.map.viewCP1ExtNo}">
293
										<strong><c:out value="${target.map.viewCP1ExtNo}" /></strong>
294
									</c:when>
295
									<c:otherwise>-</c:otherwise>
296
								</c:choose></td>
297
						</tr> --%>
298
						<tr>
299
							<td><bean:message key="company.contact.mobile.no" />:</td>
300
							<td><c:choose>
301
									<c:when test="${not empty target.map.viewCP1MobileNo}">
302
										<strong><c:out value="${target.map.viewCP1MobileNo}" /></strong>
303
									</c:when>
304
									<c:otherwise>-</c:otherwise>
305
								</c:choose></td>
306
						</tr>
307
						<tr>
308
							<td><bean:message key="company.contact.mobile.no.2" />:</td>
309
							<td><c:choose>
310
									<c:when test="${not empty target.map.viewCP1MobileNo2}">
311
										<strong><c:out value="${target.map.viewCP1MobileNo2}" /></strong>
312
									</c:when>
313
									<c:otherwise>-</c:otherwise>
314
								</c:choose></td>
315
						</tr>
316
						<tr>
317
							<td><bean:message key="company.contact.address" />:</td>
318
							<td><c:choose>
319
									<c:when test="${not empty target.map.viewCP1Add1}">
320
										<strong><c:out value="${target.map.viewCP1Add1}" /></strong>
321
									</c:when>
322
									<c:otherwise>-</c:otherwise>
323
								</c:choose>
324
								<c:if test="${not empty target.map.viewCP1Add2}">
325
									<strong><c:out value="${target.map.viewCP1Add2}" /></strong>
326
								</c:if>
327
								<c:if test="${not empty target.map.viewCP1Add3}">
328
									<strong><c:out value="${target.map.viewCP1Add3}" /></strong>
329
								</c:if>
330
							</td>
331
						</tr>
332
							<tr>
333
							<td><bean:message key="user.city" />:</td>
334
							<td><c:choose>
335
									<c:when test="${not empty target.map.viewCP1City}">
336
										<strong><c:out value="${target.map.viewCP1City}" /></strong>
337
									</c:when>
338
									<c:otherwise>-</c:otherwise>
339
								</c:choose></td>
340
						</tr>
341
						<tr>
342
							<td><bean:message key="user.state" />:</td>
343
							<td><c:choose>
344
									<c:when test="${not empty target.map.viewCP1State}">
345
										<strong><c:out value="${target.map.viewCP1State}" /></strong>
346
									</c:when>
347
									<c:otherwise>-</c:otherwise>
348
								</c:choose></td>
349
						</tr>
350
						<tr>
351
							<td><bean:message key="user.postcode" />:</td>
352
							<td><c:choose>
353
									<c:when test="${not empty target.map.viewCP1PostCode}">
354
										<strong><c:out value="${target.map.viewCP1PostCode}" /></strong>
355
									</c:when>
356
									<c:otherwise>-</c:otherwise>
357
								</c:choose></td>
358
						</tr>
359
						<tr>
360
							<td><bean:message key="company.contact.email" />:</td>
361
							<td><c:choose>
362
									<c:when test="${not empty target.map.viewCP1Email}">
363
										<strong><c:out value="${target.map.viewCP1Email}" /></strong>
364
									</c:when>
365
									<c:otherwise>-</c:otherwise>
366
								</c:choose></td>
367
						</tr>
368
						<tr>
369
							<td><bean:message key="company.contact.email.2" />:</td>
370
							<td><c:choose>
371
									<c:when test="${not empty target.map.viewCP1Email2}">
372
										<strong><c:out value="${target.map.viewCP1Email2}" /></strong>
373
									</c:when>
374
									<c:otherwise>-</c:otherwise>
375
								</c:choose></td>
376
						</tr>
377
						<tr height="10%"><td>&nbsp;</td></tr>
378
						<tr >
379
							<td><bean:message key="company.contact.name" />:</td>
380
							<td><c:choose>
381
									<c:when test="${not empty target.map.viewCP2Name}">
382
										<strong><c:out value="${target.map.viewCP2Name}" /></strong>
383
									</c:when>
384
									<c:otherwise>-</c:otherwise>
385
								</c:choose></td>
386
						</tr>
387
						<tr>
388
							<td><bean:message key="company.contact.id" />:</td>
389
							<td><c:choose>
390
									<c:when test="${not empty target.map.viewCP2ID}">
391
										<strong><c:out value="${target.map.viewCP2ID}" /></strong>
392
									</c:when>
393
									<c:otherwise>-</c:otherwise>
394
								</c:choose></td>
395
						</tr>
396
						<tr>
397
							<td><bean:message key="company.contact.tel.no" />:</td>
398
							<td><c:choose>
399
									<c:when test="${not empty target.map.viewCP2TelNo}">
400
										<strong><c:out value="${target.map.viewCP2TelNo}" /></strong>
401
									</c:when>
402
									<c:otherwise>-</c:otherwise>
403
								</c:choose></td>
404
						</tr>
405
						<%-- <tr>
406
							<td><bean:message key="company.contact.ext.no" />:</td>
407
							<td><c:choose>
408
									<c:when test="${not empty target.map.viewCP2ExtNo}">
409
										<strong><c:out value="${target.map.viewCP2ExtNo}" /></strong>
410
									</c:when>
411
									<c:otherwise>-</c:otherwise>
412
								</c:choose></td>
413
						</tr> --%>
414
						<tr>
415
							<td><bean:message key="company.contact.mobile.no" />:</td>
416
							<td><c:choose>
417
									<c:when test="${not empty target.map.viewCP2MobileNo}">
418
										<strong><c:out value="${target.map.viewCP2MobileNo}" /></strong>
419
									</c:when>
420
									<c:otherwise>-</c:otherwise>
421
								</c:choose></td>
422
						</tr>
423
						<tr>
424
							<td><bean:message key="company.contact.mobile.no.2" />:</td>
425
							<td><c:choose>
426
									<c:when test="${not empty target.map.viewCP2MobileNo2}">
427
										<strong><c:out value="${target.map.viewCP2MobileNo2}" /></strong>
428
									</c:when>
429
									<c:otherwise>-</c:otherwise>
430
								</c:choose></td>
431
						</tr>
432
						<tr>
433
							<td><bean:message key="company.contact.address" />:</td>
434
							<td><c:choose>
435
									<c:when test="${not empty target.map.viewCP2Add1}">
436
										<strong><c:out value="${target.map.viewCP2Add1}" /></strong>
437
									</c:when>
438
									<c:otherwise>-</c:otherwise>
439
								</c:choose>
440
								<c:if test="${not empty target.map.viewCP2Add2}">
441
									<strong><c:out value="${target.map.viewCP2Add2}" /></strong>
442
								</c:if>
443
								<c:if test="${not empty target.map.viewCP2Add3}">
444
									<strong><c:out value="${target.map.viewCP2Add3}" /></strong>
445
								</c:if>
446
							</td>
447
						</tr>
448
						<tr>
449
							<td><bean:message key="user.city" />:</td>
450
							<td><c:choose>
451
									<c:when test="${not empty target.map.viewCP2City}">
452
										<strong><c:out value="${target.map.viewCP2City}" /></strong>
453
									</c:when>
454
									<c:otherwise>-</c:otherwise>
455
								</c:choose></td>
456
						</tr>
457
						<tr>
458
							<td><bean:message key="user.state" />:</td>
459
							<td><c:choose>
460
									<c:when test="${not empty target.map.viewCP2State}">
461
										<strong><c:out value="${target.map.viewCP2State}" /></strong>
462
									</c:when>
463
									<c:otherwise>-</c:otherwise>
464
								</c:choose></td>
465
						</tr>
466
						<tr>
467
							<td><bean:message key="user.postcode" />:</td>
468
							<td><c:choose>
469
									<c:when test="${not empty target.map.viewCP2PostCode}">
470
										<strong><c:out value="${target.map.viewCP2PostCode}" /></strong>
471
									</c:when>
472
									<c:otherwise>-</c:otherwise>
473
								</c:choose></td>
474
						</tr>
475
						<tr>
476
							<td><bean:message key="company.contact.email" />:</td>
477
							<td><c:choose>
478
									<c:when test="${not empty target.map.viewCP2Email}">
479
										<strong><c:out value="${target.map.viewCP2Email}" /></strong>
480
									</c:when>
481
									<c:otherwise>-</c:otherwise>
482
								</c:choose></td>
483
						</tr>
484
						<tr>
485
							<td><bean:message key="company.contact.email.2" />:</td>
486
							<td><c:choose>
487
									<c:when test="${not empty target.map.viewCP2Email2}">
488
										<strong><c:out value="${target.map.viewCP2Email2}" /></strong>
489
									</c:when>
490
									<c:otherwise>-</c:otherwise>
491
								</c:choose></td>
492
						</tr>
493
						<tr>
494
							<td>&nbsp;</td>
495
							<td>&nbsp;</td>
496
						</tr>
497
					</table>
498
				</td>
499
			</tr>
500
		</table>
501
	</c:when>
502
	<c:otherwise>
503
<!-- 		<table class="tabularForm" width="517" border="1"> -->
504
<!-- 			<tr> -->
505
<!-- 				<td width="25">&nbsp;</td> -->
506
<!-- 				<td> -->
507
					<table class="tabularForm" width="517" border="1">
508
						<tr>
509
						    <td colspan="2"><strong><bean:message key="content.mk.desc.updated.company.contact" /></strong></td>
510
						</tr>
511
						<tr>
512
							<td><bean:message key="company.contact.name" />:</td>
513
							<td><c:choose>
514
									<c:when test="${not empty target.map.viewCP1Name}">
515
										<strong><c:out value="${target.map.viewCP1Name}" /></strong>
516
									</c:when>
517
									<c:otherwise>-</c:otherwise>
518
								</c:choose></td>
519
						</tr>
520
						<tr>
521
							<td><bean:message key="company.contact.id" />:</td>
522
							<td><c:choose>
523
									<c:when test="${not empty target.map.viewCP1ID}">
524
										<strong><c:out value="${target.map.viewCP1ID}" /></strong>
525
									</c:when>
526
									<c:otherwise>-</c:otherwise>
527
								</c:choose></td>
528
						</tr>
529
						<tr>
530
							<td><bean:message key="company.contact.tel.no" />:</td>
531
							<td><c:choose>
532
									<c:when test="${not empty target.map.viewCP1TelNo}">
533
										<strong><c:out value="${target.map.viewCP1TelNo}" /></strong>
534
									</c:when>
535
									<c:otherwise>-</c:otherwise>
536
								</c:choose></td>
537
						</tr>
538
					<%-- 	<tr>
539
						<td><bean:message key="company.contact.ext.no" />:</td>
540
							<td><c:choose>
541
									<c:when test="${not empty target.map.viewCP1ExtNo}">
542
										<strong><c:out value="${target.map.viewCP1ExtNo}" /></strong>
543
									</c:when>
544
									<c:otherwise>-</c:otherwise>
545
								</c:choose></td>
546
						</tr> --%>
547
						<tr>
548
							<td><bean:message key="company.contact.mobile.no" />:</td>
549
							<td><c:choose>
550
									<c:when test="${not empty target.map.viewCP1MobileNo}">
551
										<strong><c:out value="${target.map.viewCP1MobileNo}" /></strong>
552
									</c:when>
553
									<c:otherwise>-</c:otherwise>
554
								</c:choose></td>
555
						</tr>
556
						<tr>
557
							<td><bean:message key="company.contact.mobile.no.2" />:</td>
558
							<td><c:choose>
559
									<c:when test="${not empty target.map.viewCP1MobileNo2}">
560
										<strong><c:out value="${target.map.viewCP1MobileNo2}" /></strong>
561
									</c:when>
562
									<c:otherwise>-</c:otherwise>
563
								</c:choose></td>
564
						</tr>
565
						<tr>
566
							<td><bean:message key="company.contact.address" />:</td>
567
							<td><c:choose>
568
									<c:when test="${not empty target.map.viewCP1Add1}">
569
										<strong><c:out value="${target.map.viewCP1Add1}" /></strong>
570
									</c:when>
571
									<c:otherwise>-</c:otherwise>
572
								</c:choose>
573
								<c:if test="${not empty target.map.viewCP1Add2}">
574
									<strong><c:out value="${target.map.viewCP1Add2}" /></strong>
575
								</c:if>
576
								<c:if test="${not empty target.map.viewCP1Add3}">
577
									<strong><c:out value="${target.map.viewCP1Add3}" /></strong>
578
								</c:if>
579
							</td>
580
						</tr>
581
						<tr>
582
							<td><bean:message key="company.contact.email" />:</td>
583
							<td><c:choose>
584
									<c:when test="${not empty target.map.viewCP1Email}">
585
										<strong><c:out value="${target.map.viewCP1Email}" /></strong>
586
									</c:when>
587
									<c:otherwise>-</c:otherwise>
588
								</c:choose></td>
589
						</tr>
590
						<tr>
591
							<td><bean:message key="company.contact.email.2" />:</td>
592
							<td><c:choose>
593
									<c:when test="${not empty target.map.viewCP1Email2}">
594
										<strong><c:out value="${target.map.viewCP1Email2}" /></strong>
595
									</c:when>
596
									<c:otherwise>-</c:otherwise>
597
								</c:choose></td>
598
						</tr>
599
						<tr height="10%"><td>&nbsp;</td></tr>
600
						<tr >
601
							<td><bean:message key="company.contact.name" />:</td>
602
							<td><c:choose>
603
									<c:when test="${not empty target.map.viewCP2Name}">
604
										<strong><c:out value="${target.map.viewCP2Name}" /></strong>
605
									</c:when>
606
									<c:otherwise>-</c:otherwise>
607
								</c:choose></td>
608
						</tr>
609
						<tr>
610
							<td><bean:message key="company.contact.id" />:</td>
611
							<td><c:choose>
612
									<c:when test="${not empty target.map.viewCP2ID}">
613
										<strong><c:out value="${target.map.viewCP2ID}" /></strong>
614
									</c:when>
615
									<c:otherwise>-</c:otherwise>
616
								</c:choose></td>
617
						</tr>
618
						<tr>
619
							<td><bean:message key="company.contact.tel.no" />:</td>
620
							<td><c:choose>
621
									<c:when test="${not empty target.map.viewCP2TelNo}">
622
										<strong><c:out value="${target.map.viewCP2TelNo}" /></strong>
623
									</c:when>
624
									<c:otherwise>-</c:otherwise>
625
								</c:choose></td>
626
						</tr>
627
						<%-- <tr>
628
							<td><bean:message key="company.contact.ext.no" />:</td>
629
							<td><c:choose>
630
									<c:when test="${not empty target.map.viewCP2ExtNo}">
631
										<strong><c:out value="${target.map.viewCP2ExtNo}" /></strong>
632
									</c:when>
633
									<c:otherwise>-</c:otherwise>
634
								</c:choose></td>
635
						</tr> --%>
636
						<tr>
637
							<td><bean:message key="company.contact.mobile.no" />:</td>
638
							<td><c:choose>
639
									<c:when test="${not empty target.map.viewCP2MobileNo}">
640
										<strong><c:out value="${target.map.viewCP2MobileNo}" /></strong>
641
									</c:when>
642
									<c:otherwise>-</c:otherwise>
643
								</c:choose></td>
644
						</tr>
645
						<tr>
646
							<td><bean:message key="company.contact.mobile.no.2" />:</td>
647
							<td><c:choose>
648
									<c:when test="${not empty target.map.viewCP2MobileNo2}">
649
										<strong><c:out value="${target.map.viewCP2MobileNo2}" /></strong>
650
									</c:when>
651
									<c:otherwise>-</c:otherwise>
652
								</c:choose></td>
653
						</tr>
654
						<tr>
655
							<td><bean:message key="company.contact.address" />:</td>
656
							<td><c:choose>
657
									<c:when test="${not empty target.map.viewCP2Add1}">
658
										<strong><c:out value="${target.map.viewCP2Add1}" /></strong>
659
									</c:when>
660
									<c:otherwise>-</c:otherwise>
661
								</c:choose></td>
662
								<c:if test="${not empty target.map.viewtCP2Add2}">
663
									<strong><c:out value="${target.map.viewCP2Add2}" /></strong>
664
								</c:if>
665
								<c:if test="${not empty target.map.viewCP2Add3}">
666
									<strong><c:out value="${target.map.viewCP2Add3}" /></strong>
667
								</c:if>
668
						</tr>
669
						<tr>
670
							<td><bean:message key="company.contact.email" />:</td>
671
							<td><c:choose>
672
									<c:when test="${not empty target.map.viewCP2Email}">
673
										<strong><c:out value="${target.map.viewCP2Email}" /></strong>
674
									</c:when>
675
									<c:otherwise>-</c:otherwise>
676
								</c:choose></td>
677
						</tr>
678
						<tr>
679
							<td><bean:message key="company.contact.email.2" />:</td>
680
							<td><c:choose>
681
									<c:when test="${not empty target.map.viewCP2Email2}">
682
										<strong><c:out value="${target.map.viewCP2Email2}" /></strong>
683
									</c:when>
684
									<c:otherwise>-</c:otherwise>
685
								</c:choose></td>
686
						</tr>
687
						<tr>
688
							<td>&nbsp;</td>
689
							<td>&nbsp;</td>
690
						</tr>
691
					</table>
692
<!-- 				</td> -->
693
<!-- 				<td width="25">&nbsp;</td> -->
694
<!-- 			</tr> -->
695
<!-- 		</table> -->
696
	</c:otherwise>
697
</c:choose>
698

    
699

    
700

    
701

    
702
<script type="text/javascript">
703
$(document).ready(function(){
704
	$(".stripe tr").addClass("alt");
705
});
706
</script>