<%@page language="java" pageEncoding="utf-8"%> 在线书城 <%@ include file="/system/inc/noLogin.jsp"%> <% List tsflsshy = CMSApp.queryDataset(request, "tsflListQT", 50, null); %>
<%@ include file="/system/inc/denglu.jsp"%> <%@ include file="/system/inc/bflcairTop.jsp"%>
当前位置:首页 > 在线书城
在线书城
<% for (int zxsc = 0; zxsc < tsflsshy.size(); zxsc++) { Map zxscmyper = tsflsshy.get(zxsc); %>
<%=zxscmyper.get("name")%>
<% HashMap contextzxscMapCMS = new HashMap(); contextzxscMapCMS.put("dqxhId", zxscmyper.get("objectid")); List mapInzxscList = CMSApp.queryDataset(request, "zxscListQT", 39, contextzxscMapCMS); %>
<% for (int mapzxsc1 = 0; mapzxsc1 < mapInzxscList.size(); mapzxsc1++) { Map mapzxsc1er = mapInzxscList.get(mapzxsc1); %>
<%=mapzxsc1er.get("namejc")%>
<% if (request.getSession().getAttribute("defalutrole") != "student" && !"".equals(request.getSession().getAttribute( "huiyuan")) && request.getSession().getAttribute("huiyuan") != null) { %> 会员价:<%=mapzxsc1er.get("imageurl")%>元(免邮) <% } else { %> 定价:<%=mapzxsc1er.get("imagename")%>元 <% } %>
<% } %>
<% } %>
<%@ include file="/system/inc/bflcairFooter.jsp"%>