Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss221_settings / ibssUpassMaintenanceConfirm.jsp @ 28:cf443c4b8c29

History | View | Annotate | Download (6.96 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/struts-bean-el" prefix="beanEL" %>
4
<%@ taglib uri="/WEB-INF/tld/struts-logic" prefix="logic" %>
5
<%@ taglib uri="/WEB-INF/tld/struts-html" prefix="html"%>
6
<%@ taglib uri="/WEB-INF/tld/struts-logic-el" prefix="logicEL" %>
7
<%@ taglib uri="/WEB-INF/tld/c" prefix="c" %>
8
9
10
<bean:define id="upassSettingsView" name="settingsForm" property="upassSettingsView" />
11
12
<h3 class="title"><strong>
13
<c:if test="${settingsForm.map.upassApplicationSelect eq 0}">System</c:if>
14
<c:if test="${settingsForm.map.upassApplicationSelect eq 1}">IBAM</c:if>
15
<c:if test="${settingsForm.map.upassApplicationSelect eq 2}">RIB</c:if>
16
<c:if test="${settingsForm.map.upassApplicationSelect eq 3}">BIB</c:if>
17
<c:out value="${sessionScope.displayDesc}"/>
18
</strong></h3>
19
<table id="errorTable">
20
<tr>
21
	<td>
22
		<span id="serverSideError" class="error"><jsp:include flush="true" page="/jsp/errorHandler.jsp"></jsp:include></span>
23
	</td>
24
</tr>
25
</table>
26
<table class="stepTable">
27
<tr>
28
<td>&nbsp;</td>
29
<td><div id="steps"><span><bean:message key="general.title.steps" arg0="2" arg1="3"/></span></div></td>
30
31
<table class="tabularForm" width="517" border="1">
32
  <tr>
33
    <td width="75">&nbsp;</td>
34
    <td class="success" width="140"><strong><bean:message key="user.desc.confirmation"/></strong></td>
35
    <td width="93">&nbsp;</td>
36
    <td width="47">&nbsp;</td>
37
  </tr>
38
  <tr>
39
40
    <td height="28">&nbsp;</td>
41
    <td colspan="2"><bean:message key="settings.upass"/> <strong><c:if test="${settingsForm.map.upassApplicationSelect eq 0}">System</c:if>
42
<c:if test="${settingsForm.map.upassApplicationSelect eq 1}">IBAM</c:if>
43
<c:if test="${settingsForm.map.upassApplicationSelect eq 2}">RIB</c:if>
44
<c:if test="${settingsForm.map.upassApplicationSelect eq 3}">BIB</c:if> </strong>
45
    <bean:message key="general.status.edit.confirm"/>
46
    </td>
47
    <td>&nbsp;</td>
48
  </tr>
49
</table>
50
<table class="tabularForm" width="517" border="1">
51
<tr><td height="30" colspan="4">&nbsp;</td></tr>
52
<tr>
53
		<td width="10%">&nbsp;</td>
54
		<td width="35%"><bean:message key="upass.password.minimum.length"/>:</td>
55
		<td width="35%"><strong>
56
			<c:choose>
57
				<c:when test="${not empty settingsForm.map.PASSWORD_MIN_LENGTH}">
58
					<c:out value="${settingsForm.map.PASSWORD_MIN_LENGTH}"/>
59
				</c:when>
60
				<c:otherwise>-</c:otherwise>
61
			</c:choose>
62
		</strong></td>
63
</tr>
64
65
<tr>
66
		<td width="10%">&nbsp;</td>
67
		<td width="35%"><bean:message key="upass.password.generation"/>:</td>
68
		<td width="35%"><strong>
69
			<c:choose>
70
				<c:when test="${not empty settingsForm.map.PASSWORD_GENERATION}">
71
					<c:out value="${settingsForm.map.PASSWORD_GENERATION}"/>
72
				</c:when>
73
				<c:otherwise>-</c:otherwise>
74
			</c:choose>
75
		</strong></td>
76
		<td><bean:message key="upass.period.day"/></td>
77
</tr>
78
<c:if test="${settingsForm.map.upassApplicationSelect eq 1}">
79
<tr>
80
		<td width="10%">&nbsp;</td>
81
		<td width="35%"><bean:message key="upass.password.expiry.day"/>:</td>
82
		<td width="35%"><strong>
83
			<c:choose>
84
				<c:when test="${not empty settingsForm.map.PASSWORD_EXPIRY_DAY}">
85
					<c:out value="${settingsForm.map.PASSWORD_EXPIRY_DAY}"/>
86
				</c:when>
87
				<c:otherwise>-</c:otherwise>
88
			</c:choose>
89
		</strong></td>
90
		<td><bean:message key="upass.period.day"/></td>
91
</tr>
92
93
<tr>
94
		<td width="10%">&nbsp;</td>
95
		<td width="35%"><bean:message key="upass.password.expiry.notif.alert"/>:</td>
96
		<td width="35%"><strong>
97
			<c:choose>
98
				<c:when test="${not empty settingsForm.map.NOTIF_ALERT}">
99
					<c:out value="${settingsForm.map.NOTIF_ALERT}"/>
100
				</c:when>
101
				<c:otherwise>-</c:otherwise>
102
			</c:choose>
103
		</strong></td>
104
		<td><bean:message key="upass.period.day"/></td>
105
</tr>
106
</c:if>
107
<!-- <tr> -->
108
<!-- 		<td width="10%">&nbsp;</td> -->
109
<%-- 		<td width="35%"><bean:message key="upass.auto.logoff.time"/>:</td> --%>
110
<!-- 		<td width="35%"><strong> -->
111
<%-- 			<c:choose> --%>
112
<%-- 				<c:when test="${not empty settingsForm.map.AUTO_LOGOFF}"> --%>
113
<%-- 					<c:out value="${settingsForm.map.AUTO_LOGOFF}"/> --%>
114
<%-- 				</c:when> --%>
115
<%-- 				<c:otherwise>-</c:otherwise> --%>
116
<%-- 			</c:choose> --%>
117
<!-- 		</strong></td> -->
118
<%-- 		<td><bean:message key="upass.period.minute"/></td> --%>
119
<!-- </tr> -->
120
<tr>
121
		<td width="10%">&nbsp;</td>
122
		<td width="35%"><bean:message key="upass.password.max.error.attempt"/>:</td>
123
		<td width="35%"><strong>
124
			<c:choose>
125
				<c:when test="${not empty settingsForm.map.PASSWORD_MAX_ERROR}">
126
					<c:out value="${settingsForm.map.PASSWORD_MAX_ERROR}"/>
127
				</c:when>
128
				<c:otherwise>-</c:otherwise>
129
			</c:choose>
130
		</strong></td>
131
</tr>
132
<tr>
133
		<td width="10%">&nbsp;</td>
134
		<td width="35%"><bean:message key="upass.dormant.user.period"/>:</td>
135
		<td width="35%"><strong>
136
			<c:choose>
137
				<c:when test="${not empty settingsForm.map.USER_DORMANT_PERIOD}">
138
					<c:out value="${settingsForm.map.USER_DORMANT_PERIOD}"/>
139
				</c:when>
140
				<c:otherwise>-</c:otherwise>
141
			</c:choose>
142
		</strong></td>
143
		<td><bean:message key="upass.period.day"/></td>
144
</tr>
145
146
<!-- <tr> -->
147
<!-- 		<td width="10%">&nbsp;</td> -->
148
<%-- 		<td width="35%"><bean:message key="upass.single.sing-on"/>:</td> --%>
149
<!-- 		<td width="35%"><strong> -->
150
<%-- 			<c:choose> --%>
151
<%-- 				<c:when test="${settingsForm.map.SINGLE_SIGNON eq 0}"> --%>
152
<%-- 					<bean:message key="general.yes"/> --%>
153
<%-- 				</c:when> --%>
154
<%-- 				<c:otherwise><bean:message key="general.no"/></c:otherwise> --%>
155
<%-- 			</c:choose> --%>
156
<!-- 		</strong></td> -->
157
<!-- </tr> -->
158
159
<tr>
160
		<td width="10%">&nbsp;</td>
161
		<td width="35%"><bean:message key="upass.password.complexity"/>:</td>
162
		<td width="35%"><strong>
163
		<c:choose>
164
				<c:when test="${not empty upassSettingsView.map.PASSWORD_ACCEPT_PATTERN}">
165
					<c:out value="${upassSettingsView.map.PASSWORD_ACCEPT_PATTERN}"/>
166
				</c:when>
167
				<c:otherwise>-</c:otherwise>
168
			</c:choose>
169
		</strong></td>
170
</tr>
171
172
<tr>
173
		<td width="10%">&nbsp;</td>
174
		<td width="35%"><bean:message key="upass.password.change.interval"/>:</td>
175
		<td width="35%"><strong>
176
			<c:choose>
177
				<c:when test="${not empty settingsForm.map.CHANGE_PASSWORD_INTERVAL}">
178
					<c:out value="${settingsForm.map.CHANGE_PASSWORD_INTERVAL}"/>
179
				</c:when>
180
				<c:otherwise>-</c:otherwise>
181
			</c:choose>
182
		</strong></td>
183
		<td><bean:message key="upass.period.minute"/></td>
184
</tr>
185
186
<tr><td height="30" colspan="4">&nbsp;</td></tr>
187
</table>
188
189
<div class="floatRight">
190
<htmlEL:form action="/ss221/upassMaintenanceResult.do">
191
	<htmlEL:submit property="action" styleClass="button floatRight"	onclick="overlay();"><bean:message key="general.button.confirm" /></htmlEL:submit>
192
</htmlEL:form>
193
</div>
194
195
<div class="floatRight">
196
<htmlEL:form action="/ss221/upassMaintenanceEdit.do">
197
	<htmlEL:submit property="action" styleClass="button floatRight"	onclick="overlay();"><bean:message key="general.button.back" /></htmlEL:submit>
198
</htmlEL:form>
199
</div>