Texto de introducción a la sección de Novedades y Ofertas de Graptools.
<%if (totalPaginas>1){%>
<%if (lNoticia.getPaginaAnt()){%>- Anterior
<%}%>
<%for (int i = iniPag; (i<=totalPaginas)&&(i<=finPag);i++){%>
-
<%if (i>1 || lNoticia.getPaginaAnt()) {%>-<%}%>
<%if (i==pag){ %><%=i%>
<%}else {%><%=i%><%}%>
<%}%>
<%if (lNoticia.getPaginaSig()){%>- - Siguiente
<%}%>
<%}%>
<% for (int contador = 0; contador < lNoticia.getVNoticia().size() ; contador++) {
bNoticia = (beanNoticia) lNoticia.getVNoticia().elementAt(contador);
%>
<%=bNoticia.getNot_fecha()%>
<%if ((bNoticia.getNot_foto()!=null)&&(!bNoticia.getNot_foto().equals(""))){%>
%>/<%=bNoticia.getNot_foto()%>)
<%}%>
<%=FormatoWeb.toWeb(bNoticia.getNot_resumen())%>
Leer más...
<%}%>