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>DRIVER Search Portal - Error</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
			Similarity service is temporarily unavailable. Please try again later.
30
			We apologize for the inconvenience. 
31
			</p>
32
			
33
			<s:action name="FooterPage" executeResult="true"/>
34
		</div>
35
	</div>
36
	</body>
37
</html>
(22-22/27)