%@ page contentType="text/html;charset=GBK"%>
<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %>
<%@ taglib uri="/WEB-INF/tlds/html.tld" prefix="html" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ page import="java.util.*"%>
<% HashMap hashMap =(HashMap)request.getAttribute("hashMap");
String showName=(String)hashMap.get("showName");
String appName=(String)hashMap.get("viewId");
String findKey=(String)hashMap.get("findKey");
if (findKey==null) findKey="";
String engineName=(String)hashMap.get("engineName");
%>