Project

General

Profile

1
<%@ taglib prefix="s" uri="/struts-tags"%>
2
<%@ page contentType="text/html; charset=UTF-8"%>
3

    
4
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
5
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7

    
8
<head>
9
    <title><s:text name="error_page_title"/></title>
10
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
11
	<link rel="shortcut icon" href="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/images/favicon.ico" />
12
	<link href='<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/assets/<s:property value="#application['webInterfaceLayoutManager'].cssFileName" />' rel="stylesheet" type="text/css" />
13

    
14
</head>
15

    
16
<body onLoad="setTimeout('delayer()', 600)">
17
	<script language="javascript">
18
		window.history.forward(1);
19
	</script>
20

    
21
	<div id="center">
22
		<div id="wrapper">
23
			<div class="wrapper_shadowleft">
24
				<div class="wrapper_shadowright">
25
					<div id="container">
26
						<jsp:include page="/pages/banner.jsp" /> 
27
						<jsp:include page="/pages/menu.jsp" />
28
				
29
						<div id="leftcolumn">
30
							<div class="search">
31
								
32
							</div>
33
						</div>
34
						
35
						<div id="genericColumnNH" style="width: 100%; text-align: center;">
36
							<h2  style="text-align:center;">  
37
								
38
									<s:text name="error_text"/>
39
                                    
40
                                <p>&nbsp;</p>
41
							</h2>		
42

    
43
						</div>
44
					</div>
45
				</div>
46
				<s:action name="FooterPage" executeResult="true"/>
47
			</div>
48
		</div>
49
	</div>
50
</body>
51
</html>
(2-2/8)