<%@ page import = "sysutils.Utilities"%> <% hit.set(); %> <% System.out.println("========================= start C2L" + (new java.util.Date()).getDate() + "-" + (new java.util.Date()).getHours() + "============================="); %> <%@include file="parameters.jsp" %> <% System.out.println(hasParam.get("idx")); if(hasParam.get("idx") != null && !((String)hasParam.get("idx")).equals("")){ strCat = (String)hasParam.get("idx"); }else{ hasParam.put("idx","index"); strCat = "index"; } String strProCat = hasParam.get("cat")==null?"":(String)hasParam.get("cat"); String strProSubCat = hasParam.get("subcat")==null?"":(String)hasParam.get("subcat"); String strtk=hasParam.get("tk")==null?"":(String)hasParam.get("tk"); if (strtk.equals("")) { strtk=""; hasParam.put("tk",""); } if (!strtk.equals("")) hasParam.put("tk",Utilities.stringEncode(strtk,"iso-8859-1")); if(strCat.equals("product") && strProCat.equals("3") && !strProSubCat.equals("")){ strCat = "product_handi"; } strSubCat = "output"; String stridx = hasParam.get("idx")==null?"":(String)hasParam.get("idx"); String strtype = hasParam.get("type")==null?"":(String)hasParam.get("type"); if (stridx.equals("dogma_detail")) { String strStart =request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/index.jsp?"+request.getQueryString(); hasParam.put("link1",strStart); } if (stridx.equals("dogma_send")) %> <%@include file="functions.jsp" %> <% System.out.println("========================= End C2L ============================="); %>