1 |
6018
|
antonis.le
|
<%@ taglib prefix="s" uri="/struts-tags"%>
|
2 |
|
|
<%@ page contentType="text/html; charset=UTF-8"%>
|
3 |
|
|
<%@ taglib prefix="sx" uri="/struts-dojo-tags"%>
|
4 |
6574
|
katerina.i
|
|
5 |
7709
|
antonis.le
|
<!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 |
7709
|
antonis.le
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
9 |
1959
|
katerina.i
|
|
10 |
6018
|
antonis.le
|
<head>
|
11 |
8398
|
katerina.i
|
<title>DRIVER Search Results</title>
|
12 |
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
13 |
8666
|
alexandros
|
<sx:head debug="false" parseContent="true" />
|
14 |
13398
|
katerina.i
|
<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>
|
15 |
|
|
<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>
|
16 |
8398
|
katerina.i
|
|
17 |
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" />
|
18 |
|
|
<link rel="shortcut icon" href="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/images/favicon.ico"/>
|
19 |
|
|
<link href="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/Roar/Roar.css" rel="stylesheet" type="text/css" />
|
20 |
|
|
<script type="text/javascript" src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/Roar/Roar.js"></script>
|
21 |
|
|
<script type="text/javascript" src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/dropbox.js"></script>
|
22 |
|
|
<script type="text/javascript" src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/criteriaDisplay.js"></script>
|
23 |
6018
|
antonis.le
|
</head>
|
24 |
|
|
|
25 |
8491
|
katerina.i
|
<body onload="init();">
|
26 |
6747
|
katerina.i
|
<div id="center">
|
27 |
|
|
<div id="wrapper">
|
28 |
7399
|
katerina.i
|
<div class="wrapper_shadowleft">
|
29 |
|
|
<div class="wrapper_shadowright">
|
30 |
10321
|
katerina.i
|
|
31 |
6747
|
katerina.i
|
<div id="container">
|
32 |
|
|
<jsp:include page="/pages/banner.jsp" />
|
33 |
|
|
<jsp:include page="/pages/menu.jsp" />
|
34 |
6018
|
antonis.le
|
|
35 |
6747
|
katerina.i
|
<div id="leftcolumn">
|
36 |
7413
|
katerina.i
|
<s:action name="SearchFormPage" executeResult="true" />
|
37 |
6747
|
katerina.i
|
</div>
|
38 |
|
|
|
39 |
|
|
<div id="maincolumn2">
|
40 |
10611
|
katerina.i
|
<s:action name="SearchResultsPage" executeResult="true"/>
|
41 |
6747
|
katerina.i
|
</div>
|
42 |
|
|
</div>
|
43 |
6018
|
antonis.le
|
|
44 |
6747
|
katerina.i
|
<div id="footer">
|
45 |
12995
|
katerina.i
|
<s:action name="FooterPage" executeResult="true"/>
|
46 |
6747
|
katerina.i
|
</div>
|
47 |
10321
|
katerina.i
|
|
48 |
6747
|
katerina.i
|
</div>
|
49 |
|
|
</div>
|
50 |
|
|
</div>
|
51 |
|
|
</div>
|
52 |
6018
|
antonis.le
|
</body>
|
53 |
1959
|
katerina.i
|
|
54 |
4697
|
katerina.i
|
</html>
|