d84ce0f4fe60ebf51698faf0e9a43368ec1791c3.svn-base 886 B

1234567891011121314151617181920
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  5. <title></title>
  6. </head>
  7. <%
  8. String nodeURL = request.getParameter("nodeURL");
  9. nodeURL = nodeURL == null ? "/admin/setup/constantinit/tree/NodeContent.jsp" : nodeURL;
  10. String codeName = request.getParameter("codeName")==null?"":(String)request.getParameter("codeName");
  11. String URL = "divTreeDisplay.jsp?codeName="+codeName+"&nodeURL="+nodeURL;
  12. %>
  13. <frameset cols="200,*" frameborder="yes" border="5">
  14. <frame name="constantTreeFrame" src='<%=URL%>' scrolling="auto" title="application navigation tree">
  15. <frame name="dataCollection" src='<%=request.getContextPath() + nodeURL +"?codeName="+codeName %>' scrolling="auto" title="content editing">
  16. </frameset><noframes></noframes>
  17. </html>