1
|
<%@ taglib prefix="s" uri="/struts-tags"%>
|
2
|
<%@ page contentType="text/html; charset=UTF-8"%>
|
3
|
|
4
|
<div class="curved_container clearfix">
|
5
|
<jsp:include page="/pages/optionMenu.jsp" />
|
6
|
|
7
|
<div class="tipHdr">tip</div>
|
8
|
<div class="tipSection">
|
9
|
<p>
|
10
|
Communities are a means towards a collaborative enviroment. Registered users may join in to share:
|
11
|
<ul>
|
12
|
<li>collection of documents</li>
|
13
|
<li>ideas through the dedicated community forum</li>
|
14
|
<li>news about upcoming events</li>
|
15
|
</ul>
|
16
|
</p>
|
17
|
<p>
|
18
|
</p>
|
19
|
</div>
|
20
|
</div>
|