| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <%-- 去掉,去掉 basePath(String),直接用 /page/ = AppC.PAGE_path。Lin
- <%@ page language="java" import="java.util.*" pageEncoding="UTF-8" isELIgnored="false"%>
- <%
- String path = request.getContextPath();
- String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
- %>
- --%>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <%-- 去掉,去掉 basePath(String),直接用 /page/ = AppC.PAGE_path。Lin
- <base href="<%=basePath%>">
- --%>
- <title>My JSP 'index.jsp' starting page</title>
- <meta http-equiv="pragma" content="no-cache">
- <meta http-equiv="cache-control" content="no-cache">
- <meta http-equiv="expires" content="0">
- <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
- <meta http-equiv="description" content="This is my page">
- <!--<link rel="stylesheet" type="text/css" href="styles.css">-->
- </head>
- <body>
- <table>
- <!--<tr>
- <td><a href="wd/BuildProgamFileByDB/bPFByDB.jsp" target="mainFrame" >生成持久化类</a></td>
- </tr>
- <tr>
- <td><a href="wd/BuildProgamFileByDB/seq_tri.jsp" target="mainFrame" >生成序列、触发器</a></td>
- </tr>
- -->
- <tr>
- <td><a href="/page/ssdevClient_servDebug.jsp" target="mainFrame" >调试服务</a></td> <!-- ="wd/servicesTest/servicesTest.jsp"。Lin -->
- </tr>
- <tr>
- <td><a href="<serv.ss dest='ssdevClient_taskList'/>" target="mainFrame" >待办</a></td> <%-- ="wd/servicesTest/getTasks.jsp"。Lin --%>
- </tr>
- <tr>
- <td><a href="/" target="_top" >退出</a></td>
- </tr>
- </table>
- </body>
- </html>
|