📄 edit_contract.asp
字号:
<!--#include file="user_timeout.asp"-->
<!--#include file="getabcd.asp"-->
<!--#include file="goto.asp"-->
<%
c_no=trim(request("c_no"))
sql="select * from contract where c_no='"&c_no&"'"
rs.open sql,conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>北华航天工业学院 设备合同管理系统</title>
<link href="global.css" rel="stylesheet" type="text/css">
</head>
<body>
<div align="right"><a href="edit_pwd.asp">[修改密码]</a> <a href="help/index.html" target="_black">[帮助]</a> <a href="logout.asp">[退出系统]</a> </div>
<div align="center">
<p><font face="华文行楷" size="6" color="#FF0000">北华航天工业学院 设备合同管理系统</font></p>
</div>
<hr align="center" width="95%" size="1" noshade="noshade" />
<center>
<br><br><br><br>
<p><font size="4" color="#FF0000">编辑合同</font></p>
<form id="form1" name="form1" method="post" action="modify_contract.asp">
<table width="95%" border="1" cellpadding="0" align="center" bordercolorlight="#000000" bordercolordark="#FFFFFF">
<tr align="center">
<td bgcolor="#cccccc">合同号</td>
<td bgcolor="#cccccc">合同内容</td>
<td bgcolor="#cccccc">合同文件</td>
<td bgcolor="#cccccc">总金额</td>
<td bgcolor="#cccccc">首款</td>
</tr>
<tr align="center">
<input name="c_no2" type="hidden" id="c_no2" value="<%=c_no%>" />
<td><input name="c_no" type="text" id="c_no" value="<%=c_no%>" size="7" /></td>
<td><input name="c_content" type="text" id="c_content" value="<%=rs("c_content")%>" size="45" /></td>
<td><input name="c_file" type="file" id="c_file" size="24" /></td>
<td><input name="c_total" type="text" id="c_total" value="<%=rs("c_total")%>" size="12" /></td>
<td><input name="first_payment" type="text" id="first_payment" value="<%=rs("first_payment")%>" size="12" /></td>
</tr>
</table>
<%if rs("c_file")<>"nothing" then%>
<div align="left"> <input type="checkbox" name="is_del_file" id="is_del_file" value="del">删除合同文件。</div>
<%end if%>
<p align="center">
<input type="submit" name="Submit" value=" 修 改 " />
<input type="reset" name="Submit2" value=" 还 原 " />
<input name="Submit" type="button" onclick="MM_goToURL('self','main.asp');return document.MM_returnValue" value=" 返 回 ">
</p>
</form>
</center><br><br><br><br><br><br>
<hr align="center" width="95%" size="1" noshade="noshade" />
<div align="center">
<p>版权所有 北华航天工业学院</p>
</div>
</body>
</html>
<%call DBConnEnd()%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -