Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss112_user / ibssRetailUserCreateDetails.jsp @ 108:3963fd7e8d81

History | View | Annotate | Download (2.13 KB)

1 91:37fde9e2b025 weikuan
<%@ taglib uri="/WEB-INF/tld/struts-html" prefix="html"%>
2
<%@ taglib uri="/WEB-INF/tld/struts-html-el" prefix="htmlEL"%>
3
<%@ taglib uri="/WEB-INF/tld/struts-bean" prefix="bean"%>
4
<%@ taglib uri="/WEB-INF/tld/struts-logic" prefix="logic"%>
5
<%@ taglib uri="/WEB-INF/tld/struts-logic-el" prefix="logicEL"%>
6
<%@ taglib uri="/WEB-INF/tld/c" prefix="c"%>
7
8
<h3 class="title"><strong><c:out value="${sessionScope.displayDesc}"/> - <bean:message key="general.button.create" /></strong></h3>
9
10
<table id="errorTable">
11
	<tr>
12
		<td><span id="serverSideError" class="error"><jsp:include
13
			flush="true" page="/jsp/errorHandler.jsp"></jsp:include></span></td>
14
	</tr>
15
</table>
16
17
<table class="stepTable">
18
	<tr>
19
		<td>&nbsp;</td>
20
		<td>
21
		<div id="steps"><span>
22
			<bean:message key="general.title.steps" arg0="1" arg1="3" /></span></div>
23
		</td>
24
	</tr>
25
</table>
26
27
<htmlEL:form action="/ss112/retailCreateUserConfirm.do">
28
<table class="tabularForm">
29
	<tr>
30
		<td width="72">&nbsp;</td>
31
		<td width="100">&nbsp;</td>
32
		<td width="145">&nbsp;</td>
33
		<td width="143">&nbsp;</td>
34
		<td width="144">&nbsp;</td>
35
	</tr>
36
37
	<tr>
38
			<td>&nbsp;</td>
39
			<td><bean:message key="user.application"/>&nbsp;:</td>
40
			<td>
41
				<htmlEL:select name="ibssUserForm" property="selectedAppId">
42
				<%-- <htmlEL:hidden property="selectedAppName" name="appUserForm"></htmlEL:hidden> --%>
43
				<htmlEL:option value=""><bean:message key="general.select.option0"/></htmlEL:option>
44
					<c:forEach var="clientApp" items="${ibssUserForm.map.clientAppList}">
45
						<htmlEL:option value="${clientApp.appId}"><c:out value="${clientApp.appName}"/></htmlEL:option>
46
        			</c:forEach>
47
				</htmlEL:select>
48
			</td>
49
	</tr>
50
51
	<tr>
52
		<td>&nbsp;</td>
53
		<td>&nbsp;</td>
54
		<td>&nbsp;</td>
55
		<td>&nbsp;</td>
56
		<td>&nbsp;</td>
57
	</tr>
58
59
	<tr>
60
		<td colspan="5">&nbsp;</td>
61
	</tr>
62
</table>
63
<div class="floatRight">
64
	<htmlEL:submit property="action" onclick="overlay();">
65
		<bean:message key="general.button.back"/>
66
	</htmlEL:submit>
67
	<htmlEL:submit property="action" onclick="overlay();">
68
		<bean:message key="general.button.next"/>
69
	</htmlEL:submit>
70
</div>
71
</htmlEL:form>