Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss221_settings / ibssUpassMaintenanceConfirm.jsp @ 73:bf627b8f4a47

History | View | Annotate | Download (5.8 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/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
Admin 
14
<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
<table class="stepTable">
24
<tr>
25
<td>&nbsp;</td>
26
<td><div id="steps"><span><bean:message key="general.title.steps" arg0="2" arg1="3"/></span></div></td>
27

    
28
<table class="tabularForm" width="517" border="1">
29
  <tr>
30
    <td width="75">&nbsp;</td>
31
    <td class="success" width="140"><strong><bean:message key="user.desc.confirmation"/></strong></td>
32
    <td width="93">&nbsp;</td>
33
    <td width="47">&nbsp;</td>
34
  </tr>
35
  <tr>
36

    
37
    <td height="28">&nbsp;</td>
38
    <td colspan="2"><bean:message key="settings.upass"/> <strong>Admin </strong>
39
    <bean:message key="general.status.edit.confirm"/>
40
    </td>
41
    <td>&nbsp;</td>
42
  </tr>
43
</table>
44
<table class="tabularForm" width="517" border="1">
45
<tr><td height="30" colspan="4">&nbsp;</td></tr>
46
<tr>
47
		<td width="10%">&nbsp;</td>
48
		<td width="35%"><bean:message key="upass.password.minimum.length"/>:</td>
49
		<td width="35%"><strong>
50
			<c:choose>
51
				<c:when test="${not empty settingsForm.map.PASSWORD_MIN_LENGTH}">
52
					<c:out value="${settingsForm.map.PASSWORD_MIN_LENGTH}"/>
53
				</c:when>
54
				<c:otherwise>-</c:otherwise>
55
			</c:choose>
56
		</strong></td>
57
</tr>
58

    
59
<tr>
60
		<td width="10%">&nbsp;</td>
61
		<td width="35%"><bean:message key="upass.password.generation"/>:</td>
62
		<td width="35%"><strong>
63
			<c:choose>
64
				<c:when test="${not empty settingsForm.map.PASSWORD_GENERATION}">
65
					<c:out value="${settingsForm.map.PASSWORD_GENERATION}"/>
66
				</c:when>
67
				<c:otherwise>-</c:otherwise>
68
			</c:choose>
69
		</strong></td>
70
		<td><bean:message key="upass.period.day"/></td>
71
</tr>
72

    
73
<tr>
74
		<td width="10%">&nbsp;</td>
75
		<td width="35%"><bean:message key="upass.password.expiry.day"/>:</td>
76
		<td width="35%"><strong>
77
			<c:choose>
78
				<c:when test="${not empty settingsForm.map.PASSWORD_EXPIRY_DAY}">
79
					<c:out value="${settingsForm.map.PASSWORD_EXPIRY_DAY}"/>
80
				</c:when>
81
				<c:otherwise>-</c:otherwise>
82
			</c:choose>
83
		</strong></td>
84
		<td><bean:message key="upass.period.day"/></td>
85
</tr>
86

    
87
<tr>
88
		<td width="10%">&nbsp;</td>
89
		<td width="35%"><bean:message key="upass.password.expiry.notif.alert"/>:</td>
90
		<td width="35%"><strong>
91
			<c:choose>
92
				<c:when test="${not empty settingsForm.map.NOTIF_ALERT}">
93
					<c:out value="${settingsForm.map.NOTIF_ALERT}"/>
94
				</c:when>
95
				<c:otherwise>-</c:otherwise>
96
			</c:choose>
97
		</strong></td>
98
		<td><bean:message key="upass.period.day"/></td>
99
</tr>
100
<tr>
101
		<td width="10%">&nbsp;</td>
102
		<td width="35%"><bean:message key="upass.password.max.error.attempt"/>:</td>
103
		<td width="35%"><strong>
104
			<c:choose>
105
				<c:when test="${not empty settingsForm.map.PASSWORD_MAX_ERROR}">
106
					<c:out value="${settingsForm.map.PASSWORD_MAX_ERROR}"/>
107
				</c:when>
108
				<c:otherwise>-</c:otherwise>
109
			</c:choose>
110
		</strong></td>
111
</tr>
112
<tr>
113
		<td width="10%">&nbsp;</td>
114
		<td width="35%"><bean:message key="upass.dormant.user.period"/>:</td>
115
		<td width="35%"><strong>
116
			<c:choose>
117
				<c:when test="${not empty settingsForm.map.USER_DORMANT_PERIOD}">
118
					<c:out value="${settingsForm.map.USER_DORMANT_PERIOD}"/>
119
				</c:when>
120
				<c:otherwise>-</c:otherwise>
121
			</c:choose>
122
		</strong></td>
123
		<td><bean:message key="upass.period.day"/></td>
124
</tr>
125

    
126
<!-- <tr> -->
127
<!-- 		<td width="10%">&nbsp;</td> -->
128
<%-- 		<td width="35%"><bean:message key="upass.single.sing-on"/>:</td> --%>
129
<!-- 		<td width="35%"><strong> -->
130
<%-- 			<c:choose> --%>
131
<%-- 				<c:when test="${settingsForm.map.SINGLE_SIGNON eq 0}"> --%>
132
<%-- 					<bean:message key="general.yes"/> --%>
133
<%-- 				</c:when> --%>
134
<%-- 				<c:otherwise><bean:message key="general.no"/></c:otherwise> --%>
135
<%-- 			</c:choose> --%>
136
<!-- 		</strong></td> -->
137
<!-- </tr> -->
138

    
139
<tr>
140
		<td width="10%">&nbsp;</td>
141
		<td width="35%"><bean:message key="upass.password.complexity"/>:</td>
142
		<td width="35%"><strong>
143
		<c:choose>
144
				<c:when test="${not empty upassSettingsView.map.PASSWORD_ACCEPT_PATTERN}">
145
					<c:out value="${upassSettingsView.map.PASSWORD_ACCEPT_PATTERN}"/>
146
				</c:when>
147
				<c:otherwise>-</c:otherwise>
148
			</c:choose>
149
		</strong></td>
150
</tr>
151

    
152
<tr>
153
		<td width="10%">&nbsp;</td>
154
		<td width="35%"><bean:message key="upass.password.change.interval"/>:</td>
155
		<td width="35%"><strong>
156
			<c:choose>
157
				<c:when test="${not empty settingsForm.map.CHANGE_PASSWORD_INTERVAL}">
158
					<c:out value="${settingsForm.map.CHANGE_PASSWORD_INTERVAL}"/>
159
				</c:when>
160
				<c:otherwise>-</c:otherwise>
161
			</c:choose>
162
		</strong></td>
163
		<td><bean:message key="upass.period.minute"/></td>
164
</tr>
165
	
166
<tr><td height="30" colspan="4">&nbsp;</td></tr>
167
</table>
168

    
169
<div class="floatRight">
170
<htmlEL:form action="/ss221/upassMaintenanceResult.do">
171
	<htmlEL:submit property="action" styleClass="button floatRight"	onclick="overlay();"><bean:message key="general.button.confirm" /></htmlEL:submit>
172
</htmlEL:form>
173
</div>
174

    
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.back" /></htmlEL:submit>
178
</htmlEL:form>
179
</div>
180