th_apply.jsp

来自「招标网站」· JSP 代码 · 共 46 行

JSP
46
字号
<%@ page language="java" import="java.util.*" 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>


<body>
<table width="100%"  border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td nowrap class="title1">您的位置:我要招标--发布招标--填写招标书</td>
  </tr>
</table>
 
<form action="../../servlet/TpublishServlet" method="POST">
<table id="headTable" width="100%"  border="0" align="center" class="a1">
  <tr align="justify">
    <td>TP_id</td>
    <td><input type="text" name="tpid" value="${tpublishs.tpid}" size="15"/>
      <span class="requred_symbol">*</span></td>
    <td> 招标方</td>
    <td><input type="text" name="tcid" value="${tpublishs.tcid}" size="15"/>
      <span class="requred_symbol">*</span></td>     
 <td>竞价截止日期</td>
    <td><input  type="text" name="tpgameDeadline" value="${tpublishs.tpgameDeadline}" size="15" readonly="true"/>
        
        <a href="javascript:void(0)" onclick="gfPop.fPopCalendar(document.all.tpgameDeadline);return false;">
        <img name="popcal" align="absmiddle" src="/JBlack/company/images/selectDate.gif" width="15" height="12" border="0" alt=""></a>
	</td>
<td>状态</td>
    <td><input type="text" name="tpstatus" value="${tpublishs.tpstatus}" size="15"/></td>
  </tr>
 
</table>
    <input type="button" id="mx" value="增加明细" onClick="addItem()"/>
    <input type="submit" id="bc" value="发布"/>
    <input type="submit" id="ts" value="提审"/>
    <input type="button" id="dy" value="打印" onClick="window.print()"/>
    <input name="reset"  id="cz" value="重置" type="reset"/>
    <input type="button" id="gb" value="关闭" onClick="window.close()"/>
</form>
<iframe width=174 height=189 name="gToday:normal:agenda.js" id="gToday:normal:agenda.js" src="/JBlack/company/common/calendar/ipopeng.htm" scrolling="no" frameborder="0" style="visibility:visible; z-index:999; position:absolute; left:-500px; top:0px;"></iframe>
</body>
</html>

⌨️ 快捷键说明

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