Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss105_content / ibssServiceNoteDetails.jsp @ 142:9f1591b1f4b7

History | View | Annotate | Download (28.9 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
5
<h3 class="title"><strong><c:out value="${contentForm.map.contentTypeCode}"/></strong></h3><br/>
6
7
<h5><bean:write name="contentForm" property="categoryName"/></h5><br/>
8
9
<table id="errorTable">
10
<tr>
11
	<td>
12
		<span id="serverSideError" class="error"><jsp:include flush="true" page="/jsp/errorHandler.jsp"></jsp:include></span>
13
	</td>
14
</tr>
15
</table>
16
17
<bean:define id="serviceNoteBean" name="contentForm" property="serviceNoteBean" />
18
19
<table class="tabularForm" width="517" border="1" style="table-layout: fixed;">
20
	<tr>
21
		<td width="10%">&nbsp;</td>
22
		<td width="30%"></td>
23
		<td style="word-wrap: break-word; width: 60%"></td>
24
	</tr>
25
	<tr>
26
		<td width="10%">&nbsp;</td>
27
		<td width="30%"><bean:message key="content_service_code"/>:</td>
28
		<td style="word-wrap: break-word; width: 60%"><strong><c:out value="${serviceNoteBean.map.serviceCode}"/></strong></td>
29
	</tr>
30
	<tr>
31
		<td width="10%">&nbsp;</td>
32
		<td width="30%"><bean:message key="content_service_name"/>:</td>
33
		<td style="word-wrap: break-word; width: 60%"><strong>
34
			<c:choose>
35
				<c:when test="${not empty serviceNoteBean.map.serviceName}">
36
					<c:out value="${serviceNoteBean.map.serviceName}"></c:out>
37
				</c:when>
38
				<c:otherwise>-</c:otherwise>
39
			</c:choose>
40
		</strong></td>
41
	</tr>
42
	<tr>
43
		<td width="10%">&nbsp;</td>
44
		<td width="30%"><bean:message key="content_service_name_EN"/>:</td>
45
		<td  style="word-wrap: break-word; width: 60%"><strong>
46
			<c:choose>
47
				<c:when test="${not empty serviceNoteBean.map.serviceNameEN}">
48
					<c:out value="${serviceNoteBean.map.serviceNameEN}" ></c:out>
49
				</c:when>
50
				<c:otherwise>-</c:otherwise>
51
			</c:choose>
52
		</strong></td>
53
	</tr>
54
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
55
	<tr>
56
		<td width="10%">&nbsp;</td>
57
		<td width="30%"><bean:message key="content_service_name_ML"/>:</td>
58
		<td style="word-wrap: break-word; width: 60%"><strong>
59
			<c:choose>
60
				<c:when test="${not empty serviceNoteBean.map.serviceNameML}">
61
					<c:out value="${serviceNoteBean.map.serviceNameML}"></c:out>
62
				</c:when>
63
				<c:otherwise>-</c:otherwise>
64
			</c:choose>
65
		</strong></td>
66
	</tr>
67
	</c:if>
68
	<tr>
69
		<td width="10%">&nbsp;</td>
70
		<td width="30%"><bean:message key="content_service_main_note_1"/>:</td>
71
		<td style="word-wrap: break-word; width: 60%"><strong>
72
			<c:choose>
73
				<c:when test="${not empty serviceNoteBean.map.mainNote1}">
74
					<span  style='white-space: pre-wrap;'><c:out value="${serviceNoteBean.map.mainNote1}"><br/></c:out></span>
75
				</c:when>
76
				<c:otherwise>-</c:otherwise>
77
			</c:choose>
78
		</strong></td>
79
	</tr>
80
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
81
	<tr>
82
		<td width="10%">&nbsp;</td>
83
		<td width="30%"><bean:message key="content_service_main_note_1_ML"/>:</td>
84
		<td style="word-wrap: break-word; width: 60%"><strong>
85
			<c:choose>
86
				<c:when test="${not empty serviceNoteBean.map.mainNote1ML}">
87
					<c:out value="${serviceNoteBean.map.mainNote1ML}"></c:out>
88
				</c:when>
89
				<c:otherwise>-</c:otherwise>
90
			</c:choose>
91
		</strong></td>
92
	</tr>
93
	</c:if>
94
	<tr>
95
		<td width="10%">&nbsp;</td>
96
		<td width="30%"><bean:message key="content_service_main_note_2"/>:</td>
97
		<td style="word-wrap: break-word; width: 60%"><strong>
98
			<c:choose>
99
				<c:when test="${not empty serviceNoteBean.map.mainNote2}">
100
					<c:out value="${serviceNoteBean.map.mainNote2}"></c:out>
101
				</c:when>
102
				<c:otherwise>-</c:otherwise>
103
			</c:choose>
104
		</strong></td>
105
	</tr>
106
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
107
	<tr>
108
		<td width="10%">&nbsp;</td>
109
		<td width="30%"><bean:message key="content_service_main_note_2_ML"/>:</td>
110
		<td style="word-wrap: break-word; width: 60%"><strong>
111
			<c:choose>
112
				<c:when test="${not empty serviceNoteBean.map.mainNote2ML}">
113
					<c:out value="${serviceNoteBean.map.mainNote2ML}"></c:out>
114
				</c:when>
115
				<c:otherwise>-</c:otherwise>
116
			</c:choose>
117
		</strong></td>
118
	</tr>
119
	</c:if>
120
	<tr>
121
		<td width="10%">&nbsp;</td>
122
		<td width="30%"><bean:message key="content_service_main_note_3"/>:</td>
123
		<td style="word-wrap: break-word; width: 60%"><strong>
124
			<c:choose>
125
				<c:when test="${not empty serviceNoteBean.map.mainNote3}">
126
					<c:out value="${serviceNoteBean.map.mainNote3}"></c:out>
127
				</c:when>
128
				<c:otherwise>-</c:otherwise>
129
			</c:choose>
130
		</strong></td>
131
	</tr>
132
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
133
	<tr>
134
		<td width="10%">&nbsp;</td>
135
		<td width="30%"><bean:message key="content_service_main_note_3_ML"/>:</td>
136
		<td style="word-wrap: break-word; width: 60%"><strong>
137
			<c:choose>
138
				<c:when test="${not empty serviceNoteBean.map.mainNote3ML}">
139
					<c:out value="${serviceNoteBean.map.mainNote3ML}"></c:out>
140
				</c:when>
141
				<c:otherwise>-</c:otherwise>
142
			</c:choose>
143
		</strong></td>
144
	</tr>
145
	</c:if>
146
	<tr>
147
		<td width="10%">&nbsp;</td>
148
		<td width="30%"><bean:message key="content_service_main_note_4"/>:</td>
149
		<td style="word-wrap: break-word; width: 60%"><strong>
150
			<c:choose>
151
				<c:when test="${not empty serviceNoteBean.map.mainNote4}">
152
					<c:out value="${serviceNoteBean.map.mainNote4}"></c:out>
153
				</c:when>
154
				<c:otherwise>-</c:otherwise>
155
			</c:choose>
156
		</strong></td>
157
	</tr>
158
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
159
	<tr>
160
		<td width="10%">&nbsp;</td>
161
		<td width="30%"><bean:message key="content_service_main_note_4_ML"/>:</td>
162
		<td style="word-wrap: break-word; width: 60%"><strong>
163
			<c:choose>
164
				<c:when test="${not empty serviceNoteBean.map.mainNote4ML}">
165
					<c:out value="${serviceNoteBean.map.mainNote4ML}"></c:out>
166
				</c:when>
167
				<c:otherwise>-</c:otherwise>
168
			</c:choose>
169
		</strong></td>
170
	</tr>
171
	</c:if>
172
	<tr>
173
		<td width="10%">&nbsp;</td>
174
		<td width="30%"><bean:message key="content_service_main_note_5"/>:</td>
175
		<td style="word-wrap: break-word; width: 60%"><strong>
176
			<c:choose>
177
				<c:when test="${not empty serviceNoteBean.map.mainNote5}">
178
					<c:out value="${serviceNoteBean.map.mainNote5}"></c:out>
179
				</c:when>
180
				<c:otherwise>-</c:otherwise>
181
			</c:choose>
182
		</strong></td>
183
	</tr>
184
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
185
	<tr>
186
		<td width="10%">&nbsp;</td>
187
		<td width="30%"><bean:message key="content_service_main_note_5_ML"/>:</td>
188
		<td style="word-wrap: break-word; width: 60%"><strong>
189
			<c:choose>
190
				<c:when test="${not empty serviceNoteBean.map.mainNote5ML}">
191
					<c:out value="${serviceNoteBean.map.mainNote5ML}"></c:out>
192
				</c:when>
193
				<c:otherwise>-</c:otherwise>
194
			</c:choose>
195
		</strong></td>
196
	</tr>
197
	</c:if>
198
	<tr>
199
		<td width="10%">&nbsp;</td>
200
		<td width="30%"><bean:message key="content_service_main_note_6"/>:</td>
201
		<td style="word-wrap: break-word; width: 60%"><strong>
202
			<c:choose>
203
				<c:when test="${not empty serviceNoteBean.map.mainNote6}">
204
					<c:out value="${serviceNoteBean.map.mainNote6}"></c:out>
205
				</c:when>
206
				<c:otherwise>-</c:otherwise>
207
			</c:choose>
208
		</strong></td>
209
	</tr>
210
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
211
	<tr>
212
		<td width="10%">&nbsp;</td>
213
		<td width="30%"><bean:message key="content_service_main_note_6_ML"/>:</td>
214
		<td style="word-wrap: break-word; width: 60%"><strong>
215
			<c:choose>
216
				<c:when test="${not empty serviceNoteBean.map.mainNote6ML}">
217
					<c:out value="${serviceNoteBean.map.mainNote6ML}"></c:out>
218
				</c:when>
219
				<c:otherwise>-</c:otherwise>
220
			</c:choose>
221
		</strong></td>
222
	</tr>
223
	</c:if>
224
	<tr>
225
		<td width="10%">&nbsp;</td>
226
		<td width="30%"><bean:message key="content_service_offline_message"/>:</td>
227
		<td style="word-wrap: break-word; width: 60%"><strong>
228
			<c:choose>
229
				<c:when test="${not empty serviceNoteBean.map.offlineMessage}">
230
					<c:out value="${serviceNoteBean.map.offlineMessage}"></c:out>
231
				</c:when>
232
				<c:otherwise>-</c:otherwise>
233
			</c:choose>
234
		</strong></td>
235
	</tr>
236
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
237
	<tr>
238
		<td width="10%">&nbsp;</td>
239
		<td width="30%"><bean:message key="content_service_offline_message_ML"/>:</td>
240
		<td style="word-wrap: break-word; width: 60%"><strong>
241
			<c:choose>
242
				<c:when test="${not empty serviceNoteBean.map.offlineMessageML}">
243
					<c:out value="${serviceNoteBean.map.offlineMessageML}"></c:out>
244
				</c:when>
245
				<c:otherwise>-</c:otherwise>
246
			</c:choose>
247
		</strong></td>
248
	</tr>
249
	</c:if>
250
	<tr>
251
		<td width="10%">&nbsp;</td>
252
		<td width="30%"><bean:message key="content_service_min_limit"/>:</td>
253
		<td style="word-wrap: break-word; width: 60%"><strong>
254
			<c:choose>
255
				<c:when test="${not empty serviceNoteBean.map.minLimit}">
256
					<c:out value="${serviceNoteBean.map.minLimit}"></c:out>
257
				</c:when>
258
				<c:otherwise>-</c:otherwise>
259
			</c:choose>
260
		</strong></td>
261
	</tr>
262
	<tr>
263
		<td width="10%">&nbsp;</td>
264
		<td width="30%"><bean:message key="content_service_max_limit"/>:</td>
265
		<td style="word-wrap: break-word; width: 60%"><strong>
266
			<c:choose>
267
				<c:when test="${not empty serviceNoteBean.map.maxLimit}">
268
					<c:out value="${serviceNoteBean.map.maxLimit}"></c:out>
269
				</c:when>
270
				<c:otherwise>-</c:otherwise>
271
			</c:choose>
272
		</strong></td>
273
	</tr>
274
	<tr>
275
		<td width="10%">&nbsp;</td>
276
		<td><bean:message key="content_service_denominator"/>:</td>
277
		<td style="word-wrap: break-word; width: 60%"><strong>
278
			<c:choose>
279
				<c:when test="${not empty serviceNoteBean.map.denominator}">
280
					<c:out value="${serviceNoteBean.map.denominator}"></c:out>
281
				</c:when>
282
				<c:otherwise>-</c:otherwise>
283
			</c:choose>
284
		</strong></td>
285
	</tr>
286
	<tr>
287
		<td width="10%">&nbsp;</td>
288
		<td width="30%"><bean:message key="content_service_future_trnx_flag"/>:</td>
289
		<td style="word-wrap: break-word; width: 60%"><strong>
290
			<c:choose>
291
				<c:when test="${not empty serviceNoteBean.map.futureTrnxFlag}">
292
					<c:choose>
293
						<c:when test="${serviceNoteBean.map.futureTrnxFlag eq 0}">
294
							<c:out value="YES"></c:out>
295
						</c:when>
296
						<c:otherwise>
297
							<c:out value="NO"></c:out>
298
						</c:otherwise>
299
					</c:choose>
300
				</c:when>
301
				<c:otherwise>-</c:otherwise>
302
			</c:choose>
303
		</strong></td>
304
	</tr>
305
306
	<tr>
307
		<td width="10%">&nbsp;</td>
308
		<td class="valignTop"><bean:message key="content_service_tier_charges_req_1"></bean:message>:</td>
309
		<td style="word-wrap: break-word; width: 60%">
310
			<c:choose>
311
				<c:when test="${serviceNoteBean.map.tierChargesReq1 == 1}">
312
					<bean:message key="general.no"/>
313
				</c:when>
314
				<c:otherwise>
315
					<bean:message key="general.yes"/>
316
				</c:otherwise>
317
			</c:choose>
318
		</td>
319
	</tr>
320
	<tr>
321
		<td width="10%">&nbsp;</td>
322
		<td class="valignTop"><bean:message key="content_service_tier_charges_1"></bean:message>:</td>
323
		<td style="word-wrap: break-word; width: 60%">
324
			<c:choose>
325
				<c:when test="${not empty serviceNoteBean.map.chargeCode1}">
326
					<c:out value="${serviceNoteBean.map.chargeCode1}"></c:out>
327
				</c:when>
328
				<c:otherwise>-</c:otherwise>
329
			</c:choose>
330
		</td>
331
	</tr>
332
	<tr>
333
		<td width="10%">&nbsp;</td>
334
		<td class="valignTop"><bean:message key="content_service_def_charges_2"></bean:message>:</td>
335
		<td style="word-wrap: break-word; width: 60%">
336
			<c:choose>
337
				<c:when test="${not empty serviceNoteBean.map.defaultCharges2}">
338
					<c:out value="${serviceNoteBean.map.defaultCharges2}"></c:out>
339
				</c:when>
340
				<c:otherwise>-</c:otherwise>
341
			</c:choose>
342
		</td>
343
	</tr>
344
	<tr>
345
		<td width="10%">&nbsp;</td>
346
		<td class="valignTop"><bean:message key="content_service_tier_charges_req_2"></bean:message>:</td>
347
		<td style="word-wrap: break-word; width: 60%">
348
			<c:choose>
349
				<c:when test="${serviceNoteBean.map.tierChargesReq2 == 1}">
350
					<bean:message key="general.no"/>
351
				</c:when>
352
				<c:otherwise>
353
					<bean:message key="general.yes"/>
354
				</c:otherwise>
355
			</c:choose>
356
		</td>
357
	</tr>
358
	<tr>
359
		<td width="10%">&nbsp;</td>
360
		<td class="valignTop"><bean:message key="content_service_tier_charges_2"></bean:message>:</td>
361
		<td style="word-wrap: break-word; width: 60%">
362
			<c:choose>
363
				<c:when test="${not empty serviceNoteBean.map.chargeCode2}">
364
					<c:out value="${serviceNoteBean.map.chargeCode2}"></c:out>
365
				</c:when>
366
				<c:otherwise>-</c:otherwise>
367
			</c:choose>
368
		</td>
369
	</tr>
370
	<tr>
371
		<td width="10%">&nbsp;</td>
372
		<td class="valignTop"><bean:message key="content_service_def_charges_3"></bean:message>:</td>
373
		<td style="word-wrap: break-word; width: 60%">
374
			<c:choose>
375
				<c:when test="${not empty serviceNoteBean.map.defaultCharges3}">
376
					<c:out value="${serviceNoteBean.map.defaultCharges3}"></c:out>
377
				</c:when>
378
				<c:otherwise>-</c:otherwise>
379
			</c:choose>
380
		</td>
381
	</tr>
382
	<tr>
383
		<td width="10%">&nbsp;</td>
384
		<td class="valignTop"><bean:message key="content_service_tier_charges_req_3"></bean:message>:</td>
385
		<td style="word-wrap: break-word; width: 60%">
386
			<c:choose>
387
				<c:when test="${serviceNoteBean.map.tierChargesReq3 == 1}">
388
					<bean:message key="general.no"/>
389
				</c:when>
390
				<c:otherwise>
391
					<bean:message key="general.yes"/>
392
				</c:otherwise>
393
			</c:choose>
394
		</td>
395
	</tr>
396
	<tr>
397
		<td width="10%">&nbsp;</td>
398
		<td class="valignTop"><bean:message key="content_service_tier_charges_3"></bean:message>:</td>
399
		<td style="word-wrap: break-word; width: 60%">
400
			<c:choose>
401
				<c:when test="${not empty serviceNoteBean.map.chargeCode3}">
402
					<c:out value="${serviceNoteBean.map.chargeCode3}"></c:out>
403
				</c:when>
404
				<c:otherwise>-</c:otherwise>
405
			</c:choose>
406
		</td>
407
	</tr>
408
	<tr>
409
		<td width="10%">&nbsp;</td>
410
		<td class="valignTop"><bean:message key="content_service_def_charges_4"></bean:message>:</td>
411
		<td style="word-wrap: break-word; width: 60%">
412
			<c:choose>
413
				<c:when test="${not empty serviceNoteBean.map.defaultCharges4}">
414
					<c:out value="${serviceNoteBean.map.defaultCharges4}"></c:out>
415
				</c:when>
416
				<c:otherwise>-</c:otherwise>
417
			</c:choose>
418
		</td>
419
	</tr>
420
	<tr>
421
		<td width="10%">&nbsp;</td>
422
		<td class="valignTop"><bean:message key="content_service_tier_charges_req_4"></bean:message>:</td>
423
		<td style="word-wrap: break-word; width: 60%">
424
			<c:choose>
425
				<c:when test="${serviceNoteBean.map.tierChargesReq4 == 1}">
426
					<bean:message key="general.no"/>
427
				</c:when>
428
				<c:otherwise>
429
					<bean:message key="general.yes"/>
430
				</c:otherwise>
431
			</c:choose>
432
		</td>
433
	</tr>
434
	<tr>
435
		<td width="10%">&nbsp;</td>
436
		<td class="valignTop"><bean:message key="content_service_tier_charges_4"></bean:message>:</td>
437
		<td style="word-wrap: break-word; width: 60%">
438
			<c:choose>
439
				<c:when test="${not empty serviceNoteBean.map.chargeCode4}">
440
					<c:out value="${serviceNoteBean.map.chargeCode4}"></c:out>
441
				</c:when>
442
				<c:otherwise>-</c:otherwise>
443
			</c:choose>
444
		</td>
445
	</tr>
446
	<tr>
447
		<td width="10%">&nbsp;</td>
448
		<td class="valignTop"><bean:message key="content_service_def_charges_5"></bean:message>:</td>
449
		<td style="word-wrap: break-word; width: 60%">
450
			<c:choose>
451
				<c:when test="${not empty serviceNoteBean.map.defaultCharges5}">
452
					<c:out value="${serviceNoteBean.map.defaultCharges5}"></c:out>
453
				</c:when>
454
				<c:otherwise>-</c:otherwise>
455
			</c:choose>
456
		</td>
457
	</tr>
458
	<tr>
459
		<td width="10%">&nbsp;</td>
460
		<td class="valignTop"><bean:message key="content_service_tier_charges_req_5"></bean:message>:</td>
461
		<td style="word-wrap: break-word; width: 60%">
462
			<c:choose>
463
				<c:when test="${serviceNoteBean.map.tierChargesReq5 == 1}">
464
					<bean:message key="general.no"/>
465
				</c:when>
466
				<c:otherwise>
467
					<bean:message key="general.yes"/>
468
				</c:otherwise>
469
			</c:choose>
470
		</td>
471
	</tr>
472
	<tr>
473
		<td width="10%">&nbsp;</td>
474
		<td class="valignTop"><bean:message key="content_service_tier_charges_5"></bean:message>:</td>
475
		<td style="word-wrap: break-word; width: 60%">
476
			<c:choose>
477
				<c:when test="${not empty serviceNoteBean.map.chargeCode5}">
478
					<c:out value="${serviceNoteBean.map.chargeCode5}"></c:out>
479
				</c:when>
480
				<c:otherwise>-</c:otherwise>
481
			</c:choose>
482
		</td>
483
	</tr>
484
485
	<tr>
486
		<td width="10%">&nbsp;</td>
487
		<td width="30%"><bean:message key="content_service_charges"/>:</td>
488
		<td style="word-wrap: break-word; width: 60%"><strong>
489
			<c:choose>
490
				<c:when test="${not empty serviceNoteBean.map.charges}">
491
					<c:out value="${serviceNoteBean.map.charges}"></c:out>
492
				</c:when>
493
				<c:otherwise>-</c:otherwise>
494
			</c:choose>
495
		</strong></td>
496
	</tr>
497
	<tr>
498
		<td width="10%">&nbsp;</td>
499
		<td width="30%"><bean:message key="content_service_tac_required"/>:</td>
500
		<td style="word-wrap: break-word; width: 60%"><strong>
501
			<c:choose>
502
				<c:when test="${not empty serviceNoteBean.map.tacRequired}">
503
					<c:choose>
504
						<c:when test="${serviceNoteBean.map.tacRequired eq 0}">
505
							<c:out value="YES"></c:out>
506
						</c:when>
507
						<c:otherwise>
508
							<c:out value="NO"></c:out>
509
						</c:otherwise>
510
					</c:choose>
511
				</c:when>
512
				<c:otherwise>-</c:otherwise>
513
			</c:choose>
514
		</strong></td>
515
	</tr>
516
	<tr>
517
		<td width="10%">&nbsp;</td>
518
		<td width="30%"><bean:message key="content_service_sms_service_bit"/>:</td>
519
		<td style="word-wrap: break-word; width: 60%"><strong>
520
			<c:choose>
521
				<c:when test="${not empty serviceNoteBean.map.smsServiceBit}">
522
					<c:choose>
523
						<c:when test="${serviceNoteBean.map.smsServiceBit eq 0}">
524
							<c:out value="YES"></c:out>
525
						</c:when>
526
						<c:otherwise>
527
							<c:out value="NO"></c:out>
528
						</c:otherwise>
529
					</c:choose>
530
				</c:when>
531
				<c:otherwise>-</c:otherwise>
532
			</c:choose>
533
		</strong></td>
534
	</tr>
535
	<tr>
536
		<td width="10%">&nbsp;</td>
537
		<td width="30%"><bean:message key="content_service_sms_charges"/>:</td>
538
		<td style="word-wrap: break-word; width: 60%"><strong>
539
			<c:choose>
540
				<c:when test="${not empty serviceNoteBean.map.smsCharges}">
541
					<c:out value="${serviceNoteBean.map.smsCharges}"></c:out>
542
				</c:when>
543
				<c:otherwise>-</c:otherwise>
544
			</c:choose>
545
		</strong></td>
546
	</tr>
547
	<tr>
548
		<td width="10%">&nbsp;</td>
549
		<td width="30%"><bean:message key="content_service_min_sms_amount"/>:</td>
550
		<td style="word-wrap: break-word; width: 60%"><strong>
551
			<c:choose>
552
				<c:when test="${not empty serviceNoteBean.map.minSmsAmount}">
553
					<c:out value="${serviceNoteBean.map.minSmsAmount}"></c:out>
554
				</c:when>
555
				<c:otherwise>-</c:otherwise>
556
			</c:choose>
557
		</strong></td>
558
	</tr>
559
	<tr>
560
		<td width="10%">&nbsp;</td>
561
		<td width="30%"><bean:message key="content_service_sms_note1"/>:</td>
562
		<td style="word-wrap: break-word; width: 60%"><strong>
563
			<c:choose>
564
				<c:when test="${not empty serviceNoteBean.map.smsNote1}">
565
					<c:out value="${serviceNoteBean.map.smsNote1}"></c:out>
566
				</c:when>
567
				<c:otherwise>-</c:otherwise>
568
			</c:choose>
569
		</strong></td>
570
	</tr>
571
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
572
	<tr>
573
		<td width="10%">&nbsp;</td>
574
		<td width="30%"><bean:message key="content_service_sms_note1_ML"/>:</td>
575
		<td style="word-wrap: break-word; width: 60%"><strong>
576
			<c:choose>
577
				<c:when test="${not empty serviceNoteBean.map.smsNote1ML}">
578
					<c:out value="${serviceNoteBean.map.smsNote1ML}"></c:out>
579
				</c:when>
580
				<c:otherwise>-</c:otherwise>
581
			</c:choose>
582
		</strong></td>
583
	</tr>
584
	</c:if>
585
	<tr>
586
		<td width="10%">&nbsp;</td>
587
		<td width="30%"><bean:message key="content_service_sms_note2"/>:</td>
588
		<td style="word-wrap: break-word; width: 60%"><strong>
589
			<c:choose>
590
				<c:when test="${not empty serviceNoteBean.map.smsNote2}">
591
					<c:out value="${serviceNoteBean.map.smsNote2}"></c:out>
592
				</c:when>
593
				<c:otherwise>-</c:otherwise>
594
			</c:choose>
595
		</strong></td>
596
	</tr>
597
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
598
	<tr>
599
		<td width="10%">&nbsp;</td>
600
		<td width="30%"><bean:message key="content_service_sms_note2_ML"/>:</td>
601
		<td style="word-wrap: break-word; width: 60%"><strong>
602
			<c:choose>
603
				<c:when test="${not empty serviceNoteBean.map.smsNote2ML}">
604
					<c:out value="${serviceNoteBean.map.smsNote2ML}"></c:out>
605
				</c:when>
606
				<c:otherwise>-</c:otherwise>
607
			</c:choose>
608
		</strong></td>
609
	</tr>
610
	</c:if>
611
	<tr>
612
		<td width="10%">&nbsp;</td>
613
		<td width="30%"><bean:message key="content_service_sms_note3"/>:</td>
614
		<td style="word-wrap: break-word; width: 60%"><strong>
615
			<c:choose>
616
				<c:when test="${not empty serviceNoteBean.map.smsNote3}">
617
					<c:out value="${serviceNoteBean.map.smsNote3}"></c:out>
618
				</c:when>
619
				<c:otherwise>-</c:otherwise>
620
			</c:choose>
621
		</strong></td>
622
	</tr>
623
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
624
	<tr>
625
		<td width="10%">&nbsp;</td>
626
		<td width="30%"><bean:message key="content_service_sms_note3_ML"/>:</td>
627
		<td style="word-wrap: break-word; width: 60%"><strong>
628
			<c:choose>
629
				<c:when test="${not empty serviceNoteBean.map.smsNote3ML}">
630
					<c:out value="${serviceNoteBean.map.smsNote3ML}"></c:out>
631
				</c:when>
632
				<c:otherwise>-</c:otherwise>
633
			</c:choose>
634
		</strong></td>
635
	</tr>
636
	</c:if>
637
	<tr>
638
		<td width="10%">&nbsp;</td>
639
		<td width="30%"><bean:message key="content_service_sms_note4"/>:</td>
640
		<td style="word-wrap: break-word; width: 60%"><strong>
641
			<c:choose>
642
				<c:when test="${not empty serviceNoteBean.map.smsNote4}">
643
					<c:out value="${serviceNoteBean.map.smsNote4}"></c:out>
644
				</c:when>
645
				<c:otherwise>-</c:otherwise>
646
			</c:choose>
647
		</strong></td>
648
	</tr>
649
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
650
	<tr>
651
		<td width="10%">&nbsp;</td>
652
		<td width="30%"><bean:message key="content_service_sms_note4_ML"/>:</td>
653
		<td style="word-wrap: break-word; width: 60%"><strong>
654
			<c:choose>
655
				<c:when test="${not empty serviceNoteBean.map.smsNote4ML}">
656
					<c:out value="${serviceNoteBean.map.smsNote4ML}"></c:out>
657
				</c:when>
658
				<c:otherwise>-</c:otherwise>
659
			</c:choose>
660
		</strong></td>
661
	</tr>
662
	</c:if>
663
	<tr>
664
		<td width="10%">&nbsp;</td>
665
		<td width="30%"><bean:message key="content_service_sms_note5"/>:</td>
666
		<td style="word-wrap: break-word; width: 60%"><strong>
667
			<c:choose>
668
				<c:when test="${not empty serviceNoteBean.map.smsNote5}">
669
					<c:out value="${serviceNoteBean.map.smsNote5}"></c:out>
670
				</c:when>
671
				<c:otherwise>-</c:otherwise>
672
			</c:choose>
673
		</strong></td>
674
	</tr>
675
	<tr>
676
		<td width="10%">&nbsp;</td>
677
		<td width="30%"><bean:message key="content_service_table_limit"/>:</td>
678
		<td style="word-wrap: break-word; width: 60%"><strong>
679
			<c:choose>
680
				<c:when test="${not empty serviceNoteBean.map.tableLimit}">
681
					<c:out value="${serviceNoteBean.map.tableLimit}"></c:out>
682
				</c:when>
683
				<c:otherwise>-</c:otherwise>
684
			</c:choose>
685
		</strong></td>
686
	</tr>
687
	<tr>
688
		<td width="10%">&nbsp;</td>
689
		<td width="30%"><bean:message key="content_service_bene_sms_service_bit"/>:</td>
690
		<td style="word-wrap: break-word; width: 60%"><strong>
691
			<c:choose>
692
				<c:when test="${not empty serviceNoteBean.map.beneSmsServiceBit}">
693
					<c:choose>
694
						<c:when test="${serviceNoteBean.map.beneSmsServiceBit eq 0}">
695
							<c:out value="YES"></c:out>
696
						</c:when>
697
						<c:otherwise>
698
							<c:out value="NO"></c:out>
699
						</c:otherwise>
700
					</c:choose>
701
				</c:when>
702
				<c:otherwise>-</c:otherwise>
703
			</c:choose>
704
		</strong></td>
705
	</tr>
706
	<tr>
707
		<td width="10%">&nbsp;</td>
708
		<td width="30%"><bean:message key="content_service_bene_sms_charges"/>:</td>
709
		<td style="word-wrap: break-word; width: 60%"><strong>
710
			<c:choose>
711
				<c:when test="${not empty serviceNoteBean.map.beneSmsCharges}">
712
					<c:out value="${serviceNoteBean.map.beneSmsCharges}"></c:out>
713
				</c:when>
714
				<c:otherwise>-</c:otherwise>
715
			</c:choose>
716
		</strong></td>
717
	</tr>
718
	<tr>
719
		<td width="10%">&nbsp;</td>
720
		<td width="30%"><bean:message key="content_status"/>:</td>
721
		<td style="word-wrap: break-word; width: 60%"><strong>
722
			<c:choose>
723
				<c:when test="${not empty serviceNoteBean.map.status}">
724
					<c:out value="${serviceNoteBean.map.status}"></c:out>
725
				</c:when>
726
				<c:otherwise>-</c:otherwise>
727
			</c:choose>
728
		</strong></td>
729
	</tr>
730
	<tr>
731
		<td width="10%">&nbsp;</td>
732
		<td width="30%"><bean:message key="content.service.reward.base"/>:</td>
733
		<td style="word-wrap: break-word; width: 60%"><strong>
734
			<c:choose>
735
				<c:when test="${serviceNoteBean.map.rewardBase eq 1}">
736
					<bean:message key="content.service.reward.base.1"/>
737
				</c:when>
738
				<c:when test="${serviceNoteBean.map.rewardBase eq 2}">
739
					<bean:message key="content.service.reward.base.2"/>
740
				</c:when>
741
				<c:otherwise>
742
					<bean:message key="content.service.reward.base.0"/>
743
				</c:otherwise>
744
			</c:choose>
745
		</strong></td>
746
	</tr>
747
	<tr>
748
		<td width="10%">&nbsp;</td>
749
		<td width="30%"><bean:message key="content.service.reward.multipier"/>:</td>
750
		<td style="word-wrap: break-word; width: 60%"><strong>
751
			<c:choose>
752
				<c:when test="${not empty serviceNoteBean.map.rewardMultiplier}">
753
					<c:out value="${serviceNoteBean.map.rewardMultiplier}"></c:out>
754
				</c:when>
755
				<c:otherwise>-</c:otherwise>
756
			</c:choose>
757
		</strong></td>
758
	</tr>
759
	<c:if test="${not empty serviceNoteBean.map.serviceCodeRentas}">
760
	<tr>
761
		<td width="10%">&nbsp;</td>
762
		<td width="30%"><bean:message key="content.service.operation.hour.status"/>:</td>
763
		<td style="word-wrap: break-word; width: 60%"><strong>
764
			<c:choose>
765
				<c:when test="${not empty serviceNoteBean.map.operationHourStatus}">
766
					<c:out value="${serviceNoteBean.map.operationHourStatus}"></c:out>
767
				</c:when>
768
				<c:otherwise>-</c:otherwise>
769
			</c:choose>
770
		</strong></td>
771
	</tr>
772
	<tr>
773
		<td width="10%">&nbsp;</td>
774
		<td width="30%"><bean:message key="content.service.operation.start.time"/>:</td>
775
		<td style="word-wrap: break-word; width: 60%"><strong>
776
			<c:choose>
777
				<c:when test="${not empty serviceNoteBean.map.operationStartTime}">
778
					<c:out value="${serviceNoteBean.map.operationStartTime}"></c:out>
779
				</c:when>
780
				<c:otherwise>-</c:otherwise>
781
			</c:choose>
782
		</strong></td>
783
	</tr>
784
	<tr>
785
		<td width="10%">&nbsp;</td>
786
		<td width="30%"><bean:message key="content.service.operation.end.time"/>:</td>
787
		<td style="word-wrap: break-word; width: 60%"><strong>
788
			<c:choose>
789
				<c:when test="${not empty serviceNoteBean.map.operationEndTime}">
790
					<c:out value="${serviceNoteBean.map.operationEndTime}"></c:out>
791
				</c:when>
792
				<c:otherwise>-</c:otherwise>
793
			</c:choose>
794
		</strong></td>
795
	</tr>
796
	<tr>
797
		<td width="10%">&nbsp;</td>
798
		<td width="30%"><bean:message key="content.service.operation.weekend"/>:</td>
799
		<td style="word-wrap: break-word; width: 60%"><strong>
800
			<c:choose>
801
				<c:when test="${serviceNoteBean.map.weekend == 1}">
802
					<bean:message key="content.service.disabled"/>
803
				</c:when>
804
				<c:otherwise>
805
					<bean:message key="content.service.enabled"/>
806
				</c:otherwise>
807
				</c:choose>
808
		</strong></td>
809
	</tr>
810
	</c:if>
811
	<tr>
812
		<td width="10%">&nbsp;</td>
813
		<td width="30%"><bean:message key="content.service.info.expire.day"/>:</td>
814
		<td style="word-wrap: break-word; width: 60%"><strong>
815
			<c:out value="${serviceNoteBean.map.expireDay}"/>
816
		</strong></td>
817
	<tr><td colspan="3">&nbsp;</td></tr>
818
</table>
819
<c:if test="${contentForm.map.hasContentEditAccess eq true}">
820
<htmlEL:form action="/ss105/editServiceNote.do">
821
	<htmlEL:hidden property="ID" name="serviceNoteBean"></htmlEL:hidden>
822
	<htmlEL:submit property="action" styleClass="button floatRight" onclick="overlay();">
823
		<bean:message key="general.button.edit"/>
824
	</htmlEL:submit>
825
</htmlEL:form>
826
</c:if>
827
<c:if test="${contentForm.map.hasContentDeleteAccess eq true}">
828
<htmlEL:form action="/ss105/confirmDeleteServiceNote.do">
829
	<c:set var="name" value="${serviceNoteBean.map.serviceName}"></c:set>
830
	<htmlEL:hidden property="ID" name="serviceNoteBean"></htmlEL:hidden>
831
	<htmlEL:hidden property="name" value="${name}"></htmlEL:hidden>
832
	<htmlEL:submit property="action" styleClass="button floatRight" onclick="overlay();">
833
		<bean:message key="general.button.delete"/>
834
	</htmlEL:submit>
835
</htmlEL:form>
836
</c:if>
837
<c:choose>
838
	<c:when test="${contentForm.map.isSearch eq true}">
839
		<htmlEL:form action="/ss105/searchServiceInfoResult.do?p=${serviceNoteBean.map.currentPage}">
840
			<htmlEL:submit property="action" styleClass="button floatRight" onclick="overlay();">
841
				<bean:message key="general.button.back"/>
842
			</htmlEL:submit>
843
		</htmlEL:form>
844
	</c:when>
845
	<c:otherwise>
846
		<htmlEL:form action="/ss105/subContentCategory.do?p=${serviceNoteBean.map.currentPage}">
847
			<htmlEL:hidden property="categoryID" value="${contentForm.map.categoryID}"></htmlEL:hidden>
848
			<htmlEL:submit property="action" styleClass="button floatRight" onclick="overlay();">
849
				<bean:message key="general.button.back"/>
850
			</htmlEL:submit>
851
		</htmlEL:form>
852
	</c:otherwise>
853
</c:choose>