Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss105_content / ibssEditServiceNote.jsp @ 121:9d72c7621bba

History | View | Annotate | Download (21.3 KB)

1 0:ea666cc7880e hadi
<%@ 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-el" prefix="logicEL" %>
5
<script type="text/javascript" src="<%=request.getContextPath()%>/js/service-info.js"></script>
6
<script type="text/javascript" src="../js/tiny_mce/tiny_mce.js"></script>
7
<script language="javascript" type="text/javascript">
8
9
$(document).ready(function(){
10
	tierCharges1Checking();
11
	tierCharges2Checking();
12
	tierCharges3Checking();
13
	tierCharges4Checking();
14
	tierCharges5Checking();
15
})
16
17
tinyMCE.init({
18
	mode : "textareas",
19
	theme : "advanced",
20
	theme_advanced_buttons1 :"bold, italic, underline",
21
	theme_advanced_buttons2 :"",
22
	theme_advanced_buttons3 :"",
23
	theme_advanced_buttons4 :"",
24
	theme_advanced_toolbar_align : "left",
25
	theme_advanced_toolbar_location : "top",
26
});
27
</script>
28
29
<c:set var="serviceNoteBean" value="${contentForm.map.serviceNoteBean}"/>
30
31
<h3 class="title"><STRONG><bean:message key="title_sub_edit_service_note"/></STRONG></h3><br/>
32
<table id="errorTable">
33
<tr>
34
	<td>
35
		<span id="serverSideError" class="error"><jsp:include flush="true" page="/jsp/errorHandler.jsp"></jsp:include></span>
36
	</td>
37
</tr>
38
</table>
39
<htmlEL:form action="/ss105/updateServiceNote.do">
40
<table class="stepTable">
41
<tr>
42
<td>&nbsp;</td>
43
<td><div id="steps"><span><bean:message key="general.title.steps" arg0="1" arg1="2"/></span></div></td>
44
45
</tr>
46
</table>
47
<table class="tabularForm">
48
	<tr><td colspan="3">&nbsp;</td></tr>
49
	<tr>
50
		<td width="10%">&nbsp;</td>
51
		<td><bean:message key="content_account_status_category"></bean:message>:</td>
52
		<td><strong><c:out value="${contentForm.map.categoryName}"/></strong></td>
53
	</tr>
54
	<tr>
55
		<td width="10%">&nbsp;</td>
56
		<td><bean:message key="content_service_code"></bean:message>:</td>
57
		<td><strong><c:out value="${contentForm.map.serviceCode}"/></strong></td>
58
	</tr>
59
	<tr>
60
		<td width="10%">&nbsp;</td>
61
		<td class="valignTop"><bean:message key="content_service_name"/>:</td>
62
		<td><htmlEL:text property="serviceName" name="contentForm" style="width:300px" styleClass="checkAll" maxlength="64"/>
63
		<bean:define id="serviceName" name="contentForm" property="serviceName" />
64
		<htmlEL:hidden name="contentForm" property="serviceNameOri" value="${contentForm.map.serviceNameOri}" />
65
		</td>
66
	</tr>
67
	<tr>
68
		<td width="10%">&nbsp;</td>
69
		<td class="valignTop"><bean:message key="content_service_name_EN"/>:</td>
70
		<td><htmlEL:text property="serviceNameEN" name="contentForm" style="width:300px" maxlength="64"/></td>
71
	</tr>
72
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
73
	<tr>
74
		<td width="10%">&nbsp;</td>
75
		<td class="valignTop"><bean:message key="content_service_name_ML" />:</td>
76
		<td><htmlEL:text property="serviceNameML" name="contentForm" style="width:300px" maxlength="64"/></td>
77
	</tr>
78
	</c:if>
79
	<tr>
80
		<td width="10%">&nbsp;</td>
81
		<td class="valignTop"><bean:message key="content_service_main_note_1"/>:</td>
