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

📄 history.jsp

📁 招标网站
💻 JSP
字号:
<%@ page language="java"  pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>历史交易</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="/JBlack/admin/css/style.css" rel="stylesheet" type="text/css">
</head>

<body>
<table width="100%"  border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td nowrap class="title1">您的位置:历史数据管理--历史交易</td>
  </tr>
</table>
<table width="100%"  border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="30px" nowrap class="toolbar"><br></td>
	<td nowrap class="toolbar">&nbsp;</td>
    <td width="60px" nowrap class="toolbar" >
    <a href="/JBlack/servlet/AdminHistoryShow?method=against">违约信息</a></td>
    <td width="20px" nowrap class="toolbar">|</td>
    <td width="60px" nowrap class="toolbar" >
    <a href="/JBlack/servlet/AdminHistoryShow?method=done"">中标情况</a><br></td>
    <td width="20px" nowrap class="toolbar">|</td>
    <td width="90px" nowrap class="toolbar" >
    <a href="/JBlack/servlet/AdminHistoryShow?method=historybid"">历史投标信息</a></td>
    <td width="20px" nowrap class="toolbar">|</td>
    <td width="90px" nowrap class="toolbar" >
    <a href="/JBlack/servlet/AdminHistoryShow?method=historypublish">历史招标信息</a></td>
    <td width="20px" nowrap class="toolbar">|</td>
  </tr>
</table>
<table width="100%"  border="0" align="center" cellspacing="1">
  <tr>
    
    <td class="title1">TP_id</td>
	<td class="title1">招标方</td>
	<td class="title1">中标方</td>
    <td class="title1">招标名称</td>
    <td class="title1">起价</td>
    <td class="title1">加减幅度</td>
    <td class="title1">招标项目描述</td>
    <td class="title1">发布时间</td>
    <td class="title1">申请截止时间</td>
    <td class="title1">竞价开始时间</td>
    <td class="title1">竞价截止时间</td>
    <td class="title1">状态</td>
  </tr>
  <c:forEach items="${tpublishs}" var="tpublishs">
  <tr>
    <td align="center">${tpublishs.tpid}&nbsp;</td>
	<td align="center">${tpublishs.tcid}&nbsp;</td>
	<td align="center">${tpublishs.tpwinner }&nbsp;</td>
    <td align="center">${tpublishs.tpname }&nbsp;</td>
    <td align="center">${tpublishs.tpinitPrice }&nbsp;</td>
    <td align="center">${tpublishs.tpmodPrice } &nbsp; </td>
    <td align="center">${tpublishs.tpdescription }&nbsp;</td>
   	<td align="center">${tpublishs.tppubDate }&nbsp;</td>
   	<td align="center">${tpublishs.tpdeadline }&nbsp;</td>
   	<td align="center">${tpublishs.tpgameDate }&nbsp;</td>
   	<td align="center">${tpublishs.tpgameDeadline }&nbsp;</td>
   	<td align="center">${tpublishs.tpstatus }&nbsp;</td>  
    </tr>  
</c:forEach>
</table>
</body>
</html>

⌨️ 快捷键说明

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