<%@page contentType="text/html;charset=utf-8" import="java.sql.*,java.util.*,jerehnet.jsp.database.*,jerehnet.jsp.util.*,java.text.SimpleDateFormat"%> <% PoolManager pool = new PoolManager(); if (pool == null) { pool = new PoolManager(); } String name=""; String id=""; String counts=""; Map activityInfo=(Map)session.getAttribute("activityInfo"); if(activityInfo!=null){ name=activityInfo.get("uname"); counts=activityInfo.get("counts"); id=activityInfo.get("id"); } Connection conn = null; DataManager db = new DataManager(); try { conn = pool.getConnection(); String no = Common.getFormatPara(request.getParameter("no")); String sql="select * from jrcms_products where id="+no; ResultSet rs = db.executeQuery(conn,sql); while(rs!=null&&rs.next()){ %> CDM833(1)_Carregadores de rodas_Máquinas de construção_Produtos e aplicações_Lonking Machinery Co., Ltd.

 

Carregadores de rodas

Produtos e aplicações

Carregadores de rodas

<%=Common.getFormatStr(rs.getString("name"))%>

  • Recursos
  • Especificações
  • <%if (Common.getFormatStr(rs.getString("name"))=="CDM512D"||Common.getFormatStr(rs.getString("name"))=="CDM514D"||Common.getFormatStr(rs.getString("name"))=="CDM518D"||Common.getFormatStr(rs.getString("name"))=="CDM520D"){%>
  • Aplicação
  • <%}else{%>
  • Standard/Optional Equipment
  • <%}%> <%if(Common.getFormatStr(rs.getString("img"))!=null&&Common.getFormatStr(rs.getString("img"))!=""){%>
  • Rotação 360°
  • <%}%>
Outros
<%if(Common.getFormatStr(rs.getString("flash"))!=null&&Common.getFormatStr(rs.getString("flash"))!=""){%>
" width="360" height="320" />
<%}%>

Máquinas de construção <%=Common.getFormatStr(rs.getString("name"))%> features:

<%=Common.getFormatStr(rs.getString("summary"))%>

<%=Common.getFormatStr(rs.getString("intro"))%>
<%=Common.getFormatStr(rs.getString("parameter"))%>
<%if(Common.getFormatStr(rs.getString("img"))!=null&&Common.getFormatStr(rs.getString("img"))!=""){%> " /> " quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="500"> <%}%>
<% } } catch (Exception e) { e.printStackTrace(); } finally { pool.freeConnection(conn); } %>