%@ taglib prefix="s" uri="/struts-tags"%>
<%@ page contentType="text/html; charset=UTF-8"%>
<%@ page import="gr.uoa.di.driver.web.i18n.*" %>
<%-- this body is executed only if the bean is created --%>
<%-- intialize bean properties --%>
<%
String Communities = langResource.getString("Communities" , locale);
String Join = langResource.getString("Join" , locale);
String Leave = langResource.getString("Leave" , locale);
String This_community_has = langResource.getString("This_community_has" , locale);
String This_community_has_no_collections = langResource.getString("This_community_has_no_collections" , locale);
String collection_s_ = langResource.getString("collection_s_" , locale);
String no_owner = langResource.getString("no_owner" , locale);
String document_s_ = langResource.getString("document_s_" , locale);
String Add_a_collection = langResource.getString("Add_a_collection" , locale);
%>
DRIVER Communities
' rel="stylesheet" type="text/css" />