82
		<td><htmlEL:textarea rows="1" cols="1" property="mainNote1" name="contentForm" styleClass="checkAll"/></td>
83
	</tr>
84
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
85
	<tr>
86
		<td width="10%">&nbsp;</td>
87
		<td class="valignTop"><bean:message key="content_service_main_note_1_ML"></bean:message>:</td>
88
		<td><htmlEL:textarea property="mainNote1ML" name="contentForm"/></td>
89
	</tr>
90
	</c:if>
91
	<tr>
92
		<td width="10%">&nbsp;</td>
93
		<td class="valignTop"><bean:message key="content_service_main_note_2"/>:</td>
94
		<td><htmlEL:textarea property="mainNote2" name="contentForm"/></td>
95
	</tr>
96
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
97
	<tr>
98
		<td width="10%">&nbsp;</td>
99
		<td class="valignTop"><bean:message key="content_service_main_note_2_ML"/>:</td>
100
		<td><htmlEL:textarea property="mainNote2ML" name="contentForm"/></td>
101
	</tr>
102
	</c:if>
103
	<tr>
104
		<td width="10%">&nbsp;</td>
105
		<td class="valignTop"><bean:message key="content_service_main_note_3"/>:</td>
106
		<td><htmlEL:textarea property="mainNote3" name="contentForm"/></td>
107
	</tr>
108
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
109
	<tr>
110
		<td width="10%">&nbsp;</td>
111
		<td class="valignTop"><bean:message key="content_service_main_note_3_ML"/>:</td>
112
		<td><htmlEL:textarea property="mainNote3ML" name="contentForm"/></td>
113
	</tr>
114
	</c:if>
115
	<tr>
116
		<td width="10%">&nbsp;</td>
117
		<td class="valignTop"><bean:message key="content_service_main_note_4"/>:</td>
118
		<td><htmlEL:textarea property="mainNote4" name="contentForm"/></td>
119
	</tr>
120
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
121
	<tr>
122
		<td width="10%">&nbsp;</td>
123
		<td class="valignTop"><bean:message key="content_service_main_note_4_ML"/>:</td>
124
		<td><htmlEL:textarea property="mainNote4ML" name="contentForm"/></td>
125
	</tr>
126
	</c:if>
127
	<tr>
128
		<td width="10%">&nbsp;</td>
129
		<td class="valignTop"><bean:message key="content_service_main_note_5"/>:</td>
130
		<td><htmlEL:textarea property="mainNote5" name="contentForm"/></td>
131
	</tr>
132
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
133
	<tr>
134
		<td width="10%">&nbsp;</td>
135
		<td class="valignTop"><bean:message key="content_service_main_note_5_ML"/>:</td>
136
		<td><htmlEL:textarea property="mainNote5ML" name="contentForm"/></td>
137
	</tr>
138
	</c:if>
139
	<tr>
140
		<td width="10%">&nbsp;</td>
141
		<td class="valignTop"><bean:message key="content_service_main_note_6"/>:</td>
142
		<td><htmlEL:textarea property="mainNote6" name="contentForm"/></td>
143
	</tr>
144
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
145
	<tr>
146
		<td width="10%">&nbsp;</td>
147
		<td class="valignTop"><bean:message key="content_service_main_note_6_ML"/>:</td>
148
		<td><htmlEL:textarea property="mainNote6ML" name="contentForm"/></td>
149
	</tr>
150
	</c:if>
151
	<tr>
152
		<td width="10%">&nbsp;</td>
153
		<td><bean:message key="content_service_offline_message"></bean:message>:</td>
154
		<td><htmlEL:textarea property="offlineMessage" name="contentForm"></htmlEL:textarea></td>
155
	</tr>
156
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
157
	<tr>
158
		<td width="10%">&nbsp;</td>
159
		<td class="valignTop"><bean:message key="content_service_offline_message_ML"/>:</td>
160
		<td><htmlEL:textarea property="offlineMessageML" name="contentForm"/></td>
