Project

General

Profile

1
<%@ taglib prefix="s" uri="/struts-tags"%>
2
<%@ page contentType="text/html; charset=UTF-8"%>
3

    
4
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
5
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7

    
8
<head>
9
<title>DRIVER Communities Help</title>
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
11
<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" />
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

    
14

    
15
</head>
16

    
17
<body>
18
<div id="center">
19
    <div id="wrapper">
20
        <div class="wrapper_shadowleft">
21
            <div class="wrapper_shadowright">
22
                <div id="container">
23
                	<jsp:include page="/pages/banner.jsp"></jsp:include>
24
                    <jsp:include page="/pages/menu.jsp">
25
                        <jsp:param name="requestor" value="index" />
26
                    </jsp:include>
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">Help - Information</div>
36
								<p>&nbsp;
37
                                
38
                                </p>
39
                                <p>&nbsp;</p>
40
							</div>
41
                            
42
                            <b class="curved_bottom">
43
                                <b class="curved_b4"></b>
44
                                <b class="curved_b3"></b>
45
                                <b class="curved_b2"></b>
46
                                <b class="curved_b1"></b>
47
                            </b>
48
						</div>
49
					<div id="maincolumn2">
50
							<div id="communityPage" >
51
							
52
							
53
							<b class="curved_top"> 
54
								<b class="curved_t1"></b>
55
								<b class="curved_t2"></b>
56
								<b class="curved_t3"></b>
57
								<b class="curved_t4"></b>
58
							</b>
59
							<div class="curved_container clearfix ">
60
                            	<div class="featured_top communityPage_top"> 
61
                                        Learn about communities 
62
                                </div>
63
                                <p><strong>What are communities? </strong> Communities are
64
                                a means towards a collaborative enviroment. They consist
65
                                of 
66
                                <ul>
67
                                <li>announcements to all community members from the community manager(s),</li>
68
                                <li>recommendations based on the overall community usage,</li>
69
                                <li>a set of <a href="Help.action?type=collection">collections</a> of documents,</li>
70
                                <li>an authoritative reading list, and</li>
71
                                <li>a forum where the community members can initiate discussions on various topics of interest.</li>
72
                                </ul> 
73
                                </p>
74
                                <br />
75
                                <p><strong>Who can create communities?</strong> Any subscribed user can create a community which will be automatically be made “public to all users. </p>
76
                                <br />
77
                                <p><strong>Who can manage communities?</strong> A community owner may delegate management rights (community manager) to any member of the community, so they can jointly make announcements or update the collection and reading lists of documents. </p>
78
                                <br />
79
                                
80
                                <p><strong>Future enhancements</strong> Additional functionalities will be gradually added, and we would like to hear your
81
                                opinion. Please, do send us your feedback at <a
82
                                    href="http://helpdesk.driver.research-infrastructures.eu/">
83
                                helpdesk@driver-support.eu</a>.
84
                                </p>
85
                                <p>&nbsp;</p>
86
 </div>
87
							<b class="curved_bottom"> <b class="curved_b4"></b> <b class="curved_b3"></b> <b class="curved_b2"></b> <b class="curved_b1"></b> </b>
88
                         </div>
89
                    </div>
90
					<div id="footer"><s:action name="FooterPage" executeResult="true"/></div>
91
				</div>
92
			</div>
93
		</div>
94
	</div>
95
</div>
96
</body>
97
</html>
(6-6/25)