Project

General

Profile

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

    
5
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
6
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7
    
8
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
9
	<head>
10
    	<title>DRIVER Refine Results</title>    	
11
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>    	
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
    	<script type="text/javascript" src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/mootools-1.2.3-core.js"></script>
14
		<script type="text/javascript" src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/mootools-1.2.3.1-more.js"></script>
15
    	<link rel="shortcut icon" href="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/images/favicon.ico" />
16
    	
17
		<sx:head parseContent="true"/>
18
	</head>
19

    
20
	<body>
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
					        		<s:action name="RefineFormPage" executeResult="true"/>
31
							</div>
32
			
33
							<div id="maincolumn2">
34
								<s:include value="results/html/searchResults.jsp" />
35
							</div>
36
						</div>
37
						<div id="footer">
38
							<s:action name="FooterPage" executeResult="true"/>
39
						</div>
40
					
41
					</div>
42
				</div>
43
			</div>
44
		</div>
45
	</body>
46

    
47
</html>
(12-12/27)