161
	</tr>
162
	</c:if>
163
	<tr>
164
		<td width="10%">&nbsp;</td>
165
		<td class="valignTop"><bean:message key="content_service_min_limit"></bean:message>:</td>
166
		<td><htmlEL:text property="minLimit" autocomplete="off" name="contentForm" maxlength="9"/></td>
167
	</tr>
168
	<tr>
169
		<td width="10%">&nbsp;</td>
170
		<td class="valignTop"><bean:message key="content_service_max_limit"></bean:message>:</td>
171
		<td><htmlEL:text property="maxLimit" autocomplete="off" name="contentForm" maxlength="9"/></td>
172
	</tr>
173
	<tr>
174
		<td width="10%">&nbsp;</td>
175
		<td class="valignTop"><bean:message key="content_service_denominator"></bean:message>:</td>
176
		<td><htmlEL:text property="denominator" autocomplete="off" name="contentForm" maxlength="9"/></td>
177
	</tr>
178
	<tr>
179
		<td width="10%">&nbsp;</td>
180
		<td class="valignTop"><bean:message key="content_service_future_trnx_flag"></bean:message>:</td>
181
		<td>
182
			<htmlEL:select property="futureTrnxFlag" name="contentForm">
183
				<htmlEL:option value="1"><bean:message key="general.no"/></htmlEL:option>
184
				<htmlEL:option value="0"><bean:message key="general.yes"/></htmlEL:option>
185
			</htmlEL:select>
186
		</td>
187
	</tr>
188
189
	<tr>
190
		<td width="10%">&nbsp;</td>
191
		<td class="valignTop"><bean:message key="content_service_def_charges_1"></bean:message>:</td>
192
		<td><htmlEL:text property="defaultCharges1" autocomplete="off" name="contentForm" maxlength="16"/></td>
193
	</tr>
194
	<tr>
195
		<td width="10%">&nbsp;</td>
196
		<td class="valignTop"><bean:message key="content_service_tier_charges_req_1"></bean:message>:</td>
197
		<td>
198
			<htmlEL:select styleId="tierChargesReq1" property="tierChargesReq1" name="contentForm" onchange="tierCharges1Checking();">
199
				<htmlEL:option value="1"><bean:message key="general.no"/></htmlEL:option>
200
				<htmlEL:option value="0"><bean:message key="general.yes"/></htmlEL:option>
201
			</htmlEL:select>
202
		</td>
203
	</tr>
204
	<tr>
205
		<td width="10%">&nbsp;</td>
206
		<td class="valignTop"><bean:message key="content_service_tier_charges_1"></bean:message>:</td>
207
		<td>
208
			<htmlEL:select styleId="chargeCode1" property="chargeCode1" name="contentForm">
209
				<htmlEL:option value=""></htmlEL:option>
210
				<logicEL:iterate id="each" name="serviceNoteBean" property="tieredChargesList">
211
					<htmlEL:option value="${each.chargeCode}"><c:out value="${each.chargeCode}"/></htmlEL:option>
212
				</logicEL:iterate>
213
			</htmlEL:select>
214
		</td>
215
	</tr>
216
	<tr>
217
		<td width="10%">&nbsp;</td>
218
		<td class="valignTop"><bean:message key="content_service_def_charges_2"></bean:message>:</td>
219
		<td><htmlEL:text property="defaultCharges2" autocomplete="off" name="contentForm" maxlength="16"/></td>
220
	</tr>
221
	<tr>
222
		<td width="10%">&nbsp;</td>
223
		<td class="valignTop"><bean:message key="content_service_tier_charges_req_2"></bean:message>:</td>
224
		<td>
225
			<htmlEL:select styleId="tierChargesReq2" property="tierChargesReq2" name="contentForm" onchange="tierCharges2Checking();">
226
				<htmlEL:option value="1"><bean:message key="general.no"/></htmlEL:option>
