Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss221_settings / ibssUpassMaintenanceDetails.jsp @ 13:053ef68134de

History | View | Annotate | Download (6.18 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
27
<table class="tabularForm">
28
<tr><td height="30" colspan="4">&nbsp;</td></tr>
29
<tr>
30
		<td width="10%">&nbsp;</td>
31
		<td width="35%"><bean:message key="upass.password.minimum.length"/>:</td>
32
		<td width="5%"><strong>
33
			<c:choose>
34
				<c:when test="${not empty upassSettingsView.map.PASSWORD_MIN_LENGTH}">
35
					<c:out value="${upassSettingsView.map.PASSWORD_MIN_LENGTH}"/>
36
				</c:when>
37
				<c:otherwise>-</c:otherwise>
38
			</c:choose>
39
		</strong></td>
40
</tr>
41
42
<tr>
43
		<td width="10%">&nbsp;</td>
44
		<td width="35%"><bean:message key="upass.password.generation"/>:</td>
45
		<td width="5%"><strong>
46
			<c:choose>
47
				<c:when test="${not empty upassSettingsView.map.PASSWORD_GENERATION}">
48
					<c:out value="${upassSettingsView.map.PASSWORD_GENERATION}"/>
49
				</c:when>
50
				<c:otherwise>-</c:otherwise>
51
			</c:choose>
52
		</strong></td>
53
</tr>
54
<c:if test="${settingsForm.map.upassApplicationSelect eq 1}">
55
<tr>
56
		<td width="10%">&nbsp;</td>
57
		<td width="35%"><bean:message key="upass.password.expiry.day"/>:</td>
58
		<td width="5%"><strong>
59
			<c:choose>
60
				<c:when test="${not empty upassSettingsView.map.PASSWORD_EXPIRY_DAY}">
61
					<c:out value="${upassSettingsView.map.PASSWORD_EXPIRY_DAY}"/>
62
				</c:when>
63
				<c:otherwise>-</c:otherwise>
64
			</c:choose>
65
		</strong></td>
66
		<td><bean:message key="upass.period.day"/></td>
67
</tr>
68
69
<tr>
70
		<td width="10%">&nbsp;</td>
71
		<td width="35%"><bean:message key="upass.password.expiry.notif.alert"/>:</td>
72
		<td width="5%"><strong>
73
			<c:choose>
74
				<c:when test="${not empty upassSettingsView.map.NOTIF_ALERT}">
75
					<c:out value="${upassSettingsView.map.NOTIF_ALERT}"/>
76
				</c:when>
77
				<c:otherwise>-</c:otherwise>
78
			</c:choose>
79
		</strong></td>
80
		<td><bean:message key="upass.period.day"/></td>
81
</tr>
82
</c:if>
83
84
<!-- <tr> -->
85
<!-- 		<td width="10%">&nbsp;</td> -->
86
<%-- 		<td width="35%"><bean:message key="upass.auto.logoff.time"/>:</td> --%>
87
<!-- 		<td width="5%"><strong> -->
88
<%-- 			<c:choose> --%>
89
<%-- 				<c:when test="${not empty upassSettingsView.map.AUTO_LOGOFF}"> --%>
90
<%-- 					<c:out value="${upassSettingsView.map.AUTO_LOGOFF}"/> --%>
91
<%-- 				</c:when> --%>
92
<%-- 				<c:otherwise>-</c:otherwise> --%>
93
<%-- 			</c:choose> --%>
94
<!-- 		</strong></td> -->
95
<%-- 		<td><bean:message key="upass.period.minute"/></td> --%>
96
<!-- </tr> -->
97
98
<tr>
99
		<td width="10%">&nbsp;</td>
100
		<td width="35%"><bean:message key="upass.password.max.error.attempt"/>:</td>
101
		<td width="5%"><strong>
102
			<c:choose>
103
				<c:when test="${not empty upassSettingsView.map.PASSWORD_MAX_ERROR}">
104
					<c:out value="${upassSettingsView.map.PASSWORD_MAX_ERROR}"/>
105
				</c:when>
106
				<c:otherwise>-</c:otherwise>
107
			</c:choose>
108
		</strong></td>
109
</tr>
110
<tr>
111
		<td width="10%">&nbsp;</td>
112
		<td width="35%"><bean:message key="upass.dormant.user.period"/>:</td>
113
		<td width="35%"><strong>
114
			<c:choose>
115
				<c:when test="${not empty upassSettingsView.map.USER_DORMANT_PERIOD}">
116
					<c:out value="${upassSettingsView.map.USER_DORMANT_PERIOD}"/>
117
				</c:when>
118
				<c:otherwise>-</c:otherwise>
119
			</c:choose>
120
		</strong></td>
121
		<td><bean:message key="upass.period.day"/></td>
122
</tr>
123
<%-- <c:if test="${settingsForm.map.upassApplicationSelect ne 1}"> --%>
124
<!-- <tr> -->
125
<!-- 		<td width="10%">&nbsp;</td> -->
126
<%-- 		<td width="35%"><bean:message key="upass.single.sing-on"/>:</td> --%>
127
<!-- 		<td width="35%"><strong> -->
128
<%-- 			<c:choose> --%>
129
<%-- 				<c:when test="${upassSettingsView.map.SINGLE_SIGNON eq 0}"> --%>
130
<%-- 					<bean:message key="general.yes"/> --%>
131
<%-- 				</c:when> --%>
132
<%-- 				<c:otherwise><bean:message key="general.no"/></c:otherwise> --%>
133
<%-- 			</c:choose> --%>
134
<!-- 		</strong></td> -->
135
<!-- </tr> -->
136
<%-- </c:if> --%>
137
<tr>
138
		<td width="10%">&nbsp;</td>
139
		<td width="35%"><bean:message key="upass.password.complexity"/>:</td>
140
		<td width="35%"><strong>
141
		<c:choose>
142
				<c:when test="${not empty upassSettingsView.map.PASSWORD_ACCEPT_PATTERN}">
143
					<c:out value="${upassSettingsView.map.PASSWORD_ACCEPT_PATTERN}"/>
144
				</c:when>
145
				<c:otherwise>-</c:otherwise>
146
			</c:choose>
147
		</strong></td>
148
</tr>
149
150
<tr>
151
		<td width="10%">&nbsp;</td>
152
		<td width="35%"><bean:message key="upass.password.change.interval"/>:</td>
153
		<td width="35%"><strong>
154
			<c:choose>
155
				<c:when test="${not empty upassSettingsView.map.CHANGE_PASSWORD_INTERVAL}">
156
					<c:out value="${upassSettingsView.map.CHANGE_PASSWORD_INTERVAL}"/>
157
				</c:when>
158
				<c:otherwise>-</c:otherwise>
159
			</c:choose>
160
		</strong></td>
161
		<td><bean:message key="upass.period.minute"/></td>
162
</tr>
163
164
<tr><td height="30" colspan="4">&nbsp;</td></tr>
165
</table>
166
<c:if test="${settingsForm.map.hasEditAccess eq true }">
167
<div class="floatRight">
168
<htmlEL:form action="/ss221/upassMaintenanceEdit.do">
169
	<htmlEL:submit property="action" styleClass="button floatRight"	onclick="overlay();"><bean:message key="general.button.edit" /></htmlEL:submit>
170
</htmlEL:form>
171
</div>
172
</c:if>
173
174
<div class="floatRight">
175
<htmlEL:form action="/ss221/settings.do">
176
	<htmlEL:submit property="action" styleClass="button floatRight"	onclick="overlay();"><bean:message key="general.button.back" /></htmlEL:submit>
177
</htmlEL:form>
178
</div>