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