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

📄 th_tpublish_detail.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/company/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>

<form action="../../servlet/TpublishServlet" method="POST">
<table id="headTable" width="100%"  border="0" align="center" class="a1">
  <tr align="justify">
    <td>招标名称</td>
    <td><input type="text" name="tpname"  value="" size="15">
        <span class="requred_symbol">*</span></td>
  </tr>
  <tr>
    <td>起价</td>
    <td><input type="text" name="tpinitPrice" value="0" size="15"/></td>    
  </tr>
  <tr>
    <td> 加减幅度</td>
    <td><input type="text" name="tpmodPrice"  value="0" size="15"/></td>
   </tr>
   <tr>
    <td>招标项目描述</td>
    <td><input type="text" name="tpdescription" value="" size="15"></td>
   </tr>
   <tr>
    <td>发布时间</td>
    <td><input  type="text" name="tppubDate" value=""size="15"  readonly/>
        <span class="requred_symbol">*</span>
        <a href="javascript:void(0)" onclick="gfPop.fPopCalendar(document.all.tppubDate);return false;">
        <img name="popcal"  src="/JBlack/company/images/selectDate.gif" width="15" height="12" border="0" alt=""></a>
	</td>
	</tr>
	<tr>
 	<td>申请截止日期</td>
    <td><input  type="text" name="tpdeadline" value="" size="15" readonly/>
        <span class="requred_symbol">*</span>
        <a href="javascript:void(0)" onclick="gfPop.fPopCalendar(document.all.tpdeadline);return false;">
        <img name="popcal"  src="/JBlack/company/images/selectDate.gif" width="15" height="12" border="0" alt=""></a>
	</td>
	</tr>
	<tr>
 	<td>竞价开始时间</td>
    <td><input type="text" name="tpgameDate" value="" size="15" readonly/>
        <span class="requred_symbol">*</span>
        <a href="javascript:void(0)" onclick="gfPop.fPopCalendar(document.all.tpgameDate);return false;">
        <img name="popcal" src="/JBlack/company/images/selectDate.gif" width="15" height="12" border="0" alt=""></a>
	</td>
	</tr>
	<tr>
 	<td>竞价截止日期</td>
    <td><input  type="text" name="tpgameDeadline"  value="" size="15" readonly/>
        <span class="requred_symbol">*</span>
        <a href="javascript:void(0)" onclick="gfPop.fPopCalendar(document.all.tpgameDeadline);return false;">
        <img name="popcal" src="/JBlack/company/images/selectDate.gif" width="15" height="12" border="0" alt=""></a>
	</td>
	</tr>
	
</table>
<div >
    <input type="submit" id="bc" 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()"/>
</div>
</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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -