| 12345678910111213141516171819202122232425 |
- <%@ page contentType="text/html;charset=GBK"%>
- <%@ page import="com.yw.core.framework.util.*"%>
- <%@ page import="java.util.*"%>
- <%@ page import="com.yw.core.framework.view.TypeBean"%>
- <%
- HashMap hashMap =(HashMap)request.getAttribute("hashMap");
- String catKey=(String)hashMap.get("catKey");
- String catCode=(String)hashMap.get("catCode");
- Vector keys=(Vector)hashMap.get("keys");
- String findKey=(String)hashMap.get("findKey");
- if (findKey==null) findKey="";
- %>
- <ul id="jsddm">
- <!-- <li><a href="#">Àà±ð¨‹</a> -->
- <div><html:viewDefaultType /></div>
- </li>
- </ul>
- <div class="search" style="margin-top:0px; margin-left:-2px; margin-right:3px;">
- <%-- <ul>
- <li>
- <input type=text name="SearchInput" id="find" value="<%=findKey%>">
- </li>
- <li><img onclick="find();" src="/share/resources/images/form/search.gif" /></li> </ul> --%>
- </div>
|