1 |
7418
|
antonis.le
|
<%@ taglib prefix="sx" uri="/struts-dojo-tags" %>
|
2 |
4697
|
katerina.i
|
<%@ taglib prefix="s" uri="/struts-tags" %>
|
3 |
|
|
<%@ page contentType="text/html; charset=UTF-8" %>
|
4 |
7418
|
antonis.le
|
|
5 |
7812
|
natalia.ma
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
6 |
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
7 |
8398
|
katerina.i
|
|
8 |
7812
|
natalia.ma
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
9 |
4697
|
katerina.i
|
<head>
|
10 |
8398
|
katerina.i
|
<title>DRIVER Refine Results</title>
|
11 |
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
12 |
13398
|
katerina.i
|
<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 |
7418
|
antonis.le
|
|
17 |
|
|
<sx:head parseContent="true"/>
|
18 |
4697
|
katerina.i
|
</head>
|
19 |
|
|
|
20 |
7418
|
antonis.le
|
<body>
|
21 |
4697
|
katerina.i
|
<div id="center">
|
22 |
5990
|
katerina.i
|
<div id="wrapper">
|
23 |
7399
|
katerina.i
|
<div class="wrapper_shadowleft">
|
24 |
|
|
<div class="wrapper_shadowright">
|
25 |
6627
|
katerina.i
|
<div id="container">
|
26 |
5990
|
katerina.i
|
<jsp:include page="/pages/banner.jsp" />
|
27 |
|
|
<jsp:include page="/pages/menu.jsp" />
|
28 |
|
|
|
29 |
|
|
<div id="leftcolumn">
|
30 |
7783
|
natalia.ma
|
<s:action name="RefineFormPage" executeResult="true"/>
|
31 |
5990
|
katerina.i
|
</div>
|
32 |
|
|
|
33 |
|
|
<div id="maincolumn2">
|
34 |
10321
|
katerina.i
|
<s:include value="results/html/searchResults.jsp" />
|
35 |
5990
|
katerina.i
|
</div>
|
36 |
|
|
</div>
|
37 |
|
|
<div id="footer">
|
38 |
12995
|
katerina.i
|
<s:action name="FooterPage" executeResult="true"/>
|
39 |
5990
|
katerina.i
|
</div>
|
40 |
|
|
|
41 |
4697
|
katerina.i
|
</div>
|
42 |
|
|
</div>
|
43 |
|
|
</div>
|
44 |
5990
|
katerina.i
|
</div>
|
45 |
6627
|
katerina.i
|
</body>
|
46 |
4697
|
katerina.i
|
|
47 |
5990
|
katerina.i
|
</html>
|