%@ 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 authoritative_text1 = langResource.getString("authoritative_text1" , locale);
String authoritative_text2 = langResource.getString("authoritative_text2" , locale);
String authoritative_text3 = langResource.getString("authoritative_text3" , locale);
String auhtoritative_document_s_ = langResource.getString("auhtoritative_document_s_" , locale);
%>
DRIVER Communities
' rel="stylesheet" type="text/css" />