ssdevClient_lbar.ss.jsp 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <%-- 去掉,去掉 basePath(String),直接用 /page/ = AppC.PAGE_path。Lin
  2. <%@ page language="java" import="java.util.*" pageEncoding="UTF-8" isELIgnored="false"%>
  3. <%
  4. String path = request.getContextPath();
  5. String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
  6. %>
  7. --%>
  8. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  9. <html>
  10. <head>
  11. <%-- 去掉,去掉 basePath(String),直接用 /page/ = AppC.PAGE_path。Lin
  12. <base href="<%=basePath%>">
  13. --%>
  14. <title>My JSP 'index.jsp' starting page</title>
  15. <meta http-equiv="pragma" content="no-cache">
  16. <meta http-equiv="cache-control" content="no-cache">
  17. <meta http-equiv="expires" content="0">
  18. <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
  19. <meta http-equiv="description" content="This is my page">
  20. <!--<link rel="stylesheet" type="text/css" href="styles.css">-->
  21. </head>
  22. <body>
  23. <table>
  24. <!--<tr>
  25. <td><a href="wd/BuildProgamFileByDB/bPFByDB.jsp" target="mainFrame" >生成持久化类</a></td>
  26. </tr>
  27. <tr>
  28. <td><a href="wd/BuildProgamFileByDB/seq_tri.jsp" target="mainFrame" >生成序列、触发器</a></td>
  29. </tr>
  30. -->
  31. <tr>
  32. <td><a href="/page/ssdevClient_servDebug.jsp" target="mainFrame" >调试服务</a></td> <!-- ="wd/servicesTest/servicesTest.jsp"。Lin -->
  33. </tr>
  34. <tr>
  35. <td><a href="<serv.ss dest='ssdevClient_taskList'/>" target="mainFrame" >待办</a></td> <%-- ="wd/servicesTest/getTasks.jsp"。Lin --%>
  36. </tr>
  37. <tr>
  38. <td><a href="/" target="_top" >退出</a></td>
  39. </tr>
  40. </table>
  41. </body>
  42. </html>