Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss112_user / ibssRetailUserEdit.jsp @ 125:dfb99deb7c9c

History | View | Annotate | Download (6.65 KB)

1
<%@ 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="${sessionScope.displayDesc}"/> - Edit</strong></h3>
6
<table id="errorTable">
7
<tr>
8
	<td>
9
		<span id="serverSideError" class="error"><jsp:include flush="true" page="/jsp/errorHandler.jsp"></jsp:include></span>
10
	</td>
11
</tr>
12
</table>
13
<table class="stepTable">
14
<tr>
15
<td>&nbsp;</td>
16
<td><div id="steps"><span><bean:message key="general.title.steps" arg0="1" arg1="2"/></span></div></td>
17

    
18
</tr>
19
</table>
20
<htmlEL:form action="/ss112/editUserResult.do">
21
<table class="tabularForm" width="517" height="97" border="1">
22
<tr>
23
		<td width="72">&nbsp;</td>
24
    	<td width="140">&nbsp;</td>
25
    	<td width="345">&nbsp;</td>
26
    	<td width="3">&nbsp;</td>
27
   		 <td width="44">&nbsp;</td>
28
	</tr>
29

    
30
	<tr>
31
		<td width="72">&nbsp;</td>
32
		<td width="140"><bean:message key="general.id"/>:</td>
33
		<td width="345"><c:out value="${ibssUserForm.map.userID}"/></td>
34
		<td width="3">&nbsp;</td>
35
   		<td width="44">&nbsp;</td>
36
	</tr>
37

    
38
	<tr>
39
		<td width="72">&nbsp;</td>
40
		<td width="140"><bean:message key="user.id"/>:</td>
41
		<td width="345"><c:out value="${ibssUserForm.map.userAlias}"/></td>
42
		<td width="3">&nbsp;</td>
43
   		<td width="44">&nbsp;</td>
44
	</tr>
45
	
46
	<tr>
47
		<td width="72">&nbsp;</td>
48
		<td width="140"><bean:message key="user.status"/>:</td>
49
		<td width="345"><c:out value="${ibssUserForm.map.userStatus}"/></td>
50
		<td width="3">&nbsp;</td>
51
   		<td width="44">&nbsp;</td>
52
	</tr>
53
	
54
	<tr>
55
		<td width="72">&nbsp;</td>
56
		<td width="140"><bean:message key="user.application"/>:</td>
57
		<td width="345"><c:out value="${ibssUserForm.map.userApplication}"/></td>
58
		<td width="3">&nbsp;</td>
59
   		<td width="44">&nbsp;</td>
60
	</tr>
61
	
62
	<c:if test="${ibssUserForm.map.userApplicationKey eq '1'}">
63
	
64
	<tr>
65
		<td width="72">&nbsp;</td>
66
		<td width="140"><bean:message key="user.pan.1"/>:</td>
67
		<td width="345"><htmlEL:text property="m2uPan1" name="ibssUserForm" autocomplete="off" maxlength="16"/></td>
68
		<td width="3">&nbsp;</td>
69
   		<td width="44">&nbsp;</td>
70
	</tr>
71
	<tr>
72
		<td width="72">&nbsp;</td>
73
		<td width="140"><bean:message key="user.pan.2"/>:</td>
74
		<td width="345"><htmlEL:text property="m2uPan2" name="ibssUserForm" autocomplete="off" maxlength="19"/></td>
75
		<td width="3">&nbsp;</td>
76
   		<td width="44">&nbsp;</td>
77
	</tr>
78
	
79
	</c:if>
80
	<c:if test="${ibssUserForm.map.userApplicationKey eq '2'}">
81
	
82
	<tr>
83
		<td width="72">&nbsp;</td>
84
		<td width="140"><bean:message key="user.id.no"/>:</td>
85
		<td width="345"><htmlEL:text property="onlineStockIdNo" name="ibssUserForm" autocomplete="off"/></td>
86
		<td width="3">&nbsp;</td>
87
   		<td width="44">&nbsp;</td>
88
	</tr>
89
	
90
	</c:if>
91
	<c:if test="${ibssUserForm.map.userApplicationKey eq '3'}">
92
	
93
	<tr>
94
		<td width="72">&nbsp;</td>
95
		<td width="140"><bean:message key="user.full.name"/>:</td>
96
		<td width="345"><htmlEL:text property="ticketingFullName" name="ibssUserForm" autocomplete="off" maxlength="64"/></td>
97
		<td width="3">&nbsp;</td>
98
   		<td width="44">&nbsp;</td>
99
	</tr>
100
	<tr>
101
		<td width="72">&nbsp;</td>
102
		<td width="140"><bean:message key="user.first.name"/>:</td>
103
		<td><htmlEL:text property="ticketingFirstName" name="ibssUserForm" autocomplete="off" maxlength="64"/></td>
104
		<td width="3">&nbsp;</td>
