📄 project_edit2.asp
字号:
<!--#include file="../Include/TimeOut.asp"-->
<!--#include file="../Include/online.asp"-->
<%
'判断是否填封面页或修改页
if session("ProjectCode")="" and session("ProjectName")="" then
Response.Redirect ("Project_edit1.asp?projectinfo=请先注册封面信息!")
else
ProjectCode=session("ProjectCode")
ProjectName=session("ProjectName")
ProjectType=session("ProjectType")
end if
%>
<!--#include file="../Include/AdoConn.asp"-->
<%
companyType=""
regType=""
CompanyPro=""
ProjectJD=""
back=""
%>
<%
'修改
if not session("ProjectCode")="" then
set rst=server.createobject("ADODB.recordset")
Strsql="select 法人代码,所在区,通讯地址,邮编,联系人,联系电话,电子邮件,传真,单位类型,注册类型,企业特性,项目进度,退回标志 from xt_td_Project where 项目编码='"&session("ProjectCode")&"'"
rst.open Strsql,strconn
companyType=rst("单位类型")
regType=rst("注册类型")
CompanyPro=rst("企业特性")
ProjectJD=rst("项目进度")
back=rst("退回标志")
'取出协作单位信息
set rst1=server.createobject("ADODB.recordset")
Strsql1="select * from xt_td_ProjectCompany where 项目编码='"&ProjectCode&"' order by 单位序号"
rst1.CursorType =3
rst1.CursorLocation =3
rst1.LockType =2
rst1.open Strsql1,strconn,3
end if
%>
<html>
<head>
<title>项目申报书_单位情况</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript">
ArrayString=new Array(1,"您有为空的栏目","file1","文件不能为空!","text1","姓名1不能为空!","text2","性别不能为空!");
</script>
<script language="javascript" src="../js/checkForm.js">
</script>
<script language="javascript" src="../js/Check_email_num.js">
<link rel="stylesheet" href="/CssLib/CssLink.css">
</script>
<style>
td{font-size:9pt}
.button
{
BACKGROUND-COLOR: #e6f4ff;
BORDER-BOTTOM: #0099ff 1px solid;
BORDER-LEFT: #0099ff 1px solid;
BORDER-RIGHT: #0099ff 1px solid;
BORDER-TOP: #0099ff 1px solid;
COLOR: #336699;
HEIGHT: 18px;
TEXT-ALIGN: center
}
A:link
{
COLOR: #000000;
FONT-FAMILY: 宋体;
FONT-SIZE: 9pt
}
A:visited
{
COLOR: #000000;
FONT-FAMILY: 宋体;
FONT-SIZE: 9pt
}
A:active
{
COLOR: #000000;
FONT-FAMILY: 宋体;
FONT-SIZE: 9pt
}
A:hover
{
COLOR: blue;
FONT-FAMILY: 宋体;
FONT-SIZE: 9pt
}
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="window.top.ProjectMax();displayType()">
<table width="720" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="4" height="1" bgcolor="#ffcc00"></td>
</tr>
<tr>
<td colspan="4" height="20" bgcolor="#FF9900"> 项目编码[<font color="#FFFF00"><%=session("ProjectCode")%></font>] 项目名称[<font color="#FFFF00"><%=session("ProjectName")%></font>] <font color="#FFFF00"><%=request.querystring("ProjectInfo")%></font></td>
</tr>
<tr>
<td width="574" height="400" valign="top">
<table border="0" cellspacing="0" cellpadding="0" align="center" width="380">
<tr>
<td height="20">
<div align="center"><img src="../public/images/shenbaoshu.gif" width="300" height="40"><img src="../public/images/lastpost.gif" width="11" height="11">
<font color="#0066CC"> 2.单位情况</font></div>
</td>
</tr>
</table>
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="20" width="8" bgcolor="#FFFFFF"> </td>
<td height="20" width="57" bgcolor="#FFFFFF">
<div align="left"></div>
</td>
<td height="20" width="4" bgcolor="#FFFFFF"> </td>
<td height="20" width="177" bgcolor="#FFFFFF"> </td>
<td height="20" width="75" bgcolor="#FFFFFF"> </td>
<td height="20" width="8" bgcolor="#FFFFFF"> </td>
<td height="20" width="163" bgcolor="#FFFFFF"> </td>
<td height="20" width="11" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td height="20" colspan="8"><font color="#0066CC"><b>一、项目主持单位基本情况</b></font></td>
</tr>
<form name="form1" method="post" action="Project_regist2.asp" onsubmit="return CheckForm(this)">
<tr>
<td height="20" width="8" bgcolor="#EAEAEA"> </td>
<td height="20" width="57" bgcolor="#EAEAEA">
<div align="left">法人代码</div>
</td>
<td height="20" width="4" bgcolor="#EAEAEA"> </td>
<td height="20" width="177" bgcolor="#EAEAEA">
<input type="text" name="FaRenCode" maxlength="50" value="<%=rst("法人代码")%>">
</td>
<td height="20" width="75" bgcolor="#EAEAEA">所在区</td>
<td height="20" width="8" bgcolor="#EAEAEA"> </td>
<td height="20" width="163" bgcolor="#EAEAEA">
<select name="ShuoZaiQv">
<option value="浑南新区" <%if rst("所在区")="浑南新区" then response.write "selected" end if%>>浑南新区</option>
<option value="张士开发区" <%if rst("所在区")="张士开发区" then response.write "selected" end if%>>张士开发区</option>
<option value="农业高新区" <%if rst("所在区")="农业高新区" then response.write "selected" end if%>>农业高新区</option>
<option value="沈河区" <%if rst("所在区")="沈河区" then response.write "selected" end if%>>沈河区</option>
<option value="和平区" <%if rst("所在区")="和平区" then response.write "selected" end if%>>和平区</option>
<option value="大东区" <%if rst("所在区")="大东区" then response.write "selected" end if%>>大东区</option>
<option value="铁西区" <%if rst("所在区")="铁西区" then response.write "selected" end if%>>铁西区</option>
<option value="皇姑区" <%if rst("所在区")="皇姑区" then response.write "selected" end if%>>皇姑区</option>
<option value="东陵区" <%if rst("所在区")="东陵区" then response.write "selected" end if%>>东陵区</option>
<option value="于洪区" <%if rst("所在区")="于洪区" then response.write "selected" end if%>>于洪区</option>
<option value="苏家屯" <%if rst("所在区")="苏家屯" then response.write "selected" end if%>>苏家屯</option>
<option value="新城子" <%if rst("所在区")="新城子" then response.write "selected" end if%>>新城子</option>
<option value="法库" <%if rst("所在区")="法库" then response.write "selected" end if%>>法库</option>
<option value="新民" <%if rst("所在区")="新民" then response.write "selected" end if%>>新民</option>
<option value="辽中" <%if rst("所在区")="辽中" then response.write "selected" end if%>>辽中</option>
<option value="康平" <%if rst("所在区")="康平" then response.write "selected" end if%>>康平</option>
<option value="其它" <%if rst("所在区")="其它" then response.write "selected" end if%>>其它</option>
</select>
</td>
<td height="20" width="11" bgcolor="#EAEAEA"> </td>
</tr>
<tr>
<td height="20" width="8" bgcolor="white"> </td>
<td height="20" width="57" bgcolor="white">
<div align="left">通讯地址</div>
</td>
<td height="20" width="4" bgcolor="white"> </td>
<td height="20" width="177" bgcolor="white">
<input type="text" name="add" maxlength="30" value="<%=rst("通讯地址")%>">
</td>
<td height="20" width="75" bgcolor="white">邮编</td>
<td height="20" width="8" bgcolor="white"> </td>
<td height="20" width="163" bgcolor="white">
<input type="text" name="YouBian" maxlength="6" value="<%=rst("邮编")%>">
</td>
<td height="20" width="11" bgcolor="white"> </td>
</tr>
<tr>
<td height="20" width="8" bgcolor="#EAEAEA"> </td>
<td height="20" width="57" bgcolor="#EAEAEA">
<div align="left">联系人</div>
</td>
<td height="20" width="4" bgcolor="#EAEAEA"> </td>
<td height="20" width="177" bgcolor="#EAEAEA">
<input type="text" name="LianXiRen" maxlength="5" value="<%=rst("联系人")%>">
</td>
<td height="20" width="75" bgcolor="#EAEAEA">联系电话</td>
<td height="20" width="8" bgcolor="#EAEAEA"> </td>
<td height="20" width="163" bgcolor="#EAEAEA">
<input type="text" name="LianXiTel" maxlength="15" value="<%=rst("联系电话")%>">
</td>
<td height="20" width="11" bgcolor="#EAEAEA"> </td>
</tr>
<tr>
<td height="20" width="8" bgcolor="white"> </td>
<td height="20" width="57" bgcolor="white">电子邮件</td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -