<%@page contentType="text/html;charset=UTF-8" pageEncoding="GB2312"%> <%@page import="java.util.*, java.sql.*, jyxpearl.datamodel.*, jyxpearl.bean.*, jyxpearl.util.*, jyxpearl.res.*, jyx.info.*, jyx.bean.*, jyx.util.PageTool"%> <%@include file="inc/pib.jsp"%> <% String[] title={"Our Store","Έχ΅κΌτΣ°"}; Connection conn=Conn.getConn(); Collection cs0=SSCB.getStoreShowCategorys("select * from jyx_store_show_category where parid=0 order by id asc",0,0,0,conn); Conn.freeConn(conn); %> <%=title[myli]%> <%@include file="inc/pphead.jsp"%> <% if(cs0!=null){ Iterator it0=cs0.iterator(); while(it0.hasNext()){ StoreShowCategory c0=(StoreShowCategory)it0.next(); %>
<%=c0.getName_en()%>
<% } } %>