Project

General

Profile

1 5847 thanos.pap
<%@ taglib prefix="s" uri="/struts-tags"%>
2
<%@ page contentType="text/html; charset=UTF-8"%>
3 7783 natalia.ma
<!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 5847 thanos.pap
	<head>
8
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 7812 natalia.ma
		<title>DRIVER MyCommunities</title>
10 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" />
11
		<link href="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/assets/SimpleTabs.css" rel="stylesheet" type="text/css" />
12
		<link rel="shortcut icon" href="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/images/favicon.ico" />
13 7672 thanos.pap
		<!-- MB - ADD mootools here: new version -->
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 5847 thanos.pap
	</head>
17 6568 thanos.pap
	<body>
18 5847 thanos.pap
		<div id="center">
19
			<div id="wrapper">
20 7399 katerina.i
				<div class="wrapper_shadowleft">
21
					<div class="wrapper_shadowright">
22 5847 thanos.pap
						<div id="container">
23
							<jsp:include page="/pages/banner.jsp" />
24 7672 thanos.pap
							<jsp:include page="/pages/menu.jsp" />
25
							<p class="clear" />
26 7783 natalia.ma
							<div id="leftcolumn">
27 7672 thanos.pap
								<b class="curved_top">
28
									<b class="curved_t1"></b>
29
									<b class="curved_t2"></b>
30
									<b class="curved_t3"></b>
31
									<b class="curved_t4"></b>
32
								</b>
33
								<jsp:include page="/pages/community/myCommunitiesMenu.jsp" />
34
								<b class="curved_bottom">
35
									<b class="curved_b4"></b>
36
									<b class="curved_b3"></b>
37
									<b class="curved_b2"></b>
38
									<b class="curved_b1"></b>
39
								</b>
40 5847 thanos.pap
							</div>
41
							<div id="maincolumn2">
42 8025 natalia.ma
                            	<div id="communityPage">
43 7672 thanos.pap
								<b class="curved_top">
44
									<b class="curved_t1"></b>
45
									<b class="curved_t2"></b>
46
									<b class="curved_t3"></b>
47
									<b class="curved_t4"></b>
48
								</b>
49
								<div class="curved_container clearfix">
50 8025 natalia.ma
									<div class="featured_top communityPage_top">
51 13398 katerina.i
										<img src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/images/icons/communities.png" alt="Communities" width="16" height="16" class="absmiddle" />
52 7672 thanos.pap
										&nbsp;
53
										My Communities
54
									</div>
55
									<div class="tab-wrapper clearfix">
56
										<div class="mydriveritem col1">
57 7783 natalia.ma
58 7672 thanos.pap
											<s:if test="communities.size() == 0">
59 7783 natalia.ma
												<div class="myPageField">
60
                                                	<span class="myPageFieldComments">You haven't subscribed to any communities.</span>
61
                                                 </div>
62 7672 thanos.pap
											</s:if>
63
											<s:else>
64 7783 natalia.ma
												<div class="myPageField">
65
                                                	<span class="myPageFieldComments">
66 8025 natalia.ma
                                                        You are a member of
67 7783 natalia.ma
                                                        <s:property value="communities.size()" />
68
                                                        community(ies)
69
                                                    </span>
70 7672 thanos.pap
												</div>
71
												<s:iterator value="communities">
72 7783 natalia.ma
													<div class="myPageField">
73 7672 thanos.pap
														<a href="ViewCommunity.action?communityId=<s:property value="resourceId" />&amp;displayMyDriverMenu=true">
74 8025 natalia.ma
															<span class="communityName"><s:property value="name" /></span>
75 5847 thanos.pap
														</a>
76 7672 thanos.pap
													</div>
77 7783 natalia.ma
													<div class="myPageField">
78 7672 thanos.pap
														<s:property value="description" />
79
													</div>
80
												</s:iterator>
81
											</s:else>
82
										</div>
83
									</div>
84 5847 thanos.pap
								</div>
85 7672 thanos.pap
								<b class="curved_bottom">
86
									<b class="curved_b4"></b>
87
									<b class="curved_b3"></b>
88
									<b class="curved_b2"></b>
89
									<b class="curved_b1"></b>
90
								</b>
91 5847 thanos.pap
							</div>
92 7783 natalia.ma
							<div id="footer">
93 12995 katerina.i
                                <s:action name="FooterPage" executeResult="true"/>
94 7783 natalia.ma
                            </div>
95 5847 thanos.pap
						</div>
96
					</div>
97
				</div>
98
			</div>
99
		</div>
100
	</body>
101 12963 antonis.le
</html>