105
   		<td width="44">&nbsp;</td>
106
	</tr>
107
	<tr>
108
		<td width="72">&nbsp;</td>
109
		<td width="140"><bean:message key="user.last.name"/>:</td>
110
		<td width="345"><htmlEL:text property="ticketingLastName" name="ibssUserForm" autocomplete="off" maxlength="64"/></td>
111
		<td width="3">&nbsp;</td>
112
   		<td width="44">&nbsp;</td>
113
	</tr>
114
	<tr>
115
		<td width="72">&nbsp;</td>
116
		<td width="140"><bean:message key="user.payee.code"/>:</td>
117
		<td width="345"><htmlEL:text property="ticketingPayeeCode" name="ibssUserForm" autocomplete="off" maxlength="3"/></td>
118
		<td width="3">&nbsp;</td>
119
   		<td width="44">&nbsp;</td>
120
	</tr>
121
	
122
	</c:if>
123
	<c:if test="${ibssUserForm.map.userApplicationKey eq '4'}">
124
	
125
	<tr>
126
		<td width="72">&nbsp;</td>
127
		<td width="140"><bean:message key="user.pan.cc"/>:</td>
128
		<td width="345"><htmlEL:text property="ccppPanCC" name="ibssUserForm" autocomplete="off" maxlength="16"/></td>
129
		<td width="3">&nbsp;</td>
130
   		<td width="44">&nbsp;</td>
131
	</tr>
132
	
133
	</c:if>
134
	<c:if test="${ibssUserForm.map.userApplicationKey eq '5'}">
135
	
136
	<tr>
137
		<td width="72">&nbsp;</td>
138
		<td width="140"><bean:message key="user.ws.flag"/>:</td>
139
		<td width="345">
140
			<htmlEL:select property="im2uWSFlag" name="ibssUserForm">
141
				<c:choose>
142
				<c:when test="${ibssUserForm.map.im2uWSFlag eq 'Y'}">
143
					<htmlEL:option value="${ibssUserForm.map.im2uWSFlag}"><c:out value="${ibssUserForm.map.im2uWSFlagDisplay}"/></htmlEL:option>
144
	    			<htmlEL:option value="N"><bean:message key="general.no"/></htmlEL:option>
145
				</c:when>
146
				<c:otherwise>
147
					<htmlEL:option value="${ibssUserForm.map.im2uWSFlag}"><c:out value="${ibssUserForm.map.im2uWSFlagDisplay}"/></htmlEL:option>
148
	    			<htmlEL:option value="Y"><bean:message key="general.yes"/></htmlEL:option>
149
				</c:otherwise>
150
				</c:choose>
151
    		</htmlEL:select>
152
    	</td>
153
		<td width="3">&nbsp;</td>
154
   		<td width="44">&nbsp;</td>
155
	</tr>
156
	<tr>
157
		<td width="72">&nbsp;</td>
158
		<td width="140"><bean:message key="user.ws.ident.code"/>:</td>
159
		<td width="345"><htmlEL:text property="im2uWSIdentCode" name="ibssUserForm" autocomplete="off"/></td>
160
		<td width="3">&nbsp;</td>
161
   		<td width="44">&nbsp;</td>
162
	</tr>
163
	<tr>
164
		<td width="72">&nbsp;</td>
165
		<td width="140"><bean:message key="user.ws.my.sg.id"/>:</td>
166
		<td width="345"><htmlEL:text property="im2uWSMySgId" name="ibssUserForm" autocomplete="off"/></td>
167
		<td width="3">&nbsp;</td>
168
   		<td width="44">&nbsp;</td>
169
	</tr>
170
	<tr>
171
		<td width="72">&nbsp;</td>
172
		<td width="140"><bean:message key="user.ws.registration.time.stamp"/>:</td>
173
		<td width="345"><htmlEL:text property="im2uWSRegTimestamp" name="ibssUserForm" autocomplete="off"/> &nbsp; <bean:message key="im2u.reg.timestamp.format"/></td>
174
		<td width="3">&nbsp;</td>
175
   		<td width="44">&nbsp;</td>
176
	</tr>
177
	
178
	</c:if>
179
	
180
	<tr>
181
		<td>&nbsp;</td>
182
		<td>&nbsp;</td>
183
		<td>&nbsp;</td>
184
		<td>&nbsp;</td>
185
		<td>&nbsp;</td>
186
	</tr>
187
	
188
	<tr>
189
		<td colspan="5">&nbsp;</td>
190
	</tr>
191

    
192
</table>
193
<div class="floatRight">
194
	<htmlEL:submit property="action" styleClass="button" onclick="overlay();">
195
		<bean:message key="general.button.back"/>						
196
	</htmlEL:submit>
197
	<htmlEL:submit property="action" styleClass="button" onclick="overlay();">
198
		<bean:message key="general.button.confirm"/>						
199
	</htmlEL:submit>
200
</div>
201
</htmlEL:form>