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
                <div id="leftcolumn">
19
                    <div class="search">
20
                        <s:action name="SearchFormPage"
21
                                  executeResult="true"/>
22
                    </div>
23
                </div>
24

    
25
                <p class="searchresults1">
26
			This service is temporarily unavailable. Please try again later.
27
			We apologize for the inconvenience.
28
                </p>
29
                
30
            </div>
31
        </div>
32
    </body>
33
</html>
(15-15/27)