Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss112_user / ibssRetailUserDetails.jsp @ 11:a6a63c03e6e0

History | View | Annotate | Download (32.3 KB)

1
<%@ taglib uri="/WEB-INF/tld/struts-html-el" prefix="htmlEL"%>
2
<%@ taglib uri="/WEB-INF/tld/struts-bean" prefix="bean"%>
3
<%@ taglib uri="/WEB-INF/tld/c" prefix="c"%>
4

    
5
<bean:define id="detailBean" name="ibssUserForm"
6
	property="ibssUserDetailBean" />
7

    
8
<h3 class="title">
9
	<strong><c:out value="${sessionScope.displayDesc}" /> -
10
		Details</strong>
11
</h3>
12
<table id="errorTable">
13
	<tr>
14
		<td><span id="serverSideError" class="error"><jsp:include
15
					flush="true" page="/jsp/errorHandler.jsp"></jsp:include></span>
16
		</td>
17
	</tr>
18
</table>
19
<htmlEL:form action="/ss112/editUserDetails.do">
20
	<table>
21
		<tr>
22
			<td>&nbsp;</td>
23
		</tr>
24
	</table>
25
	<h5>
26
		<bean:message key="user.login.details" />
27
	</h5>
28
	<table class="tabularForm">
29
		<tr>
30
			<td width="61">&nbsp;</td>
31
			<td width="160">&nbsp;</td>
32
			<td colspan="2">&nbsp;</td>
33
			<td width="47" colspan="2">&nbsp;</td>
34
		</tr>
35
		<tr>
36
			<td>&nbsp;</td>
37
			<td><bean:message key="user.id" />:</td>
38
			<td colspan="2"><strong><c:out
39
						value="${detailBean.map.userID}" /> </strong></td>
40
			<td colspan="2">&nbsp;</td>
41
		</tr>
42
		<tr>
43
			<td>&nbsp;</td>
44
			<td><bean:message key="user.alias" />:</td>
45
			<td colspan="2"><strong><c:out
46
						value="${detailBean.map.userAlias}" /> </strong></td>
47
			<td colspan="2">&nbsp;</td>
48
		</tr>
49
		<tr>
50
			<td>&nbsp;</td>
51
			<td><bean:message key="user.display.name" />:</td>
52
			<td colspan="2"><strong> <c:choose>
53
						<c:when test="${not empty detailBean.map.userDisplayName}">
54
							<c:out value="${detailBean.map.userDisplayName}"></c:out>
55
						</c:when>
56
						<c:otherwise>-</c:otherwise>
57
					</c:choose> </strong></td>
58
			<td colspan="2">&nbsp;</td>
59
		</tr>
60
		<tr>
61
			<td>&nbsp;</td>
62
			<td><bean:message key="user.status" />:</td>
63
			<td colspan="2"><strong> <c:choose>
64
						<c:when test="${not empty detailBean.map.userStatus}">
65
							<c:out value="${detailBean.map.userStatus}"></c:out>
66
						</c:when>
67
						<c:otherwise>-</c:otherwise>
68
					</c:choose> </strong></td>
69
			<td colspan="2">&nbsp;</td>
70
		</tr>
71
	</table>
72
	<h5>
73
		<bean:message key="user.personal.details" />
74
	</h5>
75
	<table class="tabularForm">
76
		<tr>
77
			<td width="61">&nbsp;</td>
78
			<td width="160">&nbsp;</td>
79
			<td colspan="2">&nbsp;</td>
80
			<td width="47" colspan="2">&nbsp;</td>
81
		</tr>
82
		<tr>
83
			<td>&nbsp;</td>
84
			<td><bean:message key="user.salutation" />:</td>
85
			<td colspan="2"><strong> <c:choose>
86
						<c:when test="${not empty detailBean.map.userSalutation}">
87
							<c:out value="${detailBean.map.userSalutation}"></c:out>
88
						</c:when>
89
						<c:otherwise>-</c:otherwise>
90
					</c:choose> </strong></td>
91
			<td colspan="2">&nbsp;</td>
92
		</tr>
93
		<tr>
94
			<td>&nbsp;</td>
95
			<td><bean:message key="user.customer.name" />:</td>
96
			<td colspan="2"><strong> <c:choose>
97
						<c:when test="${not empty detailBean.map.userName}">
98
							<c:out value="${detailBean.map.userName}"></c:out>
99
						</c:when>
100
						<c:otherwise>-</c:otherwise>
101
					</c:choose> </strong></td>
102
			<td colspan="2">&nbsp;</td>
103
		</tr>
104
		
105
		<tr>
106
			<td>&nbsp;</td>
107
			<td><bean:message key="user.customer.id" />:</td>
108
			<td colspan="2"><strong> <c:choose>
109
						<c:when test="${not empty detailBean.map.userIDNo}">
110
							<c:out value="${detailBean.map.userIDNo}"></c:out>
111
						</c:when>
112
						<c:otherwise>-</c:otherwise>
113
					</c:choose> </strong></td>
114
			<td colspan="2">&nbsp;</td>
115
		</tr>
116
		
117
		<tr>
118
			<td>&nbsp;</td>
119
			<td><bean:message key="user.id.type" />:</td>
120
			<td colspan="2"><strong> <c:choose>
121
						<c:when test="${not empty detailBean.map.userIDType}">
122
							<c:out value="${detailBean.map.userIDType}"></c:out>
123
						</c:when>
124
						<c:otherwise>-</c:otherwise>
125
					</c:choose> </strong></td>
126
			<td colspan="2">&nbsp;</td>
127
		</tr>
128
		
129
		<tr>
130
			<td>&nbsp;</td>
131
			<td><bean:message key="user.place.of.birth" />:</td>
132
			<td colspan="2"><strong> <c:choose>
133
						<c:when test="${not empty detailBean.map.userPlaceOfBirth}">
134
							<c:out value="${detailBean.map.userPlaceOfBirth}"></c:out>
135
						</c:when>
136
						<c:otherwise>-</c:otherwise>
137
					</c:choose> </strong></td>
138
			<td colspan="2">&nbsp;</td>
139
		</tr>
140
		<tr>
141
			<td>&nbsp;</td>
142
			<td><bean:message key="user.dob.brd" />:</td>
143
			<td colspan="2"><strong> <c:choose>
144
						<c:when test="${not empty detailBean.map.userDobBrd}">
145
							<c:out value="${detailBean.map.userDobBrd}"></c:out>
146
						</c:when>
147
						<c:otherwise>-</c:otherwise>
148
					</c:choose> </strong></td>
149
			<td colspan="2">&nbsp;</td>
150
		</tr>
151
		<tr>
152
			<td>&nbsp;</td>
153
			<td><bean:message key="user.gender" />:</td>
154
			<td colspan="2"><strong> <c:choose>
155
						<c:when test="${not empty detailBean.map.userGender}">
156
							<c:out value="${detailBean.map.userGender}"></c:out>
157
						</c:when>
158
						<c:otherwise>-</c:otherwise>
159
					</c:choose> </strong></td>
160
			<td colspan="2">&nbsp;</td>
161
		</tr>
162
		<tr>
163
			<td>&nbsp;</td>
164
			<td><bean:message key="user.race" />:</td>
165
			<td colspan="2"><strong> <c:choose>
166
						<c:when test="${not empty detailBean.map.userRace}">
167
							<c:out value="${detailBean.map.userRace}"></c:out>
168
						</c:when>
169
						<c:otherwise>-</c:otherwise>
170
					</c:choose> </strong></td>
171
			<td colspan="2">&nbsp;</td>
172
		</tr>
173
		<tr>
174
			<td>&nbsp;</td>
175
			<td><bean:message key="user.bumi" />:</td>
176
			<td colspan="2"><strong> <c:choose>
177
						<c:when test="${not empty detailBean.map.userBumi}">
178
							<c:out value="${detailBean.map.userBumi}"></c:out>
179
						</c:when>
180
						<c:otherwise>-</c:otherwise>
181
					</c:choose> </strong></td>
182
			<td colspan="2">&nbsp;</td>
183
		</tr>
184
		<tr>
185
			<td>&nbsp;</td>
186
			<td><bean:message key="user.nationality" />:</td>
187
			<td colspan="2"><strong> <c:choose>
188
						<c:when test="${not empty detailBean.map.userNationality}">
189
							<c:out value="${detailBean.map.userNationality}"></c:out>
190
						</c:when>
191
						<c:otherwise>-</c:otherwise>
192
					</c:choose> </strong></td>
193
			<td colspan="2">&nbsp;</td>
194
		</tr>
195
		<tr>
196
			<td>&nbsp;</td>
197
			<td><bean:message key="user.duration.stay.pre.add" />:</td>
198
			<td colspan="2"><strong> <c:choose>
199
						<c:when test="${not empty detailBean.map.userDurationStayPreAdd}">
200
							<c:out value="${detailBean.map.userDurationStayPreAdd}"></c:out>
201
						</c:when>
202
						<c:otherwise>-</c:otherwise>
203
					</c:choose> </strong></td>
204
			<td colspan="2">&nbsp;</td>
205
		</tr>
206
		<tr>
207
			<td>&nbsp;</td>
208
			<td><bean:message key="user.no.of.dependents" />:</td>
209
			<td colspan="2"><strong> <c:choose>
210
						<c:when test="${not empty detailBean.map.userNoOfDependents}">
211
							<c:out value="${detailBean.map.userNoOfDependents}"></c:out>
212
						</c:when>
213
						<c:otherwise>-</c:otherwise>
214
					</c:choose> </strong></td>
215
			<td colspan="2">&nbsp;</td>
216
		</tr>
217
		<tr>
218
			<td>&nbsp;</td>
219
			<td><bean:message key="user.age.range" />:</td>
220
			<td colspan="2"><strong> <c:choose>
221
						<c:when test="${not empty detailBean.map.userAgeRange}">
222
							<c:out value="${detailBean.map.userAgeRange}"></c:out>
223
						</c:when>
224
						<c:otherwise>-</c:otherwise>
225
					</c:choose> </strong></td>
226
			<td colspan="2">&nbsp;</td>
227
		</tr>
228
		<tr>
229
			<td>&nbsp;</td>
230
			<td><bean:message key="user.access.no" />:</td>
231
			<td colspan="2"><strong> <c:choose>
232
						<c:when test="${not empty detailBean.map.userAccessNo}">
233
							<c:out value="${detailBean.map.userAccessNo}"></c:out>
234
						</c:when>
235
						<c:otherwise>-</c:otherwise>
236
					</c:choose> </strong></td>
237
			<td colspan="2">&nbsp;</td>
238
		</tr>
239
		<tr>
240
			<td>&nbsp;</td>
241
			<td><bean:message key="user.type" />:</td>
242
			<td colspan="2"><strong> <c:choose>
243
						<c:when test="${not empty detailBean.map.userType}">
244
							<c:out value="${detailBean.map.userType}"></c:out>
245
						</c:when>
246
						<c:otherwise>-</c:otherwise>
247
					</c:choose> </strong></td>
248
			<td colspan="2">&nbsp;</td>
249
		</tr>
250
		<tr>
251
			<td>&nbsp;</td>
252
			<td><bean:message key="user.income.range" />:</td>
253
			<td colspan="2"><strong> <c:choose>
254
						<c:when test="${not empty detailBean.map.userIncomeRange}">
255
							<c:out value="${detailBean.map.userIncomeRange}"></c:out>
256
						</c:when>
257
						<c:otherwise>-</c:otherwise>
258
					</c:choose> </strong></td>
259
			<td colspan="2">&nbsp;</td>
260
		</tr>
261
		<tr>
262
			<td>&nbsp;</td>
263
			<td><bean:message key="user.marital.status" />:</td>
264
			<td colspan="2"><strong> <c:choose>
265
						<c:when test="${not empty detailBean.map.userMaritalStatus}">
266
							<c:out value="${detailBean.map.userMaritalStatus}"></c:out>
267
						</c:when>
268
						<c:otherwise>-</c:otherwise>
269
					</c:choose> </strong></td>
270
			<td colspan="2">&nbsp;</td>
271
		</tr>
272
		<tr>
273
			<td>&nbsp;</td>
274
			<td><bean:message key="user.marital.date" />:</td>
275
			<td colspan="2"><strong> <c:choose>
276
						<c:when test="${not empty detailBean.map.userMaritalDate}">
277
							<c:out value="${detailBean.map.userMaritalDate}"></c:out>
278
						</c:when>
279
						<c:otherwise>-</c:otherwise>
280
					</c:choose> </strong></td>
281
			<td colspan="2">&nbsp;</td>
282
		</tr>
283
		<tr>
284
			<td>&nbsp;</td>
285
			<td><bean:message key="user.mother.maiden.name" />:</td>
286
			<td colspan="2"><strong> <c:choose>
287
						<c:when test="${not empty detailBean.map.userMotherMaidenName}">
288
							<c:out value="${detailBean.map.userMotherMaidenName}"></c:out>
289
						</c:when>
290
						<c:otherwise>-</c:otherwise>
291
					</c:choose> </strong></td>
292
			<td colspan="2">&nbsp;</td>
293
		</tr>
294
		<tr>
295
			<td>&nbsp;</td>
296
			<td><bean:message key="user.religion" />:</td>
297
			<td colspan="2"><strong> <c:choose>
298
						<c:when test="${not empty detailBean.map.userReligionCode}">
299
							<c:out value="${detailBean.map.userReligionCode}"></c:out>
300
						</c:when>
301
						<c:otherwise>-</c:otherwise>
302
					</c:choose> </strong></td>
303
			<td colspan="2">&nbsp;</td>
304
		</tr>
305
		<tr>
306
			<td>&nbsp;</td>
307
			<td><bean:message key="user.language" />:</td>
308
			<td colspan="2"><strong> <c:choose>
309
						<c:when test="${not empty detailBean.map.userLanguage}">
310
							<c:out value="${detailBean.map.userLanguage}"></c:out>
311
						</c:when>
312
						<c:otherwise>-</c:otherwise>
313
					</c:choose> </strong></td>
314
			<td colspan="2">&nbsp;</td>
315
		</tr>
316
		<tr>
317
			<td>&nbsp;</td>
318
			<td><bean:message key="user.employ.status" />:</td>
319
			<td colspan="2"><strong> <c:choose>
320
						<c:when test="${not empty detailBean.map.userEmployStatus}">
321
							<c:out value="${detailBean.map.userEmployStatus}"></c:out>
322
						</c:when>
323
						<c:otherwise>-</c:otherwise>
324
					</c:choose> </strong></td>
325
			<td colspan="2">&nbsp;</td>
326
		</tr>
327
		<tr>
328
			<td>&nbsp;</td>
329
			<td><bean:message key="user.education.level" />:</td>
330
			<td colspan="2"><strong> <c:choose>
331
						<c:when test="${not empty detailBean.map.userEducationLevel}">
332
							<c:out value="${detailBean.map.userEducationLevel}"></c:out>
333
						</c:when>
334
						<c:otherwise>-</c:otherwise>
335
					</c:choose> </strong></td>
336
			<td colspan="2">&nbsp;</td>
337
		</tr>
338
	</table>
339

    
340
	<h5>
341
		<bean:message key="user.contact.details" />
342
	</h5>
343
	<table class="tabularForm">
344
		<tr>
345
			<td width="61">&nbsp;</td>
346
			<td width="160">&nbsp;</td>
347
			<td colspan="2">&nbsp;</td>
348
			<td width="47" colspan="2">&nbsp;</td>
349
		</tr>
350
		<tr>
351
			<td>&nbsp;</td>
352
			<td><bean:message key="user.address" />:</td>
353
			<td colspan="2"><strong> <c:choose>
354
						<c:when test="${not empty detailBean.map.userAddr1}">
355
							<c:out value="${detailBean.map.userAddr1}"></c:out>
356
						</c:when>
357
						<c:otherwise>-</c:otherwise>
358
					</c:choose> </strong></td>
359
			<td colspan="2">&nbsp;</td>
360
		</tr>
361
		<tr>
362
			<td>&nbsp;</td>
363
			<td>&nbsp;</td>
364
			<td colspan="2"><strong> <c:choose>
365
						<c:when test="${not empty detailBean.map.userAddr2}">
366
							<c:out value="${detailBean.map.userAddr2}"></c:out>
367
						</c:when>
368
						<c:otherwise>-</c:otherwise>
369
					</c:choose> </strong></td>
370
			<td colspan="2">&nbsp;</td>
371
		</tr>
372
		<tr>
373
			<td>&nbsp;</td>
374
			<td>&nbsp;</td>
375
			<td colspan="2"><strong> <c:choose>
376
						<c:when test="${not empty detailBean.map.userAddr3}">
377
							<c:out value="${detailBean.map.userAddr3}"></c:out>
378
						</c:when>
379
						<c:otherwise>-</c:otherwise>
380
					</c:choose> </strong></td>
381
			<td colspan="2">&nbsp;</td>
382
		</tr>
383
		<tr>
384
			<td>&nbsp;</td>
385
			<td>&nbsp;</td>
386
			<td colspan="2"><strong> <c:choose>
387
						<c:when test="${not empty detailBean.map.userAddr4}">
388
							<c:out value="${detailBean.map.userAddr4}"></c:out>
389
						</c:when>
390
						<c:otherwise>-</c:otherwise>
391
					</c:choose> </strong></td>
392
			<td colspan="2">&nbsp;</td>
393
		</tr>
394
		<tr>
395
			<td>&nbsp;</td>
396
			<td>&nbsp;</td>
397
			<td colspan="2"><strong> <c:choose>
398
						<c:when test="${not empty detailBean.map.userAddr5}">
399
							<c:out value="${detailBean.map.userAddr5}"></c:out>
400
						</c:when>
401
						<c:otherwise>-</c:otherwise>
402
					</c:choose> </strong></td>
403
			<td colspan="2">&nbsp;</td>
404
		</tr>
405
		<tr>
406
			<td>&nbsp;</td>
407
			<td><bean:message key="user.residence" />:</td>
408
			<td colspan="2"><strong> <c:choose>
409
						<c:when test="${not empty detailBean.map.userResidence}">
410
							<c:out value="${detailBean.map.userResidence}"></c:out>
411
						</c:when>
412
						<c:otherwise>-</c:otherwise>
413
					</c:choose> </strong></td>
414
			<td colspan="2">&nbsp;</td>
415
		</tr>
416
		<tr>
417
			<td>&nbsp;</td>
418
			<td><bean:message key="user.city" />:</td>
419
			<td colspan="2"><strong> <c:choose>
420
						<c:when test="${not empty detailBean.map.userCity}">
421
							<c:out value="${detailBean.map.userCity}"></c:out>
422
						</c:when>
423
						<c:otherwise>-</c:otherwise>
424
					</c:choose> </strong></td>
425
			<td colspan="2">&nbsp;</td>
426
		</tr>
427
		<tr>
428
			<td>&nbsp;</td>
429
			<td><bean:message key="user.state" />:</td>
430
			<td colspan="2"><strong> <c:choose>
431
						<c:when test="${not empty detailBean.map.userAddrState}">
432
							<c:out value="${detailBean.map.userAddrState}"></c:out>
433
						</c:when>
434
						<c:otherwise>-</c:otherwise>
435
					</c:choose> </strong></td>
436
			<td colspan="2">&nbsp;</td>
437
		</tr>
438
		<tr>
439
			<td>&nbsp;</td>
440
			<td><bean:message key="user.postcode" />:</td>
441
			<td colspan="2"><strong> <c:choose>
442
						<c:when test="${not empty detailBean.map.userPostcode}">
443
							<c:out value="${detailBean.map.userPostcode}"></c:out>
444
						</c:when>
445
						<c:otherwise>-</c:otherwise>
446
					</c:choose> </strong></td>
447
			<td colspan="2">&nbsp;</td>
448
		</tr>
449
		<tr>
450
			<td>&nbsp;</td>
451
			<td><bean:message key="user.country" />:</td>
452
			<td colspan="2"><strong> <c:choose>
453
						<c:when test="${not empty detailBean.map.userCountry}">
454
							<c:out value="${detailBean.map.userCountry}"></c:out>
455
						</c:when>
456
						<c:otherwise>-</c:otherwise>
457
					</c:choose> </strong></td>
458
			<td colspan="2">&nbsp;</td>
459
		</tr>
460
		<tr>
461
			<td>&nbsp;</td>
462
			<td><bean:message key="user.home.no" />:</td>
463
			<td colspan="2"><strong> <c:choose>
464
						<c:when test="${not empty detailBean.map.userHomePhone}">
465
							<c:out value="${detailBean.map.userHomePhone}"></c:out>
466
						</c:when>
467
						<c:otherwise>-</c:otherwise>
468
					</c:choose> </strong></td>
469
			<td colspan="2">&nbsp;</td>
470
		</tr>
471
		<tr>
472
			<td>&nbsp;</td>
473
			<td><bean:message key="user.office.no" />:</td>
474
			<td colspan="2"><strong> <c:choose>
475
						<c:when test="${not empty detailBean.map.userOfficeNo}">
476
							<c:out value="${detailBean.map.userOfficeNo}"></c:out>
477
						</c:when>
478
						<c:otherwise>-</c:otherwise>
479
					</c:choose> </strong></td>
480
			<td colspan="2">&nbsp;</td>
481
		</tr>
482
		<tr>
483
			<td>&nbsp;</td>
484
			<td><bean:message key="user.mobile.no" />:</td>
485
			<td colspan="2"><strong> <c:choose>
486
						<c:when test="${not empty detailBean.map.userMobileNo}">
487
							<c:out value="${detailBean.map.userMobileNo}"></c:out>
488
						</c:when>
489
						<c:otherwise>-</c:otherwise>
490
					</c:choose> </strong></td>
491
			<td colspan="2">&nbsp;</td>
492
		</tr>
493
		<tr>
494
			<td>&nbsp;</td>
495
			<td><bean:message key="user.mobile.no.flag" />:</td>
496
			<td colspan="2"><strong> <c:choose>
497
						<c:when test="${not empty detailBean.map.userMobileNoFlag}">
498
							<c:out value="${detailBean.map.userMobileNoFlag}"></c:out>
499
						</c:when>
500
						<c:otherwise>-</c:otherwise>
501
					</c:choose> </strong></td>
502
			<td colspan="2">&nbsp;</td>
503
		</tr>
504
		<tr>
505
			<td>&nbsp;</td>
506
			<td><bean:message key="user.tac.no" />:</td>
507
			<td colspan="2"><strong> <c:choose>
508
						<c:when test="${not empty detailBean.map.userTacPhone}">
509
							<c:out value="${detailBean.map.userTacPhone}"></c:out>
510
						</c:when>
511
						<c:otherwise>-</c:otherwise>
512
					</c:choose> </strong></td>
513
			<td colspan="2">&nbsp;</td>
514
		</tr>
515
		<tr>
516
			<td>&nbsp;</td>
517
			<td><bean:message key="user.email" />:</td>
518
			<td colspan="2"><strong> <c:choose>
519
						<c:when test="${not empty detailBean.map.email}">
520
							<c:out value="${detailBean.map.email}"></c:out>
521
						</c:when>
522
						<c:otherwise>-</c:otherwise>
523
					</c:choose> </strong></td>
524
			<td colspan="2">&nbsp;</td>
525
		</tr>
526
	</table>
527
	<h5>
528
		<bean:message key="user.business.details" />
529
	</h5>
530
	<table class="tabularForm">
531
		<tr>
532
			<td width="61">&nbsp;</td>
533
			<td width="160">&nbsp;</td>
534
			<td colspan="2">&nbsp;</td>
535
			<td width="47" colspan="2">&nbsp;</td>
536
		</tr>
537
		<tr>
538
			<td>&nbsp;</td>
539
			<td><bean:message key="user.organization" />:</td>
540
			<td colspan="2"><strong> <c:choose>
541
						<c:when test="${not empty detailBean.map.userOrganization}">
542
							<c:out value="${detailBean.map.userOrganization}"></c:out>
543
						</c:when>
544
						<c:otherwise>-</c:otherwise>
545
					</c:choose> </strong></td>
546
			<td colspan="2">&nbsp;</td>
547
		</tr>
548
		<tr>
549
			<td>&nbsp;</td>
550
			<td><bean:message key="user.insider" />:</td>
551
			<td colspan="2"><strong> <c:choose>
552
						<c:when test="${not empty detailBean.map.userInsider}">
553
							<c:out value="${detailBean.map.userInsider}"></c:out>
554
						</c:when>
555
						<c:otherwise>-</c:otherwise>
556
					</c:choose> </strong></td>
557
			<td colspan="2">&nbsp;</td>
558
		</tr>
559
		<tr>
560
			<td>&nbsp;</td>
561
			<td><bean:message key="user.inquiry.code" />:</td>
562
			<td colspan="2"><strong> <c:choose>
563
						<c:when test="${not empty detailBean.map.userInquiryCode}">
564
							<c:out value="${detailBean.map.userInquiryCode}"></c:out>
565
						</c:when>
566
						<c:otherwise>-</c:otherwise>
567
					</c:choose> </strong></td>
568
			<td colspan="2">&nbsp;</td>
569
		</tr>
570
		<tr>
571
			<td>&nbsp;</td>
572
			<td><bean:message key="user.customer.status" />:</td>
573
			<td colspan="2"><strong> <c:choose>
574
						<c:when test="${not empty detailBean.map.userCustomerStatus}">
575
							<c:out value="${detailBean.map.userCustomerStatus}"></c:out>
576
						</c:when>
577
						<c:otherwise>-</c:otherwise>
578
					</c:choose> </strong></td>
579
			<td colspan="2">&nbsp;</td>
580
		</tr>
581
		<tr>
582
			<td>&nbsp;</td>
583
			<td><bean:message key="user.customer.status.date" />:</td>
584
			<td colspan="2"><strong> <c:choose>
585
						<c:when test="${not empty detailBean.map.userCustomerStatusDate}">
586
							<c:out value="${detailBean.map.userCustomerStatusDate}"></c:out>
587
						</c:when>
588
						<c:otherwise>-</c:otherwise>
589
					</c:choose> </strong></td>
590
			<td colspan="2">&nbsp;</td>
591
		</tr>
592
		<tr>
593
			<td>&nbsp;</td>
594
			<td><bean:message key="user.deceased" />:</td>
595
			<td colspan="2"><strong> <c:choose>
596
						<c:when test="${not empty detailBean.map.userDeceased}">
597
							<c:out value="${detailBean.map.userDeceased}"></c:out>
598
						</c:when>
599
						<c:otherwise>-</c:otherwise>
600
					</c:choose> </strong></td>
601
			<td colspan="2">&nbsp;</td>
602
		</tr>
603
		<tr>
604
			<td>&nbsp;</td>
605
			<td><bean:message key="user.deceased.date" />:</td>
606
			<td colspan="2"><strong> <c:choose>
607
						<c:when test="${not empty detailBean.map.userDeceasedDate}">
608
							<c:out value="${detailBean.map.userDeceasedDate}"></c:out>
609
						</c:when>
610
						<c:otherwise>-</c:otherwise>
611
					</c:choose> </strong></td>
612
			<td colspan="2">&nbsp;</td>
613
		</tr>
614
		<tr>
615
			<td>&nbsp;</td>
616
			<td><bean:message key="user.hold.mail.code" />:</td>
617
			<td colspan="2"><strong> <c:choose>
618
						<c:when test="${not empty detailBean.map.userHoldMailCode}">
619
							<c:out value="${detailBean.map.userHoldMailCode}"></c:out>
620
						</c:when>
621
						<c:otherwise>-</c:otherwise>
622
					</c:choose> </strong></td>
623
			<td colspan="2">&nbsp;</td>
624
		</tr>
625
		<tr>
626
			<td>&nbsp;</td>
627
			<td><bean:message key="user.promo.mail.code" />:</td>
628
			<td colspan="2"><strong> <c:choose>
629
						<c:when test="${not empty detailBean.map.userPromoMailCode}">
630
							<c:out value="${detailBean.map.userPromoMailCode}"></c:out>
631
						</c:when>
632
						<c:otherwise>-</c:otherwise>
633
					</c:choose> </strong></td>
634
			<td colspan="2">&nbsp;</td>
635
		</tr>
636
		<tr>
637
			<td>&nbsp;</td>
638
			<td><bean:message key="user.address.seq" />:</td>
639
			<td colspan="2"><strong> <c:choose>
640
						<c:when test="${not empty detailBean.map.userAddressSeq}">
641
							<c:out value="${detailBean.map.userAddressSeq}"></c:out>
642
						</c:when>
643
						<c:otherwise>-</c:otherwise>
644
					</c:choose> </strong></td>
645
			<td colspan="2">&nbsp;</td>
646
		</tr>
647
		<tr>
648
			<td>&nbsp;</td>
649
			<td><bean:message key="user.start.relationship" />:</td>
650
			<td colspan="2"><strong> <c:choose>
651
						<c:when test="${not empty detailBean.map.userStartRelationship}">
652
							<c:out value="${detailBean.map.userStartRelationship}"></c:out>
653
						</c:when>
654
						<c:otherwise>-</c:otherwise>
655
					</c:choose> </strong></td>
656
			<td colspan="2">&nbsp;</td>
657
		</tr>
658
		<tr>
659
			<td>&nbsp;</td>
660
			<td><bean:message key="user.review.date" />:</td>
661
			<td colspan="2"><strong> <c:choose>
662
						<c:when test="${not empty detailBean.map.userReviewDate}">
663
							<c:out value="${detailBean.map.userReviewDate}"></c:out>
664
						</c:when>
665
						<c:otherwise>-</c:otherwise>
666
					</c:choose> </strong></td>
667
			<td colspan="2">&nbsp;</td>
668
		</tr>
669
		<tr>
670
			<td>&nbsp;</td>
671
			<td><bean:message key="user.retention" />:</td>
672
			<td colspan="2"><strong> <c:choose>
673
						<c:when test="${not empty detailBean.map.userRetention}">
674
							<c:out value="${detailBean.map.userRetention}"></c:out>
675
						</c:when>
676
						<c:otherwise>-</c:otherwise>
677
					</c:choose> </strong></td>
678
			<td colspan="2">&nbsp;</td>
679
		</tr>
680
		<tr>
681
			<td>&nbsp;</td>
682
			<td><bean:message key="user.constitution" />:</td>
683
			<td colspan="2"><strong> <c:choose>
684
						<c:when test="${not empty detailBean.map.userConstitution}">
685
							<c:out value="${detailBean.map.userConstitution}"></c:out>
686
						</c:when>
687
						<c:otherwise>-</c:otherwise>
688
					</c:choose> </strong></td>
689
			<td colspan="2">&nbsp;</td>
690
		</tr>
691
		<tr>
692
			<td>&nbsp;</td>
693
			<td><bean:message key="user.customer.segment.code" />:</td>
694
			<td colspan="2"><strong> <c:choose>
695
						<c:when test="${not empty detailBean.map.userCustomerSegmentCode}">
696
							<c:out value="${detailBean.map.userCustomerSegmentCode}"></c:out>
697
						</c:when>
698
						<c:otherwise>-</c:otherwise>
699
					</c:choose> </strong></td>
700
			<td colspan="2">&nbsp;</td>
701
		</tr>
702
		<tr>
703
			<td>&nbsp;</td>
704
			<td><bean:message key="user.no.of.employee" />:</td>
705
			<td colspan="2"><strong> <c:choose>
706
						<c:when test="${not empty detailBean.map.userNoOfEmployee}">
707
							<c:out value="${detailBean.map.userNoOfEmployee}"></c:out>
708
						</c:when>
709
						<c:otherwise>-</c:otherwise>
710
					</c:choose> </strong></td>
711
			<td colspan="2">&nbsp;</td>
712
		</tr>
713
		<tr>
714
			<td>&nbsp;</td>
715
			<td><bean:message key="user.high.risk" />:</td>
716
			<td colspan="2"><strong> <c:choose>
717
						<c:when test="${not empty detailBean.map.userHighRisk}">
718
							<c:out value="${detailBean.map.userHighRisk}"></c:out>
719
						</c:when>
720
						<c:otherwise>-</c:otherwise>
721
					</c:choose> </strong></td>
722
			<td colspan="2">&nbsp;</td>
723
		</tr>
724
		<tr>
725
			<td>&nbsp;</td>
726
			<td><bean:message key="user.high.risk.code" />:</td>
727
			<td colspan="2"><strong> <c:choose>
728
						<c:when test="${not empty detailBean.map.userHighRiskCode}">
729
							<c:out value="${detailBean.map.userHighRiskCode}"></c:out>
730
						</c:when>
731
						<c:otherwise>-</c:otherwise>
732
					</c:choose> </strong></td>
733
			<td colspan="2">&nbsp;</td>
734
		</tr>
735
		<tr>
736
			<td>&nbsp;</td>
737
			<td><bean:message key="user.staff.flag" />:</td>
738
			<td colspan="2"><strong> <c:choose>
739
						<c:when test="${not empty detailBean.map.userStaffFlag}">
740
							<c:out value="${detailBean.map.userStaffFlag}"></c:out>
741
						</c:when>
742
						<c:otherwise>-</c:otherwise>
743
					</c:choose> </strong></td>
744
			<td colspan="2">&nbsp;</td>
745
		</tr>
746
		<tr>
747
			<td>&nbsp;</td>
748
			<td><bean:message key="user.staff.id.no" />:</td>
749
			<td colspan="2"><strong> <c:choose>
750
						<c:when test="${not empty detailBean.map.userStaffIDNo}">
751
							<c:out value="${detailBean.map.userStaffIDNo}"></c:out>
752
						</c:when>
753
						<c:otherwise>-</c:otherwise>
754
					</c:choose> </strong></td>
755
			<td colspan="2">&nbsp;</td>
756
		</tr>
757
		<tr>
758
			<td>&nbsp;</td>
759
			<td><bean:message key="user.bussiness.premise.code" />:</td>
760
			<td colspan="2"><strong> <c:choose>
761
						<c:when test="${not empty detailBean.map.userBussPremiseCode}">
762
							<c:out value="${detailBean.map.userBussPremiseCode}"></c:out>
763
						</c:when>
764
						<c:otherwise>-</c:otherwise>
765
					</c:choose> </strong></td>
766
			<td colspan="2">&nbsp;</td>
767
		</tr>
768
		<tr>
769
			<td>&nbsp;</td>
770
			<td><bean:message key="user.business.type" />:</td>
771
			<td colspan="2"><strong> <c:choose>
772
						<c:when test="${not empty detailBean.map.userBussType}">
773
							<c:out value="${detailBean.map.userBussType}"></c:out>
774
						</c:when>
775
						<c:otherwise>-</c:otherwise>
776
					</c:choose> </strong></td>
777
			<td colspan="2">&nbsp;</td>
778
		</tr>
779
		<tr>
780
			<td>&nbsp;</td>
781
			<td><bean:message key="user.bussiness.operation.hour" />:</td>
782
			<td colspan="2"><strong> <c:choose>
783
						<c:when test="${not empty detailBean.map.userBussOperationHour}">
784
							<c:out value="${detailBean.map.userBussOperationHour}"></c:out>
785
						</c:when>
786
						<c:otherwise>-</c:otherwise>
787
					</c:choose> </strong></td>
788
			<td colspan="2">&nbsp;</td>
789
		</tr>
790
		<tr>
791
			<td>&nbsp;</td>
792
			<td><bean:message key="user.office.contact.name" />:</td>
793
			<td colspan="2"><strong> <c:choose>
794
						<c:when test="${not empty detailBean.map.userOfficeContactName}">
795
							<c:out value="${detailBean.map.userOfficeContactName}"></c:out>
796
						</c:when>
797
						<c:otherwise>-</c:otherwise>
798
					</c:choose> </strong></td>
799
			<td colspan="2">&nbsp;</td>
800
		</tr>
801
		<tr>
802
			<td>&nbsp;</td>
803
			<td><bean:message key="user.fax" />:</td>
804
			<td colspan="2"><strong> <c:choose>
805
						<c:when test="${not empty detailBean.map.userFax}">
806
							<c:out value="${detailBean.map.userFax}"></c:out>
807
						</c:when>
808
						<c:otherwise>-</c:otherwise>
809
					</c:choose> </strong></td>
810
			<td colspan="2">&nbsp;</td>
811
		</tr>
812
		<tr>
813
			<td>&nbsp;</td>
814
			<td><bean:message key="user.fax.contanct.name" />:</td>
815
			<td colspan="2"><strong> <c:choose>
816
						<c:when test="${not empty detailBean.map.userFaxContactName}">
817
							<c:out value="${detailBean.map.userFaxContactName}"></c:out>
818
						</c:when>
819
						<c:otherwise>-</c:otherwise>
820
					</c:choose> </strong></td>
821
			<td colspan="2">&nbsp;</td>
822
		</tr>
823
		<tr>
824
			<td>&nbsp;</td>
825
			<td><bean:message key="user.year" />:</td>
826
			<td colspan="2"><strong> <c:choose>
827
						<c:when test="${not empty detailBean.map.userYear}">
828
							<c:out value="${detailBean.map.userYear}"></c:out>
829
						</c:when>
830
						<c:otherwise>-</c:otherwise>
831
					</c:choose> </strong></td>
832
			<td colspan="2">&nbsp;</td>
833
		</tr>
834
		<tr>
835
			<td>&nbsp;</td>
836
			<td><bean:message key="user.annual.turnover" />:</td>
837
			<td colspan="2"><strong> <c:choose>
838
						<c:when test="${not empty detailBean.map.userAnnualTurnover}">
839
							<c:out value="${detailBean.map.userAnnualTurnover}"></c:out>
840
						</c:when>
841
						<c:otherwise>-</c:otherwise>
842
					</c:choose> </strong></td>
843
			<td colspan="2">&nbsp;</td>
844
		</tr>
845
		<tr>
846
			<td>&nbsp;</td>
847
			<td><bean:message key="user.sector" />:</td>
848
			<td colspan="2"><strong> <c:choose>
849
						<c:when test="${not empty detailBean.map.userSector}">
850
							<c:out value="${detailBean.map.userSector}"></c:out>
851
						</c:when>
852
						<c:otherwise>-</c:otherwise>
853
					</c:choose> </strong></td>
854
			<td colspan="2">&nbsp;</td>
855
		</tr>
856
		<tr>
857
			<td>&nbsp;</td>
858
			<td><bean:message key="user.no.of.ft.employee" />:</td>
859
			<td colspan="2"><strong> <c:choose>
860
						<c:when test="${not empty detailBean.map.userNoOfFTEmployee}">
861
							<c:out value="${detailBean.map.userNoOfFTEmployee}"></c:out>
862
						</c:when>
863
						<c:otherwise>-</c:otherwise>
864
					</c:choose> </strong></td>
865
			<td colspan="2">&nbsp;</td>
866
		</tr>
867
		<tr>
868
			<td>&nbsp;</td>
869
			<td><bean:message key="user.client.type" />:</td>
870
			<td colspan="2"><strong> <c:choose>
871
						<c:when test="${not empty detailBean.map.userClientType}">
872
							<c:out value="${detailBean.map.userClientType}"></c:out>
873
						</c:when>
874
						<c:otherwise>-</c:otherwise>
875
					</c:choose> </strong></td>
876
			<td colspan="2">&nbsp;</td>
877
		</tr>
878
		<tr>
879
			<td colspan="6">&nbsp;</td>
880
		</tr>
881
	</table>
882
	<h5>
883
		<bean:message key="user.account.details" />
884
	</h5>
885
	<table class="tabularForm">
886
		<tr>
887
			<td width="61">&nbsp;</td>
888
			<td width="160">&nbsp;</td>
889
			<td colspan="2">&nbsp;</td>
890
			<td width="47" colspan="2">&nbsp;</td>
891
		</tr>
892
		<tr>
893
			<td>&nbsp;</td>
894
			<td><bean:message key="user.created.by" />:</td>
895
			<td colspan="2"><strong> <c:choose>
896
						<c:when test="${not empty detailBean.map.userCreatedBy}">
897
							<c:out value="${detailBean.map.userCreatedBy}"></c:out>
898
						</c:when>
899
						<c:otherwise>-</c:otherwise>
900
					</c:choose> </strong></td>
901
			<td colspan="2">&nbsp;</td>
902
		</tr>
903
		<tr>
904
			<td>&nbsp;</td>
905
			<td><bean:message key="user.updated.by" />:</td>
906
			<td colspan="2"><strong> <c:choose>
907
						<c:when test="${not empty detailBean.map.updatedBy}">
908
							<c:out value="${detailBean.map.updatedBy}"></c:out>
909
						</c:when>
910
						<c:otherwise>-</c:otherwise>
911
					</c:choose> </strong></td>
912
			<td colspan="2">&nbsp;</td>
913
		</tr>
914
		<tr>
915
			<td>&nbsp;</td>
916
			<td><bean:message key="user.creation.date" />:</td>
917
			<td colspan="2"><strong> <c:choose>
918
						<c:when test="${not empty detailBean.map.userCreationDate}">
919
							<c:out value="${detailBean.map.userCreationDate}"></c:out>
920
						</c:when>
921
						<c:otherwise>-</c:otherwise>
922
					</c:choose> </strong></td>
923
			<td colspan="2">&nbsp;</td>
924
		</tr>
925
		<tr>
926
			<td>&nbsp;</td>
927
			<td><bean:message key="user.updated.date" />:</td>
928
			<td colspan="2"><strong> <c:choose>
929
						<c:when test="${not empty detailBean.map.updatedDate}">
930
							<c:out value="${detailBean.map.updatedDate}"></c:out>
931
						</c:when>
932
						<c:otherwise>-</c:otherwise>
933
					</c:choose> </strong></td>
934
			<td colspan="2">&nbsp;</td>
935
		</tr>
936
		<tr>
937
			<td>&nbsp;</td>
938
			<td><bean:message key="user.last.login.date" />:</td>
939
			<td colspan="2"><strong> <c:choose>
940
						<c:when test="${not empty detailBean.map.userLastLoginDate}">
941
							<c:out value="${detailBean.map.userLastLoginDate}"></c:out>
942
						</c:when>
943
						<c:otherwise>-</c:otherwise>
944
					</c:choose> </strong></td>
945
			<td colspan="2">&nbsp;</td>
946
		</tr>
947
	</table>
948
	<div class="floatRight">
949
		<htmlEL:cancel property="action" styleClass="button"
950
			onclick="overlay();">
951
			<bean:message key="general.button.back" />
952
		</htmlEL:cancel>
953
		<c:choose>
954
			<c:when test="${detailBean.map.userMobileNoFlag eq 'Disabled'}">
955
			<c:if test="${ibssUserForm.map.hasRIBEnableChangeMobileAccess eq true}">
956
				<htmlEL:submit property="action" styleClass="button"
957
					onclick="overlay();">
958
					<bean:message key="general.button.enable.change.mobile.no" />
959
				</htmlEL:submit>
960
			</c:if>
961
			</c:when>
962
			<c:otherwise>
963
			<c:if test="${ibssUserForm.map.hasRIBDisableChangeMobileAccess eq true}">
964
				<htmlEL:submit property="action" styleClass="button"
965
					onclick="overlay();">
966
					<bean:message key="general.button.disable.change.mobile.no" />
967
				</htmlEL:submit>
968
			</c:if>
969
			</c:otherwise>
970
		</c:choose>
971
		<c:if
972
			test="${detailBean.map.userStatusKey eq 1 || detailBean.map.userStatusKey eq 3}">
973
			<c:if test="${ibssUserForm.map.hasRIBUnlockAccess eq true}">
974
			<htmlEL:submit property="action" styleClass="button"
975
				onclick="overlay();">
976
				<bean:message key="general.button.unlock" />
977
			</htmlEL:submit>
978
			</c:if>
979
		</c:if>
980
		<c:if test="${detailBean.map.userStatusKey eq 5}">
981
			<c:if test="${ibssUserForm.map.hasRIBActivateAccess eq true}">
982
			<htmlEL:submit property="action" styleClass="button"
983
				onclick="overlay();">
984
				<bean:message key="general.button.activate" />
985
			</htmlEL:submit>
986
			</c:if>
987
		</c:if>
988
	</div>
989
</htmlEL:form>