Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss105_content / ibssCreateCurrencyCode.jsp @ 30:603a499be622

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