Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss105_content / ibssEditCurrencyCode.jsp @ 20:0163d0f0f9ce

History | View | Annotate | Download (2.4 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
<%@page import="java.util.HashMap"%>
6
<h3 class="title"><STRONG><bean:message key="title_sub_edit_currency_code"/></STRONG></h3><br/>
7
8
<table id="errorTable">
9
<tr>
10
	<td>
11
		<span id="serverSideError" class="error"><jsp:include flush="true" page="/jsp/errorHandler.jsp"></jsp:include></span>
12
	</td>
13
</tr>
14
</table>
15
<htmlEL:form action="/ss105/updateCurrencyCode.do" enctype="multipart/form-data">
16
<table class="stepTable">
17
<tr>
18
<td>&nbsp;</td>
19
<td><div id="steps"><span><bean:message key="general.title.steps" arg0="1" arg1="2"/></span></div></td>
20
21
</tr>
22
</table>
23
<table class="tabularForm">
24
	<tr><td colspan="3">&nbsp;</td></tr>
25
	<tr>
26
		<td width="10%">&nbsp;</td>
27
		<td><bean:message key="content_account_status_category"></bean:message>:</td>
28
		<td><strong><c:out value="${contentForm.map.categoryName}"/></strong></td>
29
	</tr>
30
	<tr>
31
		<td width="10%">&nbsp;</td>
32
		<td><bean:message key="content_currency_code"></bean:message>:</td>
33
		<td><strong><c:out value="${contentForm.map.currencyCD}"/></strong></td>
34
	</tr>
35
	<tr>
36
		<td width="10%">&nbsp;</td>
37
		<td><bean:message key="content_base_unit"/>:</td>
38
		<td><htmlEL:text property="baseUnit" name="contentForm" autocomplete="off" maxlength="10"/></td>
39
	</tr>
40
41
	<tr>
42
		<td width="10%">&nbsp;</td>
43
		<td><bean:message key="content_image_url"></bean:message>:</td>
44
		<td><htmlEL:file property="imageFile" name="contentForm"/></td>
45
	</tr>
46
	<tr>
47
		<td width="10%">&nbsp;</td>
48
		<td><bean:message key="content_display_order"/>:</td>
49
		<td><htmlEL:text property="displayOrder" name="contentForm" autocomplete="off" maxlength="3"/></td>
50
	</tr>
51
	<tr>
52
		<td width="10%">&nbsp;</td>
53
		<td><bean:message key="content_status"/>:</td>
54
		<td>
55
			<htmlEL:select property="status" name="contentForm">
56
				<htmlEL:option value="On-line"></htmlEL:option>
57
				<htmlEL:option value="Off-line"></htmlEL:option>
58
			</htmlEL:select>
59
		</td>
60
	</tr>
61
	<tr><td colspan="3">&nbsp;</td></tr>
62
</table>
63
<div class="floatRight" style="direction: rtl;text-align: right;">
64
	<htmlEL:submit property="action">
65
		<bean:message key="general.button.update"/>
66
	</htmlEL:submit>
67
	<htmlEL:cancel property="action">
68
		<bean:message key="general.button.back"/>
69
	</htmlEL:cancel>
70
</div>
71
</htmlEL:form>