public.jsp 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%@page import="java.util.*" %>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <title>统一认证管理</title>
  8. <%@ include file="../jsp/common/base.jsp"%>
  9. <%-- <link rel="stylesheet" type="text/css" href="${basePath}/css/bootstrap-cerulean.css" /> --%>
  10. </head>
  11. <body>
  12. <table class="out" border="0" cellspacing="0" cellpadding="0">
  13. <%-- <tr class="top" valign="top">
  14. <td class="right">
  15. <div class="icon">
  16. <div>
  17. 欢迎:${username}
  18. </div><br>
  19. <div>
  20. </div>
  21. </div>
  22. </td>
  23. </tr> --%>
  24. <tr valign="top">
  25. <td class="menu">
  26. <div class="menu">
  27. <div style="margin-left: 40px;margin-top:5px;margin-right: 40px;">
  28. <jsp:include page="${id}" flush="true"></jsp:include>
  29. </div>
  30. </div>
  31. </td>
  32. </tr>
  33. </table>
  34. </body>
  35. </html>