227
				<htmlEL:option value="0"><bean:message key="general.yes"/></htmlEL:option>
228
			</htmlEL:select>
229
		</td>
230
	</tr>
231
	<tr>
232
		<td width="10%">&nbsp;</td>
233
		<td class="valignTop"><bean:message key="content_service_tier_charges_2"></bean:message>:</td>
234
		<td>
235
			<htmlEL:select styleId="chargeCode2" property="chargeCode2" name="contentForm">
236
				<htmlEL:option value=""></htmlEL:option>
237
				<logicEL:iterate id="each" name="serviceNoteBean" property="tieredChargesList">
238
					<htmlEL:option value="${each.chargeCode}"><c:out value="${each.chargeCode}"/></htmlEL:option>
239
				</logicEL:iterate>
240
			</htmlEL:select>
241
		</td>
242
	</tr>
243
	<tr>
244
		<td width="10%">&nbsp;</td>
245
		<td class="valignTop"><bean:message key="content_service_def_charges_3"></bean:message>:</td>
246
		<td><htmlEL:text property="defaultCharges3" autocomplete="off" name="contentForm" maxlength="16"/></td>
247
	</tr>
248
	<tr>
249
		<td width="10%">&nbsp;</td>
250
		<td class="valignTop"><bean:message key="content_service_tier_charges_req_3"></bean:message>:</td>
251
		<td>
252
			<htmlEL:select styleId="tierChargesReq3" property="tierChargesReq3" name="contentForm" onchange="tierCharges3Checking();">
253
				<htmlEL:option value="1"><bean:message key="general.no"/></htmlEL:option>
254
				<htmlEL:option value="0"><bean:message key="general.yes"/></htmlEL:option>
255
			</htmlEL:select>
256
		</td>
257
	</tr>
258
	<tr>
259
		<td width="10%">&nbsp;</td>
260
		<td class="valignTop"><bean:message key="content_service_tier_charges_3"></bean:message>:</td>
261
		<td>
262
			<htmlEL:select styleId="chargeCode3" property="chargeCode3" name="contentForm">
263
				<htmlEL:option value=""></htmlEL:option>
264
				<logicEL:iterate id="each" name="serviceNoteBean" property="tieredChargesList">
265
					<htmlEL:option value="${each.chargeCode}"><c:out value="${each.chargeCode}"/></htmlEL:option>
266
				</logicEL:iterate>
267
			</htmlEL:select>
268
		</td>
269
	</tr>
270
	<tr>
271
		<td width="10%">&nbsp;</td>
272
		<td class="valignTop"><bean:message key="content_service_def_charges_4"></bean:message>:</td>
273
		<td><htmlEL:text property="defaultCharges4" autocomplete="off" name="contentForm" maxlength="16"/></td>
274
	</tr>
275
	<tr>
276
		<td width="10%">&nbsp;</td>
277
		<td class="valignTop"><bean:message key="content_service_tier_charges_req_4"></bean:message>:</td>
278
		<td>
279
			<htmlEL:select styleId="tierChargesReq4" property="tierChargesReq4" name="contentForm" onchange="tierCharges4Checking();">
280
				<htmlEL:option value="1"><bean:message key="general.no"/></htmlEL:option>
281
				<htmlEL:option value="0"><bean:message key="general.yes"/></htmlEL:option>
282
			</htmlEL:select>
283
		</td>
284
	</tr>
285
	<tr>
286
		<td width="10%">&nbsp;</td>
287
		<td class="valignTop"><bean:message key="content_service_tier_charges_4"></bean:message>:</td>
288
		<td>
289
			<htmlEL:select styleId="chargeCode4" property="chargeCode4" name="contentForm">
290
				<htmlEL:option value=""></htmlEL:option>
291
				<logicEL:iterate id="each" name="serviceNoteBean" property="tieredChargesList">
292
					<htmlEL:option value="${each.chargeCode}"><c:out value="${each.chargeCode}"/></htmlEL:option>
