<%@ page import="java.util.Vector" %> <%@ page import="beans.Esercizio" %> <%@ page import="database.EsercizioDBR" %> <%@ page import="database.PathDBR" %> <% int pagina=0; pagina=new Integer(request.getParameter("page")).intValue(); System.out.println("pagina="+pagina); PathDBR pdbr=new PathDBR(); String path=pdbr.getPath("esercizi imgR"); %> Commercio
Progetti e Lavoro
 
Progetti Europei, Finanziamenti
Informazione
Occupazione
Attività produttive
Commercio
Servizi Occupazionali

<% EsercizioDBR reader = new EsercizioDBR(); Vector esercizi = reader.getEsercizi(); int n = esercizi.size(); if (n==0) { %>
nessun esercizio commerciale memorizzato
<% } else { int numPage=n/5; int resto=n%5; if(resto!=0) numPage++; %>
Pagine: <% for(int i=0; i <%= i+1%> <% }else{ %> <%=i+1%> <%} }%>   
<% for(int i=pagina*5; (i<(pagina*5+5) && i <% if(!(corrente.getImmagine().equals(""))) { %> <% } %>
<%= corrente.getCategoria() %>: <%= corrente.getNome() %>
<% if(!(corrente.getVia().equals(""))) { %> <%=corrente.getVia() %> <% } if(!(corrente.getNumero().equals(""))) {%> , n.<%= corrente.getNumero() %> <% } %> (<%=corrente.getLocalità()%>) <% if(!(corrente.getTelefono().equals(""))) {%><%=" - Tel: "+corrente.getTelefono() %><% } if(!(corrente.getFax().equals(""))) {%><%=" - Fax: "+corrente.getFax() %><%}%>
<% if(!(corrente.getWeb().equals(""))) {%><%=corrente.getWeb()%> <%} if(!(corrente.getEmail().equals(""))) {%><%=corrente.getEmail()%><%}%>
<%= corrente.getDescrizione() %>

<% } } %>