Project

General

Profile

1 8724 alexandros
<%@ taglib prefix="s" uri="/struts-tags" %>
2
<%@ page contentType="text/html; charset=UTF-8" %>
3
<%@ taglib prefix="sx" uri="/struts-dojo-tags"%>
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
        <sx:head debug="false" />
11
12
        <title>DRIVER Similarity Results</title>
13
14
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
15
16 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" />
17
        <link rel="shortcut icon" href="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/images/favicon.ico" />
18 8724 alexandros
19 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>
20
        <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>
21
        <script type="text/javascript" src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/addthis/addthis.js"></script>
22
        <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>
23
        <script type="text/javascript" src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/dropbox.js"></script>
24 8724 alexandros
    </head>
25
26
    <body>
27
        <div id="center">
28
            <div id="wrapper">
29
                <div class="wrapper_shadowleft">
30
                    <div class="wrapper_shadowright">
31
                        <div id="container">
32
33
                            <jsp:include page="/pages/banner.jsp" />
34
                            <jsp:include page="/pages/menu.jsp" />
35
36
                            <div id="leftcolumn">
37
                                <s:action name="SearchFormPage" executeResult="true"/>
38
                            </div>
39
40
                            <div id="maincolumn2">
41
                                <s:action name="RelationResultsPage" executeResult="true" />
42
                            </div>
43
44
                        </div>
45
                        <div id="roarQueue_container"></div>
46
                        <div id="footer">
47 12995 katerina.i
                            <s:action name="FooterPage" executeResult="true"/>
48 8724 alexandros
                        </div>
49
50
                    </div>
51
                </div>
52
            </div>
53
        </div>
54
55
    </body>
56
57
</html>