293
				</logicEL:iterate>
294
			</htmlEL:select>
295
		</td>
296
	</tr>
297
	<tr>
298
		<td width="10%">&nbsp;</td>
299
		<td class="valignTop"><bean:message key="content_service_def_charges_5"></bean:message>:</td>
300
		<td><htmlEL:text property="defaultCharges5" autocomplete="off" name="contentForm" maxlength="16"/></td>
301
	</tr>
302
	<tr>
303
		<td width="10%">&nbsp;</td>
304
		<td class="valignTop"><bean:message key="content_service_tier_charges_req_5"></bean:message>:</td>
305
		<td>
306
			<htmlEL:select styleId="tierChargesReq5" property="tierChargesReq5" name="contentForm" onchange="tierCharges5Checking();">
307
				<htmlEL:option value="1"><bean:message key="general.no"/></htmlEL:option>
308
				<htmlEL:option value="0"><bean:message key="general.yes"/></htmlEL:option>
309
			</htmlEL:select>
310
		</td>
311
	</tr>
312
	<tr>
313
		<td width="10%">&nbsp;</td>
314
		<td class="valignTop"><bean:message key="content_service_tier_charges_5"></bean:message>:</td>
315
		<td>
316
			<htmlEL:select styleId="chargeCode5" property="chargeCode5" name="contentForm">
317
				<htmlEL:option value=""></htmlEL:option>
318
				<logicEL:iterate id="each" name="serviceNoteBean" property="tieredChargesList">
319
					<htmlEL:option value="${each.chargeCode}"><c:out value="${each.chargeCode}"/></htmlEL:option>
320
				</logicEL:iterate>
321
			</htmlEL:select>
322
		</td>
323
	</tr>
324
325
	<tr>
326
		<td width="10%">&nbsp;</td>
327
		<td class="valignTop"><bean:message key="content_service_charges"></bean:message>:</td>
328
		<td><htmlEL:text property="charges" autocomplete="off" name="contentForm" maxlength="9"/></td>
329
	</tr>
330
	<tr>
331
		<td width="10%">&nbsp;</td>
332
		<td class="valignTop"><bean:message key="content_service_tac_required"></bean:message>:</td>
333
		<td>
334
			<htmlEL:select property="tacRequired" name="contentForm">
335
				<htmlEL:option value="1"><bean:message key="general.no"/></htmlEL:option>
336
				<htmlEL:option value="0"><bean:message key="general.yes"/></htmlEL:option>
337
			</htmlEL:select>
338
		</td>
339
	</tr>
340
	<tr>
341
		<td width="10%">&nbsp;</td>
342
		<td class="valignTop"><bean:message key="content_service_sms_service_bit"></bean:message>:</td>
343
		<td>
344
			<htmlEL:select property="smsServiceBit" name="contentForm">
345
				<htmlEL:option value="1"><bean:message key="general.no"/></htmlEL:option>
346
				<htmlEL:option value="0"><bean:message key="general.yes"/></htmlEL:option>
347
			</htmlEL:select>
348
		</td>
349
	</tr>
350
	<tr id="smsCharges">
351
		<td width="10%">&nbsp;</td>
352
		<td class="valignTop"><bean:message key="content_service_sms_charges"></bean:message>:</td>
353
		<td><htmlEL:text property="smsCharges" autocomplete="off" name="contentForm" maxlength="9"/></td>
354
	</tr>
355
	<tr>
356
		<td width="10%">&nbsp;</td>
357
		<td class="valignTop"><bean:message key="content_service_min_sms_amount"></bean:message>:</td>
358
		<td><htmlEL:text property="minSmsAmount" autocomplete="off" name="contentForm" maxlength="9"/></td>
359
	</tr>
360
	<tr>
361
		<td width="10%">&nbsp;</td>
362
		<td class="valignTop"><bean:message key="content_service_sms_note1"></bean:message>:</td>
