Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / common / ibssPopLogout.jsp @ 95:2f9fb3b2341f

History | View | Annotate | Download (902 Bytes)

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-logic" prefix="logic" %>
4
<%@ taglib uri="/WEB-INF/tld/struts-logic-el" prefix="logicEL" %>
5
<%@ taglib uri="/WEB-INF/tld/c" prefix="c" %>
6
7
<div class="span-24">
8
	<h3 class="title"><strong><bean:message key="general.logout"/></strong></h3>
9
	<br/>
10
	<table class="tabularForm">
11
	  <tr>
12
	    <td width="66">&nbsp;</td>
13
	    <td width="417"><bean:message key="general.error.message.cst.logout"/></td>
14
	    <td width="59">&nbsp;</td>
15
	  	<td width="50">
16
		    <htmlEL:form action="common/Login.do">
17
		        <htmlEL:submit property="action" styleClass="button" onclick="overlay();">
18
					<bean:message key="general.button.proceedToLogin"/>
19
				</htmlEL:submit>
20
		    </htmlEL:form>
21
	    </td>
22
	  </tr>
23
	</table>
24
</div>