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
   
7
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
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 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" />
12
    	<link rel="shortcut icon" href="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/images/favicon.ico" />
13
	</head>
14

    
15
	<body>
16
	<div id="center">
17
    	<div id="wrapper">
18
        	<jsp:include page="/pages/banner.jsp" />
19
        	<jsp:include page="/pages/menu.jsp" />
20
			
21
			<div id="leftcolumn">
22
	        	<div class="search">
23
					<s:action name="SearchFormPage"
24
						executeResult="true"/>
25
				</div>
26
			</div>
27
			
28
			<p class="searchresults1">
29
				<s:text name="error_search_portal_text"/>
30
			</p>
31
			
32
			<s:action name="FooterPage" executeResult="true"/>
33
		</div>
34
	</div>
35
	</body>
36
</html>
(19-19/27)