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

📄 projectpsfp_list.asp

📁 ASP程序实现的科技期刊系统
💻 ASP
字号:
<!--#include file="../Include/TimeOut.asp"-->
<!--#include file="../Include/AdoConn.asp"-->
<!--#include file="../Include/online.asp"-->

<html>
<head>
<title>专家分配</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE type=text/css>
TD {FONT-SIZE: 9pt}

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>
<Script Language=JavaScript>
<!--
function SelAll_onclick(){
	if(ConList.SelAll.checked){
		SetAll();
	}
	else{
		UnSetAll();
	}
}
function SetAll(){
	var intCount;
	if(ConList.all("checkCon").length > 1){
		for(intCount = 0; intCount < ConList.all("checkCon").length; intCount++){
			ConList.checkCon(intCount).checked = true;
		}
	}
	else{
		ConList.checkCon.checked = true;
	}
	
}
function UnSetAll(){
	var intCount;
	if(ConList.all("checkCon").length > 1){
		for(intCount = 0; intCount < ConList.all("checkCon").length; intCount++){
			ConList.checkCon(intCount).checked = false;
		}
	}
	else{
		ConList.checkCon.checked = false;
	}
	
}
function checkCon_onclick(){
	var intCount;
	ConList.SelAll.checked = true;
	if(ConList.all("checkCon").length > 1){
		for(intCount = 0; intCount < ConList.all("checkCon").length; intCount++){
			if(ConList.checkCon(intCount).checked == false){
				ConList.SelAll.checked = false;
			}
		}
	}
	else{
		if(ConList.checkCon.checked == false){
			ConList.SelAll.checked = false;
		}
	}
	
}

//-->
</Script>
<%
	Code=Request.QueryString ("Code")
	
	strsql="select * from XT_VC_ProjectExpert where 项目编码='"&Code&"'"
	set objres=server.CreateObject ("adodb.recordset")
	objres.CursorType =3
	objres.CursorLocation =3
	objres.LockType =2
	objres.Open strsql,strconn
%>
<%
  rstSQL="select  * from xt_vd_ProjectName where 项目编码='"&code&"'"
  set rst=server.CreateObject ("adodb.recordset")
  rst.Open rstSQL,strconn
%>
<script language="vbscript"runat="server">

function msgzh()
	msgzh= MsgBox ("确定要删除这些记录吗?", vbYesNo, "提示信息")
	if msgzh=vbyes then document.ConList.submit()
end function
function check_onclick(i,tpr)
	msgsindel= MsgBox ("确定要删除这条记录吗?", vbYesNo, "提示信息")
	if msgsindel=vbyes then
		if  tpr > 1 then
			for intcount = 0 to  ConList.all("checkCon").length - 1
				if intcount=i-1 then ConList.checkCon(intCount).checked=true else  ConList.checkCon(intCount).checked=false
			next
			else 
			ConList.checkCon.checked = true
		end if
		document.ConList.submit()
	end if 
end function


</script>
<%if Request.QueryString("muldel")="muldel"then   '从删除转来, 删除相应记录
			for each item in  Request.Form("checkCon")
				code=Item
				ProjectCode=mid(code,1,4)
				ExpertCode=mid(code,6,6)
				strsql="delete from XT_Td_ProjectExpertYJ where 专家编码='"&ProjectCode&"' and 项目编码='"&ExpertCode&"'"
				conn.Execute strsql,1
			next
			response.write"此记录已删除!"
			%>
			<br>	
				<a href="ProjectPSFP_EditList.asp"><%response.write"按此返回"%></a>
			<%
			response.end
	end if 
%>

<%
	
	
	
	dim pagesum '页数
	dim thispagerecords '当前页记录条数 
	dim recordcode '记录序号
	dim curpage '当前页码
	dim pagesize
	pagesize=10
	pagesum=objres.PageCount 
	if Request.QueryString("page")=""then curpage=1 else curpage=Request.QueryString("page")
	
	if cint(curpage)> cint(pagesum) then curpage=pagesum           '转换成整数格式时必须的,大量实验已经证明

%>


<body bgcolor="#FFFFFF" text="#000000">

 <form name=ConList method="post" action="projectPSFP_List.asp?muldel=muldel&page=<%=curpage%>">

  <table width="100%" border="0" cellspacing="1" cellpadding="3" align="center" bgcolor="#000000">
    <tr bgcolor="#FF9900"> 
      <td width="10%" valign="top"> 项目编码</td>
      <td width="10%" valign="top">
       
        <% = rst.Fields("项目编码").Value %>
      </td>
      <td width="10%" valign="top">项目名称</td>
      <td width="50%" valign="top"> <a href="../Project/Project_edit1.asp?view=view&edit=edit&code=<% = rst.Fields("项目编码").Value %>&name=<% = rst.Fields("项目名称").Value %>&type=<%=rst.Fields ("项目类别").Value %>&strsql=<%=server.URLEncode(backstrsql)%>&page=<%=curpage%>" target="_blank" class=blank> 
        <%  = rst.Fields("项目名称").Value %>
        </a></td>
      <td width="10%" valign="top">体系分类</td>
      <%txfl=objres("体系分类")%>
      <%if txfl="1" then%>
      <td width="10%" valign="top">应用开发</td>
      <%end if%>
      <%if txfl="2" then%>
      <td width="10%" valign="top">科技攻关</td>
      <%end if%>
      <%if txfl="3" then%>
      <td width="10%" valign="top">科技产业</td>
   
      <%end if%>
    </tr>
    
  </table>
  <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr> 
      <td width="294" height="10"></td>
      <td width="417"></td>
      <td width="68"></td>
    </tr>
    <tr> 
      <td valign="middle" height="20"><font color="#FF0000"><b>专家列表&gt;&gt; </b></font> 
        <input type="hidden" name="submitType">
      </td>
      <td></td>
      <td valign="top"><a href="vbscript:msgzh()"><img src="../public/images/del1.gif" width="19" height="17" border="0" ></a>删除</td>
      </tr>
    <tr> 
      <td height="71" colspan="3" valign="top"> 
        <table width="100%" border="0" cellspacing="1" cellpadding="0" bordercolor="#0099FF" align="center" bgcolor="#006699">
          <tr bordercolor="#0099FF"> 
            <td width="31" bgcolor="#6699CC"> 
              <div align="center"><a href="#"> 
                <input type="checkbox" name="SelAll" onclick ="SelAll_onclick()"value="checkbox">
                </a></div>
            </td>
            <td width="45" align="center" bgcolor="#6699CC"> 
              <div align="center">序号</div>
            </td>
            <td width="72" bgcolor="#6699CC" align="center"> 
              <div align="center">专家编码</div>
            </td>
            <td width="82" bgcolor="#6699CC" align="center"> 
              <div align="center">专家姓名</div>
            </td>
            <td width="99" bgcolor="#6699CC" align="center">专家类别</td>
            <td width="37" bgcolor="#6699CC" align="center">性别</td>
            <td width="105" bgcolor="#6699CC" align="center">学位</td>
            <td width="139" bgcolor="#6699CC" align="center">现从事专业</td>
            <td width="81" bgcolor="#6699CC" align="center">职称</td>
            <td width="61" bgcolor="#6699CC" align="center">删除</td>
          </tr>
          <%
'	if   Request.QueryString("strsql")="" then Response.End 
	if objres.RecordCount >pagesize*curpage then thispagerecords=pagesize else thispagerecords=objres.RecordCount-pagesize*(curpage-1)
	recordcode=10*(curpage-1)
	if objres.RecordCount >0 then 
			objres.MoveFirst 
			objres.Move((curpage-1)*10)	
		else 
	%>
          <tr bgcolor="#FFFFFF"> 
            <td colspan="10"> 对不起,没有符合要求的记录! </td>
          </tr>
          <%
			Response.End 
	end if
    for i=1 to thispagerecords 
     recordcode=recordcode+1
    %>
          <tr bgcolor="#FFFFFF"> 
            <td width="31"> 
              <div align="center"> 
                <input type="checkbox" name="checkCon"onclick="checkCon_onclick()" value=<% =objres.Fields("专家编码").Value %>/<%=rst.fields("项目编码").value%>>
              </div>
            </td>
            <td width="45" align="center"> 
              <% =recordcode%>
            </td>
            <td width="72"> 
              <% = objres.Fields("专家编码").Value %>
            </td>
            <td width="82"> <a href=<%="../user/Expert_MoreDisplay.asp?ExpertName="&objres("专家姓名")%> target="_blank"> 
              <%  = objres.Fields("专家姓名").Value %>
              </a> </td>
            <td width="99"> 
              <%  = objres.Fields("专家类别").Value %>
            </td>
            <td width="37"> 
              <%  = objres.Fields("性别").Value %>
            </td>
            <td width="105"> 
              <%  = objres.Fields("学位").Value %>
            </td>
            <td width="139"> 
              <%  = objres.Fields("专业名称").Value %>
            </td>
            <td width="81"> 
              <%  = objres.Fields("专业技术职称").Value %>
            </td>
            <td width="61"> 
              <div align="center"><a href="vbscript:check_onclick(<%=i%>,<% =thispagerecords%>)"><img src="../public/images/del1.gif" width="19" height="17" border="0" ></a></div>
            </td>
          </tr>
          <%
     objres.MoveNext 
       next
    %>
          <tr bgcolor="#6699CC"> 
            <td colspan="10"> 
              <div align="right"> 
                <%
 
    if   curpage>1 then  Response.Write ("<a href="+"ProjectPSFP_EditList.asp?page=1"+"&strsql="+server.URLEncode(strsql)+"> 首页</a>"+" | ") else Response.Write "首页 | "
    if   recordcode>pagesize then   Response.Write ("<a href="+"ProjectPSFP_EditList.asp?page="+cstr(curpage-1)+"&strsql="+server.URLEncode(strsql)+"> 上一页</a>"+" | ") else Response.Write "上一页 | "
    if   recordcode<objres.RecordCount  then   Response.Write ("<a href="+"ProjectPSFP_EditList.asp?page="+cstr(curpage+1)+"&strsql="+server.URLEncode(strsql)+"> 下一页</a>"+" | ") else Response.Write "下一页 | "
    if    recordcode<objres.RecordCount  then   Response.Write ("<a href="+"ProjectPSFP_EditList.asp?page="+cstr (pagesum)+"&strsql="+server.URLEncode(strsql)+"> 末页</a>"+"  ") else Response.Write "末页  "
     %>
                  第 
                <%  =curpage %>
                页/共 
                <% =pagesum  %>
                页/共 
                <% =objres.RecordCount %>
                条记录  </div>
            </td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
<%
	 rst.Close
	 set rst=nothing   
    %>

  </form>
<br>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -