Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss105_content / ibssCreatePayee.jsp @ 21:8c0f58f8fdd4

History | View | Annotate | Download (30.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
<%@ taglib uri="/WEB-INF/tld/struts-logic" prefix="logic" %>
5
<%@page import="java.util.HashMap"%>
6

    
7
<script type="text/javascript">
8
window.onload = function()
9
{
10
	checkDigitReqChecking();
11
};
12
	
13
	function checkDigitReqChecking()
14
	{
15
			var checkDigitForBillAcctNoReq = document.getElementById("checkDigitForBillAcctNoReq");
16
			var checkDigitForBillRef1Req = document.getElementById("checkDigitForBillRef1Req");
17
			var checkDigitForBillRef2Req = document.getElementById("checkDigitForBillRef2Req");
18
// 			var customRuleReq = document.getElementById("customRuleReq");
19
// 			var programName = document.getElementById("programName");
20
// 			var billRef1SecondParamReq = document.getElementById("billRef1SecondParamReq");
21
// 			var billRef2SecondParamReq = document.getElementById("billRef2SecondParamReq");
22
			var checkDigitButton = document.getElementById("checkDigitButton");
23
			
24
			if (checkDigitForBillAcctNoReq.value == 0 || checkDigitForBillRef1Req.value == 0 || checkDigitForBillRef2Req.value == 0)
25
			{
26
// 				customRuleReq.disabled = true;
27
// 				programName.disabled = true;
28
// 				billRef1SecondParamReq.disabled = false;
29
// 				billRef2SecondParamReq.disabled = false;
30
				checkDigitButton.style.visibility = 'visible';
31
			} 
32
			else
33
			{
34
// 				customRuleReq.disabled = false;
35
// 				billRef1SecondParamReq.disabled = true;
36
// 				billRef2SecondParamReq.disabled = true;
37
// 				checkDigitHyperlink.disabled = false;
38
				checkDigitButton.style.visibility = 'hidden';
39
			}
40
	}
41
			
42
// 	function customRuleReqChecking()
43
// 	{
44
// 		var customRuleReq = document.getElementById("customRuleReq");
45
// 		var programName = document.getElementById("programName");
46
// 		var billRef1SecondParamReq = document.getElementById("billRef1SecondParamReq");
47
// 		var billRef2SecondParamReq = document.getElementById("billRef2SecondParamReq");
48
		
49
// 		if (customRuleReq.value == 1)
50
// 		{
51
// 			programName.disabled = true;
52
// 			billRef1SecondParamReq.disabled = false;
53
// 			billRef2SecondParamReq.disabled = false;
54
// 		}
55
// 		else
56
// 		{
57
// 			programName.disabled = false;
58
// 			billRef1SecondParamReq.disabled = true;
59
// 			billRef2SecondParamReq.disabled = true;
60
// 		}
61
// 	}
62

    
63
</script>
64

    
65
<h3 class="title"><STRONG><bean:message key="title_sub_create_payee"/></STRONG></h3><br/>
66
<table id="errorTable">
67
<tr>
68
	<td>
69
		<span id="serverSideError" class="error"><jsp:include flush="true" page="/jsp/errorHandler.jsp"></jsp:include></span>
70
	</td>
71
</tr>
72
</table>
73
<htmlEL:form action="/ss105/createPayee.do" enctype="multipart/form-data">
74
<table class="stepTable">
75
<tr>
76
<td>&nbsp;</td>
77
<td><div id="steps"><span><bean:message key="general.title.steps" arg0="1" arg1="2"/></span></div></td>
78

    
79
</tr>
80
</table>
81
<table class="tabularForm">
82
	<tr><td colspan="3">&nbsp;</td></tr>
83
	<tr>
84
		<td width="10%">&nbsp;</td>
85
		<td width="45%"><bean:message key="content_account_status_category"></bean:message>:</td>
86
		<td><strong><c:out value="${contentForm.map.categoryName}"/></strong></td>
87
	</tr>
88
	<tr>
89
		<td width="10%">&nbsp;</td>
90
		<td width="45%"><bean:message key="content_payee_code"></bean:message>*:</td>
91
		<td><htmlEL:text property="payeeCode" name="contentForm" maxlength="16" autocomplete="off"></htmlEL:text></td>
92
	</tr>
93
	<tr>
94
		<td width="10%">&nbsp;</td>
95
		<td width="45%"><bean:message key="content_payee_product_code"></bean:message>:</td>
96
		<td><htmlEL:text property="payeeProductCode" name="contentForm" maxlength="16" autocomplete="off"></htmlEL:text></td>
97
	</tr>
98
	<tr>
99
		<td width="10%">&nbsp;</td>
100
		<td width="45%"><bean:message key="content_payee_full_name"></bean:message>*:</td>
101
		<td><htmlEL:text property="fullName" name="contentForm" maxlength="64" autocomplete="off" size="40"></htmlEL:text></td>
102
	</tr>
103
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
104
	<tr>
105
		<td width="10%">&nbsp;</td>
106
		<td width="45%"><bean:message key="content_payee_full_name_ML"></bean:message>:</td>
107
		<td><htmlEL:text property="fullNameML" name="contentForm" maxlength="64" autocomplete="off"></htmlEL:text></td>
108
	</tr>
109
	</c:if>
110
	<tr>
111
		<td width="10%">&nbsp;</td>
112
		<td width="45%"><bean:message key="content_payee_short_name"/>*:</td>
113
		<td><htmlEL:text property="shortName" name="contentForm" maxlength="64" autocomplete="off"/></td>
114
	</tr>
115
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
116
	<tr>
117
		<td width="10%">&nbsp;</td>
118
		<td width="45%"><bean:message key="content_payee_short_name_ML"/>:</td>
119
		<td><htmlEL:text property="shortNameML" name="contentForm" maxlength="30" autocomplete="off"/></td>
120
	</tr>
121
	</c:if>
122
	<tr>
123
		<td width="10%">&nbsp;</td>
124
		<td class="valignTop" width="45%"><bean:message key="content_payee_payee_acc_no"/>:</td>
125
		<td><htmlEL:text maxlength="16" property="payeeAccNo" name="contentForm"/></td>
126
	</tr>
127
	<tr>
128
		<td width="10%">&nbsp;</td>
129
		<td class="valignTop" width="45%"><bean:message key="content_payee_charge_acc_no"/>:</td>
130
		<td><htmlEL:text maxlength="16" property="chargeAccNo" name="contentForm"/></td>
131
	</tr>
132
	<tr>
133
		<td width="10%">&nbsp;</td>
134
		<td class="valignTop" width="45%"><bean:message key="content_payee_charge_amt"/>:</td>
135
		<td><htmlEL:text maxlength="11" property="chargeAmt" name="contentForm"/></td>
136
	</tr>
137
	<tr>
138
		<td width="10%">&nbsp;</td>
139
		<td width="45%"><bean:message key="content_status"/>:</td>
140
		<td>
141
			<htmlEL:select property="status" name="contentForm">
142
				<htmlEL:option value="0"><bean:message key="content_online_selection"/></htmlEL:option>
143
				<htmlEL:option value="1"><bean:message key="content_offline_selection"/></htmlEL:option>
144
			</htmlEL:select>
145
		</td>
146
	</tr>	
147
	<tr>
148
		<td width="10%">&nbsp;</td>
149
		<td width="45%"><bean:message key="content_payee_online_payment"/>:</td>
150
		<td>
151
			<htmlEL:select property="onlinePayment" name="contentForm">
152
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
153
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
154
			</htmlEL:select>
155
		</td>
156
	</tr>
157
	
158
	<tr>
159
		<td width="10%">&nbsp;</td>
160
		<td width="45%"><bean:message key="content_payee_favour_register_indi"/>:</td>
161
		<td>
162
			<htmlEL:select property="favRegisterIndi" name="contentForm">
163
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
164
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
165
			</htmlEL:select>
166
		</td>
167
	</tr>
168
	<tr>
169
		<td width="10%">&nbsp;</td>
170
		<td width="45%"><bean:message key="content_payee_effective_date"/>:</td>
171
		<td>
172
			<htmlEL:select property="effectiveDate" name="contentForm">
173
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
174
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
175
			</htmlEL:select>
176
		</td>
177
	</tr>
178
	<tr>
179
		<td width="10%">&nbsp;</td>
180
		<td width="45%"><bean:message key="content_payee_min_payment"/>:</td>
181
		<td>
182
			<htmlEL:select property="minPayment" name="contentForm">
183
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
184
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
185
			</htmlEL:select>
186
		</td>
187
	</tr>
188
	<tr>
189
		<td width="10%">&nbsp;</td>
190
		<td width="45%"><bean:message key="content_payee_min_payment_amount"/>:</td>
191
		<td><htmlEL:text property="minPaymentAmount" name="contentForm" maxlength="10" autocomplete="off"/></td>
192
	</tr>
193
<tr>
194
			<td width="10%">&nbsp;</td>
195
		<td width="45%"><bean:message key="content_payee_max_payment"/>:</td>
196
		<td>
197
			<htmlEL:select property="maxPayment" name="contentForm">
198
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
199
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
200
			</htmlEL:select>
201
		</td>
202
	</tr>
203
	<tr>
204
		<td width="10%">&nbsp;</td>
205
		<td width="45%"><bean:message key="content_payee_max_payment_amount"/>:</td>
206
		<td><htmlEL:text property="maxPaymentAmount" name="contentForm" maxlength="10" autocomplete="off"/></td>
207
	</tr>
208
	<tr>
209
		<td width="10%">&nbsp;</td>
210
		<td width="45%"><bean:message key="content_payee_saving_trancode"/>*:</td>
211
		<td><htmlEL:text property="savingTrancode" name="contentForm" maxlength="10" autocomplete="off"/></td>
212
	</tr>
213
	<tr>
214
		<td width="10%">&nbsp;</td>
215
		<td width="45%"><bean:message key="content_payee_current_trancode"/>*:</td>
216
		<td><htmlEL:text property="currentTrancode" name="contentForm" maxlength="10" autocomplete="off"/></td>
217
	</tr>
218
   <tr>
219
		<td width="10%">&nbsp;</td>
220
		<td width="45%"><bean:message key="content.payee.saving.trancode.bib"/>*:</td>
221
		<td><htmlEL:text property="savingTrancodeBIB" name="contentForm" maxlength="10" autocomplete="off"/></td>
222
	</tr>
223
	<tr>
224
		<td width="10%">&nbsp;</td>
225
		<td width="45%"><bean:message key="content.payee.current.trancode.bib"/>*:</td>
226
		<td><htmlEL:text property="currentTrancodeBIB" name="contentForm" maxlength="10" autocomplete="off"/></td>
227
	</tr>
228
		
229
	<tr>
230
		<td width="10%">&nbsp;</td>
231
		<td width="45%"><bean:message key="content_payee_type"/>:</td>
232
		<td>
233
			<htmlEL:select property="payeeType" name="contentForm">
234
				<htmlEL:option value="">
235
 					<bean:message key="general.select.option0" />
236
				</htmlEL:option>
237
				<logic:iterate id="payeeGroup" name="contentForm" property="payeeTypeList">
238
					<htmlEL:option value="${payeeGroup}">
239
	 					<c:out value="${payeeGroup}"></c:out>
240
					</htmlEL:option>
241
				</logic:iterate>
242
			</htmlEL:select>
243
		</td>
244
	</tr>
245
	<tr>
246
		<td width="10%">&nbsp;</td>
247
		<td class="valignTop" width="45%"><bean:message key="content_payee_zakat_charge_amt"/>:</td>
248
		<td><htmlEL:text maxlength="11" property="chargeZakatPercent" name="contentForm"/><strong>%</strong></td>
249
	</tr>
250
	
251
	
252
	<tr><td colspan="3">&nbsp;</td></tr>
253
</table>	
254
	
255
<table class="tabularForm">
256
	<tr><td colspan="3">&nbsp;</td></tr>
257
	<tr>
258
		<td width="10%">&nbsp;</td>
259
		<td width="45%"><bean:message key="content_payee_bill_account_req"/>:</td>
260
		<td>
261
			<htmlEL:select property="billAcctReq" name="contentForm">
262
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
263
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
264
			</htmlEL:select>
265
		</td>
266
	</tr>
267
	
268
	<tr>
269
		<td width="10%">&nbsp;</td>
270
		<td width="45%"><bean:message key="content_payee_label_checkDigitForBillAccountNumber"/>:</td>
271
		<td>
272
			<htmlEL:select styleId="checkDigitForBillAcctNoReq" property="checkDigitForBillAcctNoReq" name="contentForm" onchange="checkDigitReqChecking();">
273
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
274
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
275
			</htmlEL:select>
276
		</td>
277
	<tr>
278
	
279
	<tr>
280
		<td width="10%">&nbsp;</td>
281
		<td width="45%"><bean:message key="content_payee_bill_account_display_name_req"/>:</td>
282
		<td>
283
			<htmlEL:select property="acctDisplayNameReq" name="contentForm">
284
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
285
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
286
			</htmlEL:select>
287
		</td>
288
	</tr>
289
	<tr>
290
		<td width="10%">&nbsp;</td>
291
		<td width="45%"><bean:message key="content_payee_bill_account_display_name"/>:</td>
292
		<td><htmlEL:text property="billAcctDispName" name="contentForm" maxlength="64" autocomplete="off"/></td>
293
	</tr>
294
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
295
	<tr>
296
		<td width="10%">&nbsp;</td>
297
		<td width="45%"><bean:message key="content_payee_bill_account_display_name_ML"/>:</td>
298
		<td><htmlEL:text property="billAcctDispNameML" name="contentForm" maxlength="64" autocomplete="off"/></td>
299
	</tr>
300
	</c:if>
301
	<tr>
302
		<td width="10%">&nbsp;</td>
303
		<td width="45%"><bean:message key="content_payee_image_req"/>:</td>
304
		<td>
305
			<htmlEL:select property="imageReq" name="contentForm">
306
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
307
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
308
			</htmlEL:select>
309
		</td>
310
	</tr>
311
	<tr>
312
		<td width="10%">&nbsp;</td>
313
		<td width="45%"><bean:message key="content_payee_image_url"></bean:message>:</td>
314
		<!--<td><htmlEL:text property="imageUrl" name="contentForm" maxlength="250" autocomplete="off"/></td>-->
315
		<td><htmlEL:file property="imagePayee" name="contentForm"/></td>
316
	</tr>
317
	<tr>
318
		<td width="10%">&nbsp;</td>
319
		<td width="45%"><bean:message key="content_payee_validation_rule"/>:</td>
320
		<td><htmlEL:text property="billAccDispNamePattern" name="contentForm" maxlength="100" size="40" autocomplete="off"/></td>
321
	</tr>
322
	<tr><td colspan="3">&nbsp;</td></tr>
323
</table>		
324
	
325
	<table class="tabularForm">
326
	<tr><td colspan="3">&nbsp;</td></tr>
327
	<tr>
328
		<td width="10%">&nbsp;</td>
329
		<td width="45%"><bean:message key="content_payee_ref_no_req"/>:</td>
330
		<td>
331
			<htmlEL:select property="refNoReq" name="contentForm">
332
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
333
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
334
			</htmlEL:select>
335
		</td>
336
	</tr>
337
	<tr>
338
		<td width="10%">&nbsp;</td>
339
		<td width="45%"><bean:message key="content_payee_ref_no_Mandatory"/>:</td>
340
		<td>
341
			<htmlEL:select property="refNoMandatory" name="contentForm">
342
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
343
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
344
			</htmlEL:select>
345
		</td>
346
	</tr>
347
	<tr>
348
		<td width="10%">&nbsp;</td>
349
		<td width="45%"><bean:message key="content_payee_ref_no_name_req"/>:</td>
350
		<td>
351
			<htmlEL:select property="refNoNameReq" name="contentForm">
352
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
353
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
354
			</htmlEL:select>
355
		</td>
356
	</tr>
357
	<tr>
358
		<td width="10%">&nbsp;</td>
359
		<td width="45%"><bean:message key="content_payee_ref_no_name_display"/>:</td>
360
		<td><htmlEL:text property="refNoNameDisplay" name="contentForm" maxlength="64" autocomplete="off"/></td>
361
	</tr>
362
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
363
	<tr>
364
		<td width="10%">&nbsp;</td>
365
		<td width="45%"><bean:message key="content_payee_ref_no_name_display_ML"/>:</td>
366
		<td><htmlEL:text property="refNoNameDisplayML" name="contentForm" maxlength="64" autocomplete="off"/></td>
367
	</tr>
368
	</c:if>
369
	<tr>
370
		<td width="10%">&nbsp;</td>
371
		<td width="45%"><bean:message key="content_payee_payment_type"/>:</td>
372
		<td><htmlEL:text property="paymentType" name="contentForm" maxlength="2" autocomplete="off"/></td>
373
	</tr>
374
	<tr>
375
		<td width="10%">&nbsp;</td>
376
		<td width="45%"><bean:message key="content_payee_validation_rule"/>:</td>
377
		<td><htmlEL:text property="refNoNamePattern" name="contentForm" maxlength="100" size="40" autocomplete="off"/></td>
378
	</tr>
379
	<tr><td colspan="3">&nbsp;</td></tr>
380
</table>	
381
	
382
<table class="tabularForm">
383
	<tr><td colspan="3">&nbsp;</td></tr>
384
	<tr>
385
		<td width="10%">&nbsp;</td>
386
		<td width="45%" class="valignTop"><bean:message key="content_payee_bill_ref_1_req"/>:</td>
387
		<td>
388
			<htmlEL:select property="billRef1Req" name="contentForm">
389
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
390
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
391
			</htmlEL:select>
392
		</td>
393
	</tr>
394
	<tr>
395
		<td width="10%">&nbsp;</td>
396
		<td width="45%"><bean:message key="content_payee_label_checkDigitForBillReferenceNo1"/>:</td>
397
		<td>
398
			<htmlEL:select styleId="checkDigitForBillRef1Req" property="checkDigitForBillRef1Req" name="contentForm" onchange="checkDigitReqChecking();">
399
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
400
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
401
			</htmlEL:select>
402
		</td>
403
	<tr>
404
	<tr>
405
		<td width="10%">&nbsp;</td>
406
		<td width="45%" class="valignTop"><bean:message key="content_payee_bill_ref_1_disp_name_req"/>:</td>
407
		<td>
408
			<htmlEL:select property="billRef1DispNameReq" name="contentForm">
409
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
410
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
411
			</htmlEL:select>
412
		</td>
413
	</tr>
414
	<tr>
415
		<td width="10%">&nbsp;</td>
416
		<td width="45%" class="valignTop"><bean:message key="content_payee_bill_ref_1_disp_name"/>:</td>
417
		<td><htmlEL:text maxlength="64" property="billRef1DispName" name="contentForm"/></td>
418
	</tr>
419
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
420
		<tr>
421
		<td width="10%">&nbsp;</td>
422
		<td width="45%" class="valignTop"><bean:message key="content_payee_bill_ref_1_disp_name_ML"/>:</td>
423
		<td><htmlEL:text maxlength="64" property="billRef1DispNameML" name="contentForm"/></td>
424
	</tr>
425
	</c:if>
426
	<!-- <tr>
427
		<td width="10%">&nbsp;</td>
428
		<td class="valignTop"><bean:message key="content_payee_bill_ref_1_type"/>:</td>
429
		<td>
430
			<htmlEL:select property="billRef1Type" name="contentForm">
431
				<htmlEL:option value="0">Free Input</htmlEL:option>
432
				<htmlEL:option value="1">Drop Down</htmlEL:option>
433
			</htmlEL:select>
434
		</td>
435
	</tr>  -->
436
	<tr>
437
		<td width="10%">&nbsp;</td>
438
		<td width="45%" class="valignTop"><bean:message key="content_payee_bill_ref_1_mandatory"/>:</td>
439
		<td>
440
			<htmlEL:select property="billRef1Mandatory" name="contentForm">
441
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
442
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
443
			</htmlEL:select>
444
		</td>
445
	</tr>
446
	<tr>
447
		<td width="10%">&nbsp;</td>
448
		<td width="45%" class="valignTop"><bean:message key="content_payee_bill_ref_1_host_field"/>:</td>
449
		<td>
450
			<htmlEL:select property="billRef1HostField" name="contentForm">
451
				<htmlEL:option value="">
452
 					<bean:message key="general.select.option0" />
453
				</htmlEL:option>
454
				<logic:iterate id="hostField" name="contentForm" property="billHostFieldList">
455
					<htmlEL:option value="${hostField}">
456
	 					<c:out value="${hostField}"></c:out>
457
					</htmlEL:option>
458
				</logic:iterate>
459
			</htmlEL:select>
460
		</td>
461
	</tr>
462
	<tr>
463
		<td width="10%">&nbsp;</td>
464
		<td width="45%" class="valignTop"><bean:message key="content_payee_image_ref_1_req"/>:</td>
465
		<td>
466
			<htmlEL:select property="imageRef1Req" name="contentForm">
467
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
468
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
469
			</htmlEL:select>
470
		</td>
471
	</tr>
472
	<tr>
473
		<td width="10%">&nbsp;</td>
474
		<td width="45%" class="valignTop"><bean:message key="content_payee_image_ref_1_url"/>:</td>
475
		<td><htmlEL:text maxlength="128" property="imageRef1Url" name="contentForm"/></td>
476
	</tr>
477
	<tr>
478
		<td width="10%">&nbsp;</td>
479
		<td width="45%"><bean:message key="content_payee_validation_rule"/>:</td>
480
		<td><htmlEL:text property="billRef1DispNamePattern" name="contentForm" maxlength="100" size="40" autocomplete="off"/></td>
481
	</tr>
482
	<tr><td colspan="3">&nbsp;</td></tr>
483
</table>	
484

    
485
<table class="tabularForm">
486
	<tr><td colspan="3">&nbsp;</td></tr>
487
	<tr>
488
		<td width="10%">&nbsp;</td>
489
		<td width="45%" class="valignTop"><bean:message key="content_payee_bill_ref_2_req"/>:</td>
490
		<td>
491
			<htmlEL:select property="billRef2Req" name="contentForm">
492
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
493
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
494
			</htmlEL:select>
495
		</td>
496
	</tr>
497
	<tr>
498
		<td width="10%">&nbsp;</td>
499
		<td width="45%"><bean:message key="content_payee_label_checkDigitForBillReferenceNo2"/>:</td>
500
		<td>
501
			<htmlEL:select styleId="checkDigitForBillRef2Req" property="checkDigitForBillRef2Req" name="contentForm" onchange="checkDigitReqChecking();">
502
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
503
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
504
			</htmlEL:select>
505
		</td>
506
	<tr>
507
	<tr>
508
		<td width="10%">&nbsp;</td>
509
		<td width="45%" class="valignTop"><bean:message key="content_payee_bill_ref_2_disp_name_req"/>:</td>
510
		<td>
511
			<htmlEL:select property="billRef2DispNameReq" name="contentForm">
512
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
513
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
514
			</htmlEL:select>
515
		</td>
516
	</tr>
517
	<tr>
518
		<td width="10%">&nbsp;</td>
519
		<td width="45%" class="valignTop"><bean:message key="content_payee_bill_ref_2_disp_name"/>:</td>
520
		<td><htmlEL:text maxlength="64" property="billRef2DispName" name="contentForm"/></td>
521
	</tr>
522
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
523
	<tr>
524
		<td width="10%">&nbsp;</td>
525
		<td width="45%" class="valignTop"><bean:message key="content_payee_bill_ref_2_disp_name_ML"/>:</td>
526
		<td><htmlEL:text maxlength="64" property="billRef2DispNameML" name="contentForm"/></td>
527
	</tr>
528
	</c:if>
529
	<!-- <tr>
530
		<td width="10%">&nbsp;</td>
531
		<td class="valignTop"><bean:message key="content_payee_bill_ref_2_type"/>:</td>
532
		<td>
533
			<htmlEL:select property="billRef2Type" name="contentForm">
534
				<htmlEL:option value="0">Free Input</htmlEL:option>
535
				<htmlEL:option value="1">Drop Down</htmlEL:option>
536
			</htmlEL:select>
537
		</td>
538
	</tr>  -->
539
	<tr>
540
		<td width="10%">&nbsp;</td>
541
		<td class="valignTop"><bean:message key="content_payee_bill_ref_2_mandatory"/>:</td>
542
		<td>
543
			<htmlEL:select property="billRef2Mandatory" name="contentForm">
544
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
545
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
546
			</htmlEL:select>
547
		</td>
548
	</tr>
549
	<tr>
550
		<td width="10%">&nbsp;</td>
551
		<td class="valignTop"><bean:message key="content_payee_bill_ref_2_host_field"/>:</td>
552
		<td>
553
			<htmlEL:select property="billRef2HostField" name="contentForm">
554
				<htmlEL:option value="">
555
 					<bean:message key="general.select.option0" />
556
				</htmlEL:option>
557
				<logic:iterate id="hostField" name="contentForm" property="billHostFieldList">
558
					<htmlEL:option value="${hostField}">
559
	 					<c:out value="${hostField}"></c:out>
560
					</htmlEL:option>
561
				</logic:iterate>
562
			</htmlEL:select>
563
		</td>
564
	</tr>
565
	<tr>
566
		<td width="10%">&nbsp;</td>
567
		<td class="valignTop"><bean:message key="content_payee_image_ref_2_req"/>:</td>
568
		<td>
569
			<htmlEL:select property="imageRef2Req" name="contentForm">
570
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
571
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
572
			</htmlEL:select>
573
		</td>
574
	</tr>
575
	<tr>
576
		<td width="10%">&nbsp;</td>
577
		<td class="valignTop"><bean:message key="content_payee_image_ref_2_url"/>:</td>
578
		<td><htmlEL:text maxlength="128" property="imageRef2Url" name="contentForm"/></td>
579
	</tr>
580
	<tr>
581
		<td width="10%">&nbsp;</td>
582
		<td width="45%"><bean:message key="content_payee_validation_rule"/>:</td>
583
		<td><htmlEL:text property="billRef2DispNamePattern" name="contentForm" maxlength="100" size="40" autocomplete="off"/></td>
584
	</tr>
585
	<tr><td colspan="3">&nbsp;</td></tr>
586
</table>
587

    
588
<table class="tabularForm">
589
	<tr><td colspan="3">&nbsp;</td></tr>
590
	<tr>
591
		<td width="10%">&nbsp;</td>
592
		<td class="valignTop"><bean:message key="content_payee_merchant"/>:</td>
593
		<td>
594
			<htmlEL:select property="merchant" name="contentForm">
595
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
596
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
597
			</htmlEL:select>
598
		</td>
599
	</tr>
600
	<tr>
601
		<td width="10%">&nbsp;</td>
602
		<td width="45%" class="valignTop"><bean:message key="content_payee_merchant_auth_code"/>:</td>
603
		<td><htmlEL:text maxlength="16" property="mercAuthCode" name="contentForm"/></td>
604
	</tr>
605
	<tr>
606
		<td width="10%">&nbsp;</td>
607
		<td class="valignTop"><bean:message key="content_payee_merchant_auth_sub_code"/>:</td>
608
		<td><htmlEL:text maxlength="16" property="mercAuthSubCode" name="contentForm"/></td>
609
	</tr>
610
	<tr>
611
		<td width="10%">&nbsp;</td>
612
		<td class="valignTop"><bean:message key="content_payee_recharge_code_indi"/>:</td>
613
		<td>
614
			<htmlEL:select property="rechargecodeIndic" name="contentForm">
615
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
616
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
617
			</htmlEL:select>
618
		</td>
619
	</tr>
620
	<tr>
621
		<td width="10%">&nbsp;</td>
622
		<td class="valignTop"><bean:message key="content_payee_recharge_code_name"/>:</td>
623
		<td><htmlEL:text maxlength="64" property="rechargeCodename" name="contentForm"/></td>
624
	</tr>
625
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
626
	<tr>
627
		<td width="10%">&nbsp;</td>
628
		<td class="valignTop"><bean:message key="content_payee_recharge_code_name_ML"/>:</td>
629
		<td><htmlEL:text maxlength="50" property="rechargeCodenameML" name="contentForm"/></td>
630
	</tr>
631
	</c:if>
632
	<tr>
633
		<td width="10%">&nbsp;</td>
634
		<td class="valignTop"><bean:message key="content_payee_serial_no_indi"/>:</td>
635
		<td>
636
			<htmlEL:select property="serialNoIndicator" name="contentForm">
637
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
638
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
639
			</htmlEL:select>
640
		</td>
641
	</tr>
642
	<tr>
643
		<td width="10%">&nbsp;</td>
644
		<td class="valignTop"><bean:message key="content_payee_serial_no_name"/>:</td>
645
		<td><htmlEL:text maxlength="64" property="serialNoName" name="contentForm"/></td>
646
	</tr>
647
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
648
	<tr>
649
		<td width="10%">&nbsp;</td>
650
		<td class="valignTop"><bean:message key="content_payee_serial_no_name_ML"/>:</td>
651
		<td><htmlEL:text maxlength="40" property="serialNoNameML" name="contentForm"/></td>
652
	</tr>
653
	</c:if>
654
	<tr>
655
		<td width="10%">&nbsp;</td>
656
		<td class="valignTop"><bean:message key="content_payee_bill_payment_allow"/>:</td>
657
		<td>
658
			<htmlEL:select property="billPaymentAllowed" name="contentForm">
659
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
660
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
661
			</htmlEL:select>
662
		</td>
663
	</tr>
664
	<tr>
665
		<td width="10%">&nbsp;</td>
666
		<td class="valignTop"><bean:message key="content_payee_debit_engine_allow"/>:</td>
667
		<td>
668
			<htmlEL:select property="debitEngineAllowed" name="contentForm">
669
				<htmlEL:option value="0"><bean:message key="general.no"/></htmlEL:option>
670
				<htmlEL:option value="1"><bean:message key="general.yes"/></htmlEL:option>
671
			</htmlEL:select>
672
		</td>
673
	</tr>
674
	<tr>
675
		<td width="10%">&nbsp;</td>
676
		<td class="valignTop"><bean:message key="content_payee_program_linked"/>:</td>
677
		<td><htmlEL:text maxlength="64" property="programLinked" name="contentForm"/></td>
678
	</tr>
679
	<tr>
680
		<td width="10%">&nbsp;</td>
681
		<td class="valignTop"><bean:message key="content_payee_payment_desc"/>:</td>
682
		<td><htmlEL:text maxlength="64" property="paymentDesc" name="contentForm"/></td>
683
	</tr>
684
	<tr>
685
		<td width="10%">&nbsp;</td>
686
		<td class="valignTop"><bean:message key="content_payee_amount_type"/>:</td>
687
		<td>
688
			<htmlEL:select property="amountType" name="contentForm">
689
				<htmlEL:option value="0"><bean:message key="content.mk.desc.create.payee.free.input" /> </htmlEL:option>
690
				<htmlEL:option value="1"><bean:message key="content.mk.desc.create.payee.drop.down" /></htmlEL:option>
691
				<htmlEL:option value="2"><bean:message key="content.mk.desc.create.payee.fix.amount" /> </htmlEL:option>
692
			</htmlEL:select>
693
		</td>
694
	</tr>
695
	<tr>
696
		<td width="10%">&nbsp;</td>
697
		<td class="valignTop"><bean:message key="content_payee_fix_amount"/>:</td>
698
		<td><htmlEL:text maxlength="11" property="fixAmount" name="contentForm"/></td>
699
	</tr>
700
	<tr><td colspan="3">&nbsp;</td></tr>
701
</table>
702

    
703
<table class="tabularForm">
704
	<tr><td colspan="3">&nbsp;</td></tr>
705
	<tr>
706
		<td width="10%">&nbsp;</td>
707
		<td class="valignTop"><bean:message key="content_payee_note1_req"/>:</td>
708
		<td><htmlEL:textarea property="note1" name="contentForm"/></td>
709
	</tr>
710
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
711
	<tr>
712
		<td width="10%">&nbsp;</td>
713
		<td class="valignTop"><bean:message key="content_payee_note1_req_ML"/>:</td>
714
		<td><htmlEL:textarea property="note1ML" name="contentForm"/></td>
715
	</tr>
716
	</c:if>
717
	<tr>
718
		<td width="10%">&nbsp;</td>
719
		<td class="valignTop"><bean:message key="content_payee_note2_req"/>:</td>
720
		<td><htmlEL:textarea property="note2" name="contentForm"/></td>
721
	</tr>
722
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
723
	<tr>
724
		<td width="10%">&nbsp;</td>
725
		<td class="valignTop"><bean:message key="content_payee_note2_req_ML"/>:</td>
726
		<td><htmlEL:textarea property="note2ML" name="contentForm"/></td>
727
	</tr>
728
	</c:if>
729
	<tr>
730
		<td width="10%">&nbsp;</td>
731
		<td class="valignTop"><bean:message key="content_payee_note3_req"/>:</td>
732
		<td><htmlEL:textarea property="note3" name="contentForm"/></td>
733
	</tr>
734
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
735
	<tr>
736
		<td width="10%">&nbsp;</td>
737
		<td class="valignTop"><bean:message key="content_payee_note3_req_ML"/>:</td>
738
		<td><htmlEL:textarea property="note3ML" name="contentForm"/></td>
739
	</tr>
740
	</c:if>
741
	<tr><td colspan="3">&nbsp;</td></tr>
742
</table>	
743

    
744
<!-- <table class="tabularForm"> -->
745
<!-- 	<tr><td colspan="3">&nbsp;</td></tr> -->
746
	
747
<!-- 	<tr><td colspan="3">&nbsp;</td></tr> -->
748
<!-- </table>	 -->
749
	
750
<div class="floatRight" style="direction: rtl;text-align: right;">
751
		<htmlEL:submit property="action">
752
			<bean:message key="input_button_create_category_done" />
753
		</htmlEL:submit>
754
		<htmlEL:cancel property="action">
755
			<bean:message key="general.button.back" />
756
		</htmlEL:cancel>
757
	</div>
758
</htmlEL:form>
759
<%-- <htmlEL:form action="/ss105/checkDigitPrerequisiteDetails.do"> --%>
760
<%-- 	<htmlEL:hidden property="payeeCode" name="contentForm" value ="${payeeBean.map.payeeCode}"></htmlEL:hidden> --%>
761
<%-- <htmlEL:hidden property="createPayeeInd" name="contentForm" value ="create"></htmlEL:hidden> --%>
762
<%-- 	<htmlEL:submit styleId="checkDigitButton" property="action" styleClass="button floatRight" onclick="overlay();"> --%>
763
<%-- 		<bean:message key="content_payee_button_checkDigit"/>						 --%>
764
<%-- 	</htmlEL:submit> --%>
765
<%-- </htmlEL:form> --%>
766

    
767