Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss221_settings / ibssUpassMaintenanceDetails.jsp @ 104:e82bae1007b4

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