Revision 95:2f9fb3b2341f WebContent/jsp/ss112_user/ibssRetailUserUnlockConfirm.jsp

View differences:

WebContent/jsp/ss112_user/ibssRetailUserUnlockConfirm.jsp
5 5
<bean:define id="detailBean" name="ibssUserForm" property="ibssUserDetailBean" />
6 6

  
7 7
<h3 class="title"><strong><c:out value="${sessionScope.displayDesc}"/> - Unlock Confirmation</strong></h3>
8
<htmlEL:form action="/ss112/userUnlockResult.do">
9 8
<table class="tabularForm" width="517" border="1">
10 9
  <tr>
11
    <td width="96">&nbsp;</td>
12
    <td width="264">&nbsp;</td>
13
    <td width="146">&nbsp;</td>
14
    <td width="86">&nbsp;</td>
10
    <td width="75">&nbsp;</td>
11
    <td class="success" width="140"><strong><bean:message key="user.desc.confirmation"/></strong></td>
12
    <td width="93">&nbsp;</td>
13
    <td width="47">&nbsp;</td>
15 14
  </tr>
16
    <tr>
17
		<td>&nbsp;</td>
18
		<td><label id='label1'><bean:message key="user.user"/> : 
19
			<strong><c:out value="${detailBean.map.userAlias}"/></strong>
20
			<bean:message key="user.will.be"/>
21
			</label><strong><bean:message key="user.unlock.desc"/></strong>.</td>
22
		<td>&nbsp;</td>
23
	</tr>
24 15
  <tr>
25
    <td>&nbsp;</td>
26
    <td>&nbsp;</td>
27
    <td colspan="2">
16
    <td height="28">&nbsp;</td>
17
    <td colspan="2"><bean:message key="user.user"/>
18
    <strong><c:out value="${detailBean.map.userAlias}"/></strong>
19
    <bean:message key="general.status.edit.lock"/>
20
    </td>
21
  </tr>
22
</table>
23
<htmlEL:form action="/ss112/userUnlockResult.do">
24
 <div class="floatRight">
28 25
      	<htmlEL:cancel property="action"  styleClass="button" onclick="overlay();">
29 26
			<bean:message key="general.button.back"/>
30 27
		</htmlEL:cancel>
31 28
		<htmlEL:submit property="action"  styleClass="button" onclick="overlay();">
32 29
			<bean:message key="general.button.confirm"/>
33 30
		</htmlEL:submit>
34
    </td>
35
  </tr>
36
</table>
31
 </div>
37 32
</htmlEL:form>

Also available in: Unified diff