5f40962eea4a58451a9fa7edf5fc42ef02b09a11.svn-base 710 B

123456789101112131415161718192021
  1. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  2. <%
  3. //String path = request.getContextPath();
  4. %>
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9. <title>树形表格</title>
  10. <%@include file="../../include.jsp" %>
  11. <!-- 引用基础样式 -->
  12. <script src="../../../scripts/freamwork/com/sinosoft/system/right/SysMenu.js" type="text/javascript"></script>
  13. </head>
  14. <body id="framework" class="easyui-layout">
  15. <div class="padding_right5">
  16. <div id="system_right_sysmenu"></div>
  17. </div>
  18. </body>
  19. </html>