363
		<td><htmlEL:textarea property="smsNote1" name="contentForm"/></td>
364
	</tr>
365
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
366
	<tr>
367
		<td width="10%">&nbsp;</td>
368
		<td class="valignTop"><bean:message key="content_service_sms_note1_ML"></bean:message>:</td>
369
		<td><htmlEL:textarea property="smsNote1ML" name="contentForm"/></td>
370
	</tr>
371
	</c:if>
372
	<tr>
373
		<td width="10%">&nbsp;</td>
374
		<td class="valignTop"><bean:message key="content_service_sms_note2"></bean:message>:</td>
375
		<td><htmlEL:textarea property="smsNote2" name="contentForm"/></td>
376
	</tr>
377
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
378
	<tr>
379
		<td width="10%">&nbsp;</td>
380
		<td class="valignTop"><bean:message key="content_service_sms_note2_ML"></bean:message>:</td>
381
		<td><htmlEL:textarea property="smsNote2ML" name="contentForm"/></td>
382
	</tr>
383
	</c:if>
384
	<tr>
385
		<td width="10%">&nbsp;</td>
386
		<td class="valignTop"><bean:message key="content_service_sms_note3"></bean:message>:</td>
387
		<td><htmlEL:textarea property="smsNote3" name="contentForm"/></td>
388
	</tr>
389
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
390
	<tr>
391
		<td width="10%">&nbsp;</td>
392
		<td class="valignTop"><bean:message key="content_service_sms_note3_ML"></bean:message>:</td>
393
		<td><htmlEL:textarea property="smsNote3ML" name="contentForm"/></td>
394
	</tr>
395
	</c:if>
396
	<tr>
397
		<td width="10%">&nbsp;</td>
398
		<td class="valignTop"><bean:message key="content_service_sms_note4"></bean:message>:</td>
399
		<td><htmlEL:textarea property="smsNote4" name="contentForm"/></td>
400
	</tr>
401
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
402
	<tr>
403
		<td width="10%">&nbsp;</td>
404
		<td class="valignTop"><bean:message key="content_service_sms_note4_ML"></bean:message>:</td>
405
		<td><htmlEL:textarea property="smsNote4ML" name="contentForm"/></td>
406
	</tr>
407
	</c:if>
408
	<tr>
409
	<td width="10%">&nbsp;</td>
410
		<td class="valignTop"><bean:message key="content_service_sms_note5"></bean:message>:</td>
411
		<td><htmlEL:text property="smsNote5" name="contentForm" maxlength="135" style="width:500px;" /></td>
412
	</tr>
413
	<tr>
414
		<td width="10%">&nbsp;</td>
415
		<td class="valignTop"><bean:message key="content_service_table_limit"></bean:message>:</td>
416
		<td><htmlEL:text property="tableLimit" autocomplete="off" name="contentForm" maxlength="9"/></td>
417
	</tr>
418
	<tr>
419
		<td width="10%">&nbsp;</td>
420
		<td class="valignTop"><bean:message key="content_service_bene_sms_service_bit"></bean:message>:</td>
421
		<td>
422
			<htmlEL:select property="beneSmsServiceBit" name="contentForm">
423
				<htmlEL:option value="1"><bean:message key="general.no"/></htmlEL:option>
424
				<htmlEL:option value="0"><bean:message key="general.yes"/></htmlEL:option>
425
			</htmlEL:select>
426
		</td>
427
	</tr>
428
	<tr>
429
		<td width="10%">&nbsp;</td>
430
		<td class="valignTop"><bean:message key="content_service_bene_sms_charges"></bean:message>:</td>
431
		<td><htmlEL:text property="beneSmsCharges" autocomplete="off" name="contentForm" maxlength="9"/></td>
432
	</tr>
433
	<tr>
434
		<td width="10%">&nbsp;</td>
435
		<td><bean:message key="content_status"/>:</td>
436
		<td>
437
			<htmlEL:select property="status" name="contentForm">
438
				<htmlEL:option value="0"><bean:message key="content_online_selection"/></htmlEL:option>
439
				<htmlEL:option value="1"><bean:message key="content_offline_selection"/></htmlEL:option>
440
			</htmlEL:select>
441
		</td>
442
	</tr>
443
444
	<tr>
445
		<td width="10%">&nbsp;</td>
446
		<td><bean:message key="content.service.reward.base"/>:</td>
447
		<td>
448
			<htmlEL:select property="rewardBase" name="contentForm">
449
				<htmlEL:option value="0"><bean:message key="content.service.reward.base.0"/></htmlEL:option>
450
				<htmlEL:option value="1"><bean:message key="content.service.reward.base.1"/></htmlEL:option>
451
				<htmlEL:option value="2"><bean:message key="content.service.reward.base.2"/></htmlEL:option>
452
			</htmlEL:select>
453
		</td>
454
	</tr>
455
	<tr>
456
		<td width="10%">&nbsp;</td>
457
		<td><bean:message key="content.service.reward.multipier"/>:</td>
458
		<td><htmlEL:text property="rewardMultiplier" name="contentForm" autocomplete="off" maxlength="16"></htmlEL:text></td>
459
	</tr>
460
	<c:if test="${not empty contentForm.map.serviceCodeRentas}">
461
	<tr>
462
		<td width="10%">&nbsp;</td>
463
		<td><bean:message key="content.service.operation.hour.status"/>:</td>
464
		<td>
465
			<htmlEL:select property="operationHourFlag" name="contentForm">
466
				<htmlEL:option value="1"><bean:message key="content.service.disabled"/></htmlEL:option>
467
				<htmlEL:option value="0"><bean:message key="content.service.enabled"/></htmlEL:option>
468
			</htmlEL:select>
469
		</td>
470
	</tr>
471
	<tr>
472
		<td width="10%">&nbsp;</td>
473
		<td><bean:message key="content.service.operation.start.time"/>:</td>
474
		<td><htmlEL:text property="operationStartTime" name="contentForm" autocomplete="off" maxlength="4"></htmlEL:text></td>
475
	</tr>
476
	<tr>
477
		<td width="10%">&nbsp;</td>
478
		<td><bean:message key="content.service.operation.end.time"/>:</td>
479
		<td><htmlEL:text property="operationEndTime" name="contentForm" autocomplete="off" maxlength="4"></htmlEL:text></td>
480
	</tr>
481
	<tr>
482
		<td width="10%">&nbsp;</td>
483
		<td class="valignTop"><bean:message  key="content.service.operation.weekend"></bean:message>:</td>
484
		<td>
485
			<htmlEL:select property="weekend" name="contentForm">
486
				<htmlEL:option value="1"><bean:message key="content.service.disabled"/></htmlEL:option>
487
				<htmlEL:option value="0"><bean:message key="content.service.enabled"/></htmlEL:option>
488
			</htmlEL:select>
489
		</td>
490
	</tr>
491
	</c:if>
492
	<tr>
493
		<td width="10%">&nbsp;</td>
494
		<td class="valignTop"><bean:message key="content.service.info.expire.day"></bean:message>:</td>
495
		<td><htmlEL:text property="expireDay" autocomplete="off" name="contentForm" maxlength="4"/></td>
496
	</tr>
497
	<tr><td colspan="3">&nbsp;</td></tr>
498
</table>
499
<div class="floatRight" style="direction: rtl;text-align: right;">
500
	<htmlEL:submit property="action" onclick="overlay();">
501
		<bean:message key="general.button.update"/>
502
	</htmlEL:submit>
503
	<htmlEL:cancel property="action" onclick="overlay(); bCancel=true;">
504
		<bean:message key="general.button.back"/>
505
	</htmlEL:cancel>
506
</div>
507
</htmlEL:form>