2aee0c5a3c7d2954de8e3ed66f962e1a883c1654.svn-base 1.3 KB

1234567891011121314151617181920212223242526272829
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" 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. <!--框架必需start-->
  11. <script type="text/javascript" src="<%=path%>/libs/js/jquery.js"></script>
  12. <script type="text/javascript" src="<%=path%>/libs/js/language/cn.js"></script>
  13. <script type="text/javascript" src="<%=path%>/libs/js/framework.js"></script>
  14. <link href="<%=path%>/libs/css/import_basic.css" rel="stylesheet" type="text/css"/>
  15. <link rel="stylesheet" type="text/css" id="skin" prePath="<%=path%>/"/>
  16. <link rel="stylesheet" type="text/css" id="customSkin"/>
  17. <!--框架必需end-->
  18. <!--浮动面板start-->
  19. <script type="text/javascript" src="<%=path%>/libs/js/popup/floatPanel.js"></script>
  20. <!--浮动面板end-->
  21. </head>
  22. <body>
  23. <div class="floatPanel" panelWidth="315" panelHeight="320"
  24. direction="mr" init="hide" animatefirst="false"
  25. iframe="<%=path%>/sample/nav/icon-toolbox-content.jsp"
  26. beforeClickText="便捷工具箱" afterClickText="便捷工具箱"></div>
  27. </body>
  28. </html>