Revision 39:11d31244edf5 WebContent/jsp/ss221_settings/ibssUpassMaintenanceDetails.jsp

View differences:

WebContent/jsp/ss221_settings/ibssUpassMaintenanceDetails.jsp
9 9

  
10 10
<bean:define id="upassSettingsView" name="settingsForm" property="upassSettingsView" />
11 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}">Admin</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>
12
<h3 class="title"><strong>Admin 
17 13
<c:out value="${sessionScope.displayDesc}"/>
18 14
</strong></h3>
19 15
<table id="errorTable">
......
51 47
			</c:choose>
52 48
		</strong></td>
53 49
</tr>
54
<c:if test="${settingsForm.map.upassApplicationSelect eq 1}">
55 50
<tr>
56 51
		<td width="10%">&nbsp;</td>
57 52
		<td width="35%"><bean:message key="upass.password.expiry.day"/>:</td>
......
79 74
		</strong></td>
80 75
		<td><bean:message key="upass.period.day"/></td>
81 76
</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 77

  
98 78
<tr>
99 79
		<td width="10%">&nbsp;</td>
......
169 149
	<htmlEL:submit property="action" styleClass="button floatRight"	onclick="overlay();"><bean:message key="general.button.edit" /></htmlEL:submit>
170 150
</htmlEL:form>
171 151
</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>
179

  
152
</c:if>

Also available in: Unified diff