⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 base_index.jsp

📁 《JSP数据库系统开发完全手册》配套关盘
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*"%>
<% request.setCharacterEncoding("gb2312"); %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<link href="../css/style1.css" rel="stylesheet">
</head>
<body>
<%
	String id=request.getParameter("id");
	String clientname=request.getParameter("clientName");
%>
&nbsp;&nbsp;<img src="../images/Manual1.gif" width="16" height="16"> 合同编号:<font color="#993300"><%=id%></font>&nbsp;&nbsp;<img src="../images/ico/icon_group.gif" width="15" height="15">客户名称:<font color="#993300"><%=clientname%></font> <img src="../images/Manual14.gif" width="16" height="16"> <a href="Get_Log_Add.jsp?id=<%=id%>&&clientName=<%=clientname%>" target="mainName">添加外包费记录</a>
<hr align="center" size="0" color="#006699">
<table width="100%" height="25"  border="0" cellpadding="1" cellspacing="1" bgcolor="#EEF2F9" class="tableBorder">
  <tr bgcolor="#EEF2F9">
    <td width="83" align="center" bgcolor="#EEF2F9">&nbsp;<a href="Contract_matter_Index.jsp?id=<%=id%>&&clientName=<%=clientname%>">合同内容</a>&nbsp;</td>
    <td width="74" align="center" bgcolor="#EEF2F9"><a href="Get_Log_Index.jsp?id=<%=id%>&&clientName=<%=clientname%>">收款记录</a></td>
    <td width="93" align="center"><a href="Epiboly_Index.jsp?id=<%=id%>&&clientName=<%=clientname%>">外包费记录</a></td>
    <td width="110" align="center" bgcolor="#BBBBFF">基础业务记录</td>
    <td width="110" align="center" bgcolor="#EEF2F9"><a href="#">合同变更记录</a></td>
    <td width="500" bgcolor="#EEF2F9">&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -