viewbtn.jsp 843 B

12345678910111213141516171819202122232425
  1. <%@ page contentType="text/html;charset=GBK"%>
  2. <%@ page import="com.yw.core.framework.util.*"%>
  3. <%@ page import="java.util.*"%>
  4. <%@ page import="com.yw.core.framework.view.TypeBean"%>
  5. <%
  6. HashMap hashMap =(HashMap)request.getAttribute("hashMap");
  7. String catKey=(String)hashMap.get("catKey");
  8. String catCode=(String)hashMap.get("catCode");
  9. Vector keys=(Vector)hashMap.get("keys");
  10. String findKey=(String)hashMap.get("findKey");
  11. if (findKey==null) findKey="";
  12. %>
  13. <ul id="jsddm">
  14. <!-- <li><a href="#">Àà±ð¨‹</a> -->
  15. <div><html:viewDefaultType /></div>
  16. </li>
  17. </ul>
  18. <div class="search" style="margin-top:0px; margin-left:-2px; margin-right:3px;">
  19. <%-- <ul>
  20. <li>
  21. <input type=text name="SearchInput" id="find" value="<%=findKey%>">
  22. </li>
  23. <li><img onclick="find();" src="/share/resources/images/form/search.gif" /></li> </ul> --%>
  24. </div>