%@ page contentType="text/html; charset=UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags"%>
<%@ page import="gr.uoa.di.driver.web.i18n.*" %>
<%-- this body is executed only if the bean is created --%>
<%-- intialize bean properties --%>
<%
String News_and_Announcements = langResource.getString("News_and_Announcements" , locale);
String There_are_no_announcements = langResource.getString("There_are_no_announcements" , locale);
String repository_manager_text = langResource.getString("repository_manager_text" , locale);
String repository_manager_text2 = langResource.getString("repository_manager_text2" , locale);
String repository_manager_text3 = langResource.getString("repository_manager_text3" , locale);
String DNET_text = langResource.getString("DNET_text" , locale);
String DNET_text2 = langResource.getString("DNET_text2" , locale);
String DNET_text3 = langResource.getString("DNET_text3" , locale);
String DNET_text4 = langResource.getString("DNET_text4" , locale);
String DNET_text5 = langResource.getString("DNET_text5" , locale);
String Example_text = langResource.getString("Example_text" , locale);
String Example_text2 = langResource.getString("Example_text2" , locale);
String Example_text3 = langResource.getString("Example_text3" , locale);
String Example_text4 = langResource.getString("Example_text4" , locale);
String Example_text5 = langResource.getString("Example_text5" , locale);
String Questions_text = langResource.getString("Questions_text" , locale);
String Questions_text2 = langResource.getString("Questions_text2" , locale);
String Questions_text3 = langResource.getString("Questions_text3" , locale);
String View_all = langResource.getString("View_all" , locale);
String There_are_no_user_communities = langResource.getString("There_are_no_user_communities" , locale);
String Communities = langResource.getString("Communities" , locale);
String Create_your_communities = langResource.getString("Create_your_communities" , locale);
String There_are_no_collections = langResource.getString("There_are_no_collections" , locale);
String Create_your_collections = langResource.getString("Create_your_collections" , locale);
String Collections = langResource.getString("Collections" , locale);
String Are_you_a_repository_manager = langResource.getString("Are_you_a_repository_manager" , locale);
String Can_we_help_your_organization = langResource.getString("Can_we_help_your_organization" , locale);
%>
DRIVER Search Portal
' rel="stylesheet" type="text/css" />

<%= News_and_Announcements %>
<%= There_are_no_announcements%>
<%= View_all %>