Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / common / ibssSessionError.jsp @ 93:480d2c6ae7bc

History | View | Annotate | Download (883 Bytes)

1
<%@ taglib uri="/WEB-INF/tld/struts-html-el.tld" prefix="htmlEL" %>
2
<%@ taglib uri="/WEB-INF/tld/struts-bean.tld" prefix="bean" %>
3
<%@ taglib uri="/WEB-INF/tld/struts-logic.tld" prefix="logic" %>
4
<%@ taglib uri="/WEB-INF/tld/struts-logic-el.tld" prefix="logicEL" %>
5
<%@ taglib uri="/WEB-INF/tld/c.tld" prefix="c" %>
6

    
7
	<h3 class="title"><strong><bean:message key="common.session.expired.subhead"/></strong></h3>
8
	<table class="tabularForm">
9
		<tr>
10
			<td>
11
				<bean:message key="common.session.expired.explanation"/>
12
			</td>
13
			<td>
14
				<htmlEL:form action="/common/Login.do">
15
					<div id="buttons" align="right">
16
						<htmlEL:submit property="action" styleClass="button" onclick="overlay();">
17
							<bean:message key="general.button.proceedToLogin"/>
18
						</htmlEL:submit>
19
					</div>
20
				</htmlEL:form>
21
			</td>
22
			<td>&nbsp;</td>
23
		</tr>
24
	</table>
25

    
26