📄 project_edit3.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")
end if
%>
<!--#include file="../Include/AdoConn.asp"-->
<%
NeiRong=""
ChengGuo=""
JinDu=""
JSLY=""
JieDuan=""
YouShi1=""
YouShi2=""
YouShi3=""
YouShi4=""
ShenBaoZhuanLi=0
ShenBaoFaMingZL=0
ZhuanLi=0
FaMingZL=0
LaiYuan1=""
LaiYuan2=""
ProjectJD=""
back=""
%>
<%
'修改
if not session("ProjectCode")="" then
set rst=server.createobject("ADODB.recordset")
Strsql="select 主要内容,预期成果,进度安排,技术领域,所处阶段,市场前景好,技术水平高,经济效益显著,社会效益显著,申报专利数量,申报发明专利数量,专利数量,发明专利数量,技术来源1,技术来源2,项目进度,退回标志 from xt_VD_ProjectBasic where 项目编码='"&session("ProjectCode")&"'"
rst.open Strsql,strconn
if not rst.EOF then
NeiRong=rst("主要内容")
ChengGuo=rst("预期成果")
JinDu=rst("进度安排")
JSLY=rst("技术领域")
JieDuan=rst("所处阶段")
YouShi1=rst("市场前景好")
YouShi2=rst("技术水平高")
YouShi3=rst("经济效益显著")
YouShi4=rst("社会效益显著")
ShenBaoZhuanLi=rst("申报专利数量")
ShenBaoFaMingZL=rst("申报发明专利数量")
ZhuanLi=rst("专利数量")
FaMingZL=rst("发明专利数量")
LaiYuan1=rst("技术来源1")
LaiYuan2=rst("技术来源2")
ProjectJD=rst("项目进度")
back=rst("退回标志")
end if
rst.Close
set rst=nothing
end if
%>
<html>
<head>
<title>项目申报书_项目情况</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="/CssLib/CssLink.css">
<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">
</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()">
<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="382">
<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"> 3.项目情况</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 colspan="6" bgcolor="#FFFFFF" height="20">
<div align="left"></div>
</td>
<td height="20" width="17" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td height="25" colspan="8"><font color="#0066CC"><b>三、项目基本情况</b></font></td>
</tr>
<form name="form1" method="post" action="Project_regist3.asp" onsubmit="return CheckForm(this)">
<tr>
<td height="20" width="8" bgcolor="#EAEAEA"> </td>
<td height="20" colspan="6" bgcolor="#EAEAEA">项目主要内容(200字以内): <br>
</td>
<td height="20" width="17" bgcolor="#EAEAEA"> </td>
</tr>
<tr>
<td height="25" width="8" bgcolor="white"> </td>
<td height="80" colspan="6" bgcolor="white" align="center">
<textarea name="NeiRong" rows="4" cols="65"><%=NeiRong%></textarea>
</td>
<td height="30" width="17" bgcolor="white"> </td>
</tr>
<tr>
<td height="20" width="8" bgcolor="#EAEAEA"> </td>
<td height="20" colspan="6" bgcolor="#EAEAEA">项目预期成果(项目考核指标)(200字以内):</td>
<td height="20" width="17" bgcolor="#EAEAEA"> </td>
</tr>
<tr>
<td height="25" width="8" bgcolor="white"> </td>
<td height="80" colspan="6" bgcolor="white" align="center">
<textarea name="ChengGuo" rows="4" cols="65"><%=ChengGuo%></textarea>
</td>
<td height="30" width="17" bgcolor="white"> </td>
</tr>
<tr>
<td height="20" width="8" bgcolor="#EAEAEA"> </td>
<td height="20" colspan="6" bgcolor="#EAEAEA">项目时间进度安排(200字以内):</td>
<td height="20" width="17" bgcolor="#EAEAEA"> </td>
</tr>
<tr>
<td height="25" width="8" bgcolor="white"> </td>
<td height="80" colspan="6" bgcolor="white" align="center">
<textarea name="JinDu" rows="4" cols="65"><%=JinDu%></textarea>
</td>
<td height="30" width="17" bgcolor="white"> </td>
</tr>
<tr>
<td height="25" width="8" bgcolor="#EAEAEA"><font color="#000000"></font></td>
<td height="30" width="88" bgcolor="#EAEAEA"><font color="#000000">技术领域</font></td>
<td height="30" width="8" bgcolor="#EAEAEA"><font color="#000000"></font></td>
<td height="30" colspan="4" bgcolor="#EAEAEA"><font color="#000000">
<input type="radio" name="JSLY" value="电子信息" <% if JSLY="电子信息" then response.write "checked" end if%><%if JSLY="" then response.write "checked" end if%>>
1、电子信息
<input type="radio" name="JSLY" value="自动化" <% if JSLY="自动化" then response.write "checked" end if%>>
2、自动化
<input type="radio" name="JSLY" value="生物制药" <% if JSLY="生物制药" then response.write "checked" end if%>>
3、生物制药
<input type="radio" name="JSLY" value="材料化工" <% if JSLY="材料化工" then response.write "checked" end if%>>
4、材料化工<br>
<input type="radio" name="JSLY" value="节能环保" <% if JSLY="节能环保" then response.write "checked" end if%>>
5、节能环保
<input type="radio" name="JSLY" value="社会发展" <% if JSLY="社会发展" then response.write "checked" end if%>>
6、社会发展
<input type="radio" name="JSLY" value="农业" <% if JSLY="农业" then response.write "checked" end if%>>
7、农业
<input type="radio" name="JSLY" value="其他" <% if JSLY="其他" then response.write "checked" end if%>>
8、其他<br>
</font></td>
<td height="30" width="17" bgcolor="#EAEAEA"><font color="#000000"></font></td>
</tr>
<tr>
<td height="25" width="8"> </td>
<td height="30" width="88">项目所处阶段</td>
<td height="30" width="8"> </td>
<td height="30" width="152">
<select name="JieDuan">
<option value="研发阶段" <%if JieDuan="研发阶段" then response.write "selected" end if %>>研发阶段</option>
<option value="中间试验阶段" <%if JieDuan="中间试验阶段" then response.write "selected" end if %>>中间试验阶段</option>
<option value="规模生产阶段" <%if JieDuan="规模生产阶段" then response.write "selected" end if %>>规模生产阶段</option>
<option value="其他" <%if JieDuan="其他" then response.write "selected" end if %>>其他</option>
</select>
</td>
<td height="30" width="97"> </td>
<td height="30" width="10"> </td>
<td height="30" width="129"> </td>
<td height="30" width="17"> </td>
</tr>
<tr>
<td height="25" width="8" bgcolor="#EAEAEA"> </td>
<td height="30" width="88" bgcolor="#EAEAEA">项目主要优势</td>
<td height="30" width="8" bgcolor="#EAEAEA"> </td>
<td height="30" colspan="4" bgcolor="#EAEAEA">
<p>
<input type="checkbox" name="YouShi1" value="1" <%if youshi1="1" then response.write "checked" end if%>>
市场前景好
<input type="checkbox" name="YouShi2" value="1"<%if youshi2="1" then response.write "checked" end if%>>
技术水平高
<input type="checkbox" name="YouShi3" value="1"<%if youshi3="1" then response.write "checked" end if%>>
经济效益显著
<input type="checkbox" name="YouShi4" value="1"<%if youshi4="1" then response.write "checked" end if%>>
社会效益显著</p>
</td>
<td height="30" width="17" bgcolor="#EAEAEA"> </td>
</tr>
<tr>
<td height="25" width="8"> </td>
<td height="30" width="88">目前项目<br>
申报专利数量</td>
<td height="30" width="8"> </td>
<td height="30" width="152">
<input type="text" name="ShenBaoZhuanLi" size="10" maxlength="10" value="<%=ShenBaoZhuanLi%>" onblur="return isnumeric(ShenBaoZhuanLi) ">
</td>
<td height="30" width="97">其中发明专利数量</td>
<td height="30" width="10"> </td>
<td height="30" width="129">
<input type="text" name="ShenBaoFaMingZL" size="10" maxlength="10" value="<%=ShenBaoFaMingZL%>" onblur="return isnumeric(ShenBaoFaMingZL) ">
</td>
<td height="30" width="17"> </td>
</tr>
<tr>
<td height="25" width="8" bgcolor="#EAEAEA"> </td>
<td height="30" width="88" bgcolor="#EAEAEA">目前项目<br>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -