%@page import="com.vertice.zona5.pojo.Imagen"%>
<%!Logger log = Logger.getLogger(this.getClass()); %>
<%@page import="org.apache.log4j.Logger"%>
Zona 5
 |
 |
|
 |
|
<%
String imgName = "../images/info_laboratorio.gif";
Imagen img = null;
try{
img = Imagen.getRandom(Imagen.LABORATORIO_1 );
imgName = "../repository/varias/"+ img.getId() +"."+img.getNombre() ;
}catch(Exception ex){
log.warn("Usando imagen default para Lab 1 :"+ ex.getMessage());
}
%>

<%
imgName = "../images/laboratorio_01.jpg";
img = null;
try{
img = Imagen.getRandom(Imagen.LABORATORIO_2 );
imgName = "../repository/varias/"+ img.getId() +"."+img.getNombre() ;
}catch(Exception ex){
log.debug("Usando imagen default para Lab 2 :"+ ex.getMessage());
}
%>
 |
<%
imgName = "../images/laboratorio_02.jpg";
img = null;
try{
img = Imagen.getRandom(Imagen.LABORATORIO_3 );
imgName = "../repository/varias/"+ img.getId() +"."+img.getNombre() ;
}catch(Exception ex){
log.debug("usando imagen default para lab 3 :"+ ex.getMessage());
}
%>
 |
|
|
|
<%@include file="../home/categorias.jsp" %> |
|
| |
|
|