1 |
7982
|
alexandros
|
<%@ page contentType="text/html; charset=UTF-8"%>
|
2 |
|
|
<%@ taglib prefix="s" uri="/struts-tags"%>
|
3 |
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4 |
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5 |
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
6 |
|
|
|
7 |
|
|
<head>
|
8 |
|
|
|
9 |
|
|
<title>DRIVER Announcements</title>
|
10 |
8398
|
katerina.i
|
|
11 |
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
12 |
|
|
|
13 |
13398
|
katerina.i
|
<link href="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/assets/style.css" rel="stylesheet" type="text/css" />
|
14 |
|
|
<link rel="shortcut icon" href="struts/images/favicon.ico"/>
|
15 |
7982
|
alexandros
|
<script type="text/javascript" src="pages/js/announcements.js"></script>
|
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 |
7982
|
alexandros
|
|
18 |
|
|
</head>
|
19 |
|
|
<body>
|
20 |
|
|
<div id="center">
|
21 |
|
|
<div id="wrapper">
|
22 |
|
|
<div class="wrapper_shadowleft">
|
23 |
|
|
<div class="wrapper_shadowright">
|
24 |
|
|
<div id="container">
|
25 |
|
|
<jsp:include page="/pages/banner.jsp" />
|
26 |
|
|
<jsp:include page="/pages/menu.jsp" />
|
27 |
|
|
<div id="leftcolumn">
|
28 |
|
|
<b class="curved_top">
|
29 |
|
|
<b class="curved_t1"></b>
|
30 |
|
|
<b class="curved_t2"></b>
|
31 |
|
|
<b class="curved_t3"></b>
|
32 |
|
|
<b class="curved_t4"></b>
|
33 |
|
|
</b>
|
34 |
|
|
<div class="curved_container clearfix">
|
35 |
|
|
<div class="featured_top leftcolumn_top">News and Announcements</div>
|
36 |
|
|
<p> </p>
|
37 |
|
|
</div>
|
38 |
|
|
<b class="curved_bottom">
|
39 |
|
|
<b class="curved_b4"></b>
|
40 |
|
|
<b class="curved_b3"></b>
|
41 |
|
|
<b class="curved_b2"></b>
|
42 |
|
|
<b class="curved_b1"></b>
|
43 |
|
|
</b>
|
44 |
|
|
</div>
|
45 |
|
|
<div id="maincolumn2">
|
46 |
|
|
|
47 |
|
|
<b class="curved_top">
|
48 |
|
|
<b class="curved_t1"> </b>
|
49 |
|
|
<b class="curved_t2"> </b>
|
50 |
|
|
<b class="curved_t3"> </b>
|
51 |
|
|
<b class="curved_t4"> </b>
|
52 |
|
|
</b>
|
53 |
|
|
<div class="curved_container clearfix">
|
54 |
|
|
<div class="featured_top maincolumn2_top">
|
55 |
13398
|
katerina.i
|
<img src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/images/icons/news31.gif" height="22px"/> Check this out...
|
56 |
7982
|
alexandros
|
</div>
|
57 |
|
|
|
58 |
|
|
<div class="announcements">
|
59 |
|
|
Your account has been deleted succesfully
|
60 |
|
|
</div> <!-- announcements -->
|
61 |
|
|
</div> <!-- "curved_container clearfix" -->
|
62 |
|
|
<b class="curved_bottom">
|
63 |
|
|
<b class="curved_b4"></b>
|
64 |
|
|
<b class="curved_b3"></b>
|
65 |
|
|
<b class="curved_b2"></b>
|
66 |
|
|
<b class="curved_b1"></b>
|
67 |
|
|
</b>
|
68 |
|
|
</div>
|
69 |
|
|
<div id="footer">
|
70 |
12995
|
katerina.i
|
<s:action name="FooterPage" executeResult="true"/>
|
71 |
7982
|
alexandros
|
</div>
|
72 |
|
|
|
73 |
|
|
</div>
|
74 |
|
|
</div>
|
75 |
|
|
</div>
|
76 |
|
|
</div>
|
77 |
|
|
</div>
|
78 |
|
|
</body>
|
79 |
|
|
|
80 |
|
|
</html>
|
81 |
|
|
|
82 |
|
|
|
83 |
|
|
|