📄 project_edit7_4_3.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"-->
<%
SheHYY=""
YeWFW=""
ZhuCZB=""
RenYGC=""
ProjectJD=""
back=""
%>
<%
'修改
if not session("ProjectCode")="" then
set rst=server.createobject("ADODB.recordset")
Strsql="select * from XT_VD_ProjectSupplyNew3 where 项目编码='"&session("ProjectCode")&"'"
rst.open Strsql,strconn
if not rst.EOF then
SheHYY=rst("社会意义")
YeWFW=rst("业务范围")
ZhuCZB=rst("注册资本")
RenYGC=rst("人员构成")
ProjectJD=rst("项目进度")
back=rst("退回标志")
end if
end if
%>
<html>
<head>
<title>项目申报书_项目情况</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="/CssLib/CssLink.css">
<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"> 7.补充材料</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>
<tr>
<td height="25" colspan="8"><font color="#0066CC">(四)科技创新条件与环境建设计划项目填写本页<br>
<br>
中介机构、孵化器项目填写</font></td>
</tr>
<form name="form1" method="post" action="Project_regist7_4_3.asp">
<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="SheHyy" rows="4" cols="65"><%=SheHyy%></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">
<p>单位注册登记业务范围和目前主要业务(200字以内):</p>
</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="YeWFW" rows="4" cols="65"><%=YeWFW%></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="ZhuCZB" rows="4" cols="65"><%=ZhuCZB%></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="RenYGC" rows="4" cols="65"><%=RenYGC%></textarea>
</td>
<td height="30" width="17" bgcolor="white"> </td>
</tr>
<tr>
<td height="20" colspan="8" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td height="20" colspan="8" bgcolor="#FFFFFF">
<div align="center">
<%if session("view")<>"view" then
response.write session("view")
%>
<input class="button" type="submit" name="Submit" value="提交" onClick="return checkfun()">
<input class="button" type="reset" name="Submit2" value="重填">
<%end if%>
<input class="button" type="button" name="Submit3" value="打印" onClick="window.open('../project/print_word_7_4_3.asp')">
</div>
</td>
</tr>
<tr>
<td height="20" width="8" bgcolor="#FFFFFF"> </td>
<td height="20" width="88" bgcolor="#FFFFFF"> </td>
<td height="20" width="8" bgcolor="#FFFFFF"> </td>
<td height="20" width="152" bgcolor="#FFFFFF"> </td>
<td height="20" width="97" bgcolor="#FFFFFF"> </td>
<td height="20" width="10" bgcolor="#FFFFFF"> </td>
<td height="20" width="129" bgcolor="#FFFFFF"> </td>
<td height="20" width="17" bgcolor="#FFFFFF"> </td>
</tr>
</form>
</table>
</td>
<td width="1" height="228" bgcolor="#FF9900"></td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -