<%@ 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 Browsing_Information= langResource.getString("Browsing_Information" , locale); String Browsing = langResource.getString("Browsing" , locale); String browsing_help_text1 = langResource.getString("browsing_help_text1" , locale); String browsing_help_text2 = langResource.getString("browsing_help_text2" , locale); String browsing_help_text3 = langResource.getString("browsing_help_text3" , locale); String browsing_help_text4 = langResource.getString("browsing_help_text4" , locale); %> DRIVER Browse Help ' rel="stylesheet" type="text/css" />
<%= Browsing_Information %>
<%= Browsing %>



<%= browsing_help_text1 %>

  1. <%= browsing_help_text2 %>
  2. <%= browsing_help_text3 %>


<%= browsing_help